| Thread | Last Post | Replies |
|
| Setup Project Error | 24 Apr 2004 02:32 GMT | 1 |
I would like to create setup file for my Win Form application. I can't build Setup Project. The displaying error is "An error occured while validating. HRESULT = '80040155' . Can you help me ?
|
| deploying empty folders as content from a deployment project | 22 Apr 2004 17:43 GMT | 1 |
I am trying to deploy a web project that contains empty folders. I have created a deployment project and have added the 'Content files' from my web project to the application folder (I am using the windows bootstrapper). The web project contains some empty folders that I
|
| DAte - User Name - Organization | 21 Apr 2004 22:39 GMT | 3 |
I wrote a C# windows application in which I would like to display some information to the user after it is installed. Are the following values available at execution time of a windows application ...
|
| Is .NET required for Tablet PC's? | 21 Apr 2004 00:21 GMT | 1 |
We're creating a custom image for our Tablet PC's (HP TC1100). Is the .NET Framework absolutely required for Windows XP Tablet Edition? We'd like to avoid loading it as our security dept. isn't too fond of .NET, but I thought I'd ask.
|
| Custom action for configuration | 20 Apr 2004 19:09 GMT | 1 |
Hi, I am creating a setup for my application. After installation, I want to show a window to allow configuration (language, licence key). By using custom actions and having a new project containing only an Installer class, I am able to show the form. However, if I put the Installer ...
|
| Serial Number | 20 Apr 2004 18:21 GMT | 1 |
I'm creating a licensing scheme for my application. I'm using the builin functionality of windows installer for entering the key. Now I wannt to create a custom action and store the encrypted serial number in the registry, but it seems there's no way of getting the serial number ...
|
| GAC question. | 19 Apr 2004 12:35 GMT | 2 |
I did install my assembly in the GAC by using a VS .NET deployment project and the GAC target folder. When uninstall via the setup my assembly is still in the GAC, why ? I then try to remove it by deleting it via an explorer and I received an
|
| Auto Launch Application after installation | 18 Apr 2004 21:02 GMT | 1 |
I want my application to start automatically directly after installation. I created a Windows installer setup using Visual Studio.NET. I added a new empty project, called LaunchApplication and added the following code: using System; using System.Diagnostics; namespace ...
|
| multiple queries | 18 Apr 2004 20:55 GMT | 2 |
I'm developing a setup project. Can you help me with these querie - How do I get the installation path the user enters at runtime - How can I copy some files to specified location eg:C:\tem - How can I check for existence of a particular folder? Is it possible with Launch Condition. ...
|
| ASPNET user account | 18 Apr 2004 20:06 GMT | 2 |
After the dotnet framework installs there is no ASPNET user account on the machine. the box is NT4 domain controler. Any suggestions are appreciated Warren
|
| Newbie Setup Question | 17 Apr 2004 16:17 GMT | 3 |
This seems so simple but I just can't figure it out. I have one .aspx page with a CodeBehind class on a (large, pre-existing) web. I build it, it works fine. I publish the web from a test server to a production server (Both IIs6), it doesn't work. The build process created a DLL, ...
|
| Newbie Setup Question: How to make Setup.exe continue install after installing Framework? | 16 Apr 2004 09:31 GMT | 3 |
I am running into this problem and will appreciate any help. I have VS.NET 2003 installed alongwith the BootStrapper plugin. Due to the BootStrapper plugin, dotnetfx.exe and mdac_typ.exe are placed alongwith the myAppSetup.exe after Deployment project compilation.I have set the " ...
|
| vs.net bootstrapper question | 15 Apr 2004 23:42 GMT | 1 |
if, in my setup project options, i choose "windows installer bootstrapper", setup.exe is copied into the build directory. It is supposed to install dotnetfx.exe if .Net is not present on the system. How do I tell the bootstrapper where to find dotnetfx.exe? the ini file has a Url ...
|
| Unable to create web project | 15 Apr 2004 23:31 GMT | 1 |
Hi, i'm trying to open an existing ASP.NET project solution inside my VS.NET and i'm getting the following error. Any help would be greatly appreciated. Unable to create web project 'http://localhost/DotNetNuke'.The file path 'C:\Inetpub\wwwroot\DotNetNuke\DotNetNuke' does not ...
|
| Running a SQL Script from Setup Program | 15 Apr 2004 21:00 GMT | 2 |
I want to create a SQL Server database, Login, User and permissions for an application that I have developed. I have created an application which prompts the user for the sever to install on and the user account to use to create, this app then uses SQLDMO to restore a back I have ...
|