Using WiX, my install will optionally launch one of my installed program files when it completes. However, when my application is launched by the installer, it is usually not displayed in the foregrou
I need to create a WiX extension to handle interacting with the HTTP API (httpapi.dll) so that I can set URLACLs and SSL bindings for a WCF service that is being installed.
I am converting an InstallShield project to a WiX based Installer. I have a number of VB6 projects whose binaries need to be r开发者_开发百科egistered.
When is it necessary to change the package GUID of a merge module? <Wix xmlns=\"http://schemas.microsoft开发者_如何学Go.com/wix/2006/wi\">
I have scoured the internet, and not found anything about how to do this. Essentially, we are replacing an old VB6 COM+ application with a .NET one. We are using WIX to install our开发者_StackOverflow
I have a WiX installer that has per-feature custom actions that need to be executed on uninstall.Right now I\'m running into a problem where the actions execute whether or not the feature was actually
I am developing an MSI installer by using W开发者_StackOverflow中文版iX. The main program installs to [APPLICATIONFOLDER]. I use the InstallDirDlg to set the directory of this without any issues.
I am separating out logical sections into fragment *.wxs files, but how do I include them in my main Product.wxs using Votive and Visual Studio?I am referencing the component in the main wxs file but
I am developping a MSI installer by using WIX, I can create shortcut on desktop for only one user. Now what shall I do to make a shortcut for all users on the machine? Please开发者_运维问答 advise. Th
We developed an installer using Wix, and after uninstalling our app it suggests that we reboot the computer.It seems due to our app having installed a Win开发者_JAVA百科dows Service.