When we deploy our products using OEM we have a requirement that our company name will not appear in the Publisher property of the installation in the add remove / other.
I would like to add a shortcut on the desktop which points to a virtual drive mounted under \"Computer\". This drive doesn\'t have a letter associated with it. I\'ve successfully added a link t开发者_
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版
I have found how to read MSI files with .Net. Some of them use some libraries that come with Wix. Is there a way I read MSI data using Java. I would like to access the tables and get 开发者_StackOverf
I have the following situation: Installed my application using ordinary .msi Run the application from the start menu
We have an application to be run on startup that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 pro
When trying to remove our application in Add/Remove Programs, the following error pops up, and the application fails to uninstall:
This is a bit of a strange problem. I have an installer that needs to check the version of Windows Installer on a machine, so I use the VersionMsi property to do this.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'ve created an Add-In for Visual Studio 2008. The only thing remaining is to create a setup package so that others can install and use my Add-In.