| Thread | Last Post | Replies |
|
| Passing "Username" and "Password" to ServiceProcessInstaller at install-time to avoid prompt. | 30 Aug 2006 00:45 GMT | 1 |
I've created a Visual Studio Setup Project that makes use of the ServiceProcessInstaller class to install a Windows Service. We are installing the service under a User security context. The Username and Password are not know during compile time, so we allow
|
| Rollback ability??? | 29 Aug 2006 20:56 GMT | 1 |
I have installed an assembly in a folder say C:\Assembly, then i install the updated version of this assembly. Now if any time i want to revert back to its previous state how can i perform
|
| uninstalling product using MSI commandline | 28 Aug 2006 11:15 GMT | 1 |
i've come across very very strange situation. i'm using MSI commandline to uninstall the product developed by my company. the strange thing is. the commandline i'm using is working find on
|
| Getting the path of MSI in the installer class | 25 Aug 2006 19:28 GMT | 1 |
I have a setup project that contains an installer class. Is it possible for me to get the path of the msi file within the installer class? Is that is possible, please suggest me a way to get the path. Thanks
|
| User and Company | 25 Aug 2006 07:00 GMT | 2 |
Using the Installer with 2.0, how can I write the UserName and CompanyName of the target machine to the registry of the target machine? (I specified COMPANYNAME and USERNAME in the properties of two separate StringValue Names.)
|
| MSI command line uninstallation option | 25 Aug 2006 02:42 GMT | 2 |
i'm trying to run a MSI from command line to uninstall the installed version. i tried the options given on this site but i'm not getting where i'm making mistake http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/stand ard_installer_command_line_options.asp
|
| deploying a c# app... | 19 Aug 2006 21:43 GMT | 4 |
I've created a c# application, and included a "Setup project" in the same solution. How do I default it so that the application (say i were to run the setup "quietly") installs with "Everyone" rather than the "Just me" option? Thanks
|
| Use VS 2005 Setup project for VB 6 application | 19 Aug 2006 21:37 GMT | 1 |
I have a few of simple questions regarding VS 2005's setup Project. 1. In the past, I only use the package tool of VB 6 to create installation file for this VB 6 application. I like to know if I can use VS 2005's setup project for a VB 6 application. I have tried a bit. But I ...
|
| Edit and Continue | 14 Aug 2006 22:13 GMT | 2 |
I am using VS 2005 and I am having trouble with being able to edit and continue while in the debug mode. This was not a problem earlier but something has change. I have checked the following settings in the options:
|
| 1.1 and 2.0 install? | 09 Aug 2006 22:06 GMT | 5 |
Hello, I just installed the .net framework 2.0 successfully on our W2K Professional Server. I just realized that 1.1 and 2.0 are different and that 2.0 doesn't include 1.1 things. Is it ok for me to go ahead and install 1.1 after I've already installed 2.0?
|
| Setup Project to set application's user settings? | 09 Aug 2006 15:17 GMT | 2 |
How can I set some of my application's user settings at setup time? I see I can set registry variables but I can't find any obvious way to set an application's user settings. This is from C# .NET 2005. Thanks
|
| Getting my software version | 07 Aug 2006 21:35 GMT | 2 |
Anyone knows how can i get the version property that i set in setup project after my program was installed in the machine?? Thanks,
|
| How can I include dotnetfx.exe in a deployment project | 04 Aug 2006 16:31 GMT | 1 |
I just developed my first application in C#.Net 2005, but I need to include ".Net Framework 2.0" (dotnetfx.exe) to setup a target PC automatically and then intall my application, how can I do that? Does exist some sample or tutorial about deployment project that include dotnetfx ...
|
| Strange behavior in Windows Forms EXE with installer | 03 Aug 2006 18:32 GMT | 4 |
I am having an issue with installing an .exe I have created in VS2003. I have created exes with installers before with no problems, but this one has got me stumped. I have MYApp.exe which has an installer class within it. When I create
|
| Exclude custom action .exe | 02 Aug 2006 22:02 GMT | 6 |
Hi, after my setup project copies all necessary files to the target directory selected by the user, I'm launching a little Console application that moves some files to %USERPROFILE% directory. Besides, I write application's configuration file (application.exe.config) with
|