I have an applicat开发者_如何学运维ion(.exe) and its SDB file, and now I want to bundle it into an MSI package for deployment as a installer. How can I create the msi package? Are there any tools? can
I have created a set-up project for my solution.I have a new assembly version and have flagged it to remove previous versions.However, when I distribute the software, if a machine currently has a prev
I am working on in installer project that needs to gather some info and act on it during the install (mainly online key retreival and registration). The Setup Project UserInterface templates seem infl
I have instakllation i have to show the Dialog based on the checkbox value. I have set the checkbox property as true initially.
We have a product installer created with Wix, containing a program package (\"V1\") and some configuration files. Now, we are going to make a major upgrade with a new product code, where the old versi
I\'ve already gone through: Check if the application is already installed Detecting if a program is already installed with NSIS
Related to this: How to register file types/extensions with a WiX installer? but not a duplicate. I need to handle existing file types (.jpg files).
I\'m trying to embed Microsoft Report Viewer 2008 to my installer package on InstallS开发者_Go百科hield.
In my MSI package I need to set user rights to a directory using cacls.exe. It works fine in an NTFS environment but fails when run on a Fat32 file system. Is there a method to determine the type of f
I am trying to get the updated Windows Phone 7 tools installed, but 开发者_Go百科can\'t get rid of the old ones.The uninstaller wouldn\'t run, so I had to try more extreme means.I got everything remov