windows-installer
MSI: How to check that product is actually installed
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[详细]
2023-03-26 08:55 分类:问答Method to build patches using MSI
I work i开发者_如何学编程n an application built upon Visual Studio 2010 and often make little fixes.[详细]
2023-03-26 05:17 分类:问答Windows batch file does not wait for commands to complete
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[详细]
2023-03-26 03:51 分类:问答How can I check to see if the current user can create / delete virtual directories in IIS?
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[详细]
2023-03-25 19:26 分类:问答Wix installer CAQuietExec custom action
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.[详细]
2023-03-25 13:33 分类:问答Wix Installer Problem: Why does RestartManager mark Service as RMCritical and not RMService
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[详细]
2023-03-25 13:22 分类:问答what does InstallExecute Action do in msi?
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?[详细]
2023-03-25 13:13 分类:问答Wix Heat output not referencing directory like I want
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[详细]
2023-03-25 06:36 分类:问答how to remove the Patch from console
I am applying Patch to my programm with command line: msiexec /开发者_开发技巧p Patch.msp -l*v log.txt[详细]
2023-03-25 03:26 分类:问答Create MSI with Product Key condition
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.[详细]
2023-03-24 22:31 分类:问答