I have system that install via internet several MSI products and I have a situation - tester delete folder with product, but not the registry keys and my system see that the product exists via registr
I work i开发者_如何学编程n an application built upon Visual Studio 2010 and often make little fixes.
I have a batch file, which exists as soon as start it (run as admin) and does not execute commands that are in it, but if I specify it at开发者_如何学Python the command-line, it runs fine and executes
How to tell if the current user is an IIS Manager or a Server Administrator? We have installers that fail开发者_开发知识库 at the end of an Add/Remove because the user doesn\'t have sufficient privid
I\'m trying to execute a custom action in a Wix installer, to grant permission to bind to a HTTP socket, on Windows Server 2008. However the installer isn\'t quite working.
I\'m trying to prevent our wix installers from prompting the user for a reboot when uninstalling.Our services are set to be uninstalled and deleted on an uninstall.Unfortunately for us the RestartMana
Does it execute items in InstallExecute开发者_开发技巧Sequence table sequentially? I see sth. like this in install log and I am confused what table InstallExecute executes against?
So here\'s the basic setup. I have an existing WIX project that builds a bunch of individual fragments in to a larger MSI. I\'m trying to change the project around to allow you to select individual pi
I am applying Patch to my programm with command line: msiexec /开发者_开发技巧p Patch.msp -l*v log.txt
I\'m making MSI with visual studio 2010. Now, i want to make installer with Prodcut Key. For begining it ca开发者_Python百科n be only one key for all installers.