I have a VS2008 setup project, which creates a setup.msi which installs a WinForms application (C#). Every time I update the version number, the users first have to uninstall the previous version bef
I\'m tryning to start a .bat file as the last step in OnAfterInstall in the context of an other user. I\'m doing this by using the Process.Start overload with user name, domain and password as input.
I have a .msi to install a program.Up开发者_如何学Pythonon \'update\', I want to be able to check whether there is an update available on a server, and if there is, install it.
I created an MSI InstalScript Project where i deploy a web based (ASP.NET) precompiled project copying the files during installation in the \\inetpub\\wwwroot\\projectnamefolder, creating an AppPool a
Microsoft has an article (http://support.microsoft.com/kb/835460) which explains how to use the Orca database editor to remove the \"Everyone\" option and the \"Just me\" option from a Windows Install
So far, I\'m NOT finding WIX to be my favorite most intuitive, easy-to-use, language/system. I created a custom dialog, entered data, and see the values in the install log.
Whats the best way to create the multi language installer for Office Addin Deployment Setup? Is it possible using VS.NET 2008, C# or do I need to use any 3rd party tool or 开发者_JAVA技巧like install
Problem I have an MSI that creates and starts a Windows service during installation and stops and removes the service during uninstallation. This works fine when installing and uninstalling by itself
I\'m writing a basic MSI installer using installshield 2010. A different company would supply a .reg file that the installer would read in runtime and would update the registry accordingly.
Is there a way to specify the maximum number of characters allowed in an edit control in Wix?There does not appear to be a property such as Maxlength. 开发者_如何学编程