I am installing VSTS 2008 SP1 on Windows Server 2003 R2 32-bit, which has already installed with VSTS 2008 succes开发者_JAVA技巧sfully before. I met with the following error (from install log, at almo
I am trying to create a .msi database using Wix to install a driver package. Now this driver package is made to run on all platforms and can be installed on any platform (any version of windows, 2k
if i want to install a MSI, created by Visual Studio 2005, via Active Directory Group Policy: What requirements must be met by the Setup Project?
I need to compare the windows registry data before and after install a progra开发者_StackOverflowm ?RegShot !
I\'m trying to find a solution for the following issue: I have numerous programs (lets call them slaves) that all rely on a single program (master).I need to distribute an installer for each slave.Th
I get this error after 开发者_Go百科installing a web site on a test server using an msi. This is similar to this SO question. However, that question was related to the development environment, so it
I want to deploy a installer package to my customers.My application is basically a website, but I want them to have the optimal experience via. Chrome or Mozilla Prism.I would like to give them an ins
I have an MSI that is being generated from WIX scripts. My question is similar to this question. I want to create a custom uninstaller instead of using the default MSI uninstaller.
Is there any way to compile the Nullsoft In开发者_JAVA百科staller Script (NSI) setup as a MSI package instead of an EXE?Unfortunately, No.
I have a sequence of SetProperty actions which rely on each other. Here is a simplified example: <SetProperty Id=\"A\" Before=\"AppSearch\" Value=\"Hello\" />