Background: I have a Wix installer where a virtual directory gets created in an existing IIS website. The virtual directory is created (it doesn\'t exist before the install) but the IIS website should
I\'ve got a component that runs a couple of XmlConfig actions: one on install and one on uninstall: <Component Id=\"machine.config.Update\" Guid=\"573DF5B0-438D-498d-8919-C4B96835C1EF\">
Is it possible to skip the finish dialog after installation? 开发者_StackOverflowThe reason why we want this is because we launch a new installation when the first installation finished, and that wor
I\'m using Wix/Votive to build an installer for my .NET Solution. I include the binaries from the other projects (EXE and DLLs) using project references (which internally uses heat.exe I think).
I\'m using Wix 3.x and the user should be able to choose the target directory. My Setup.wxs is currently like here: http://pastebin.com/uH1EjbDQ
We\'ve decided to create a custom bootstrapper for our deployment solution. We are currently re-writing and re-designing our deployment strategy for all of our products. Sadly, none of us are deployme
When adding start menu shortcuts light.exe will produce the LGHT0094 error: <Directory Id=\"ProgramMenuFolder\" Name=\"Menu\">
I have a bunch of .SQL scripts placed in the \"Support Files\" view of InstallShield. I want to access those S开发者_如何学CQL scripts in my custom action (via DTF). How can I do that?InstallShield h
I\'m using the WiX Tool to create an installer. I need the installer to make it optional, wh开发者_运维技巧en creating Start Menu and Desktop shortcuts.
I am using WIX to create setup.msi for my project on a TFS Server. I added the WIX pr开发者_如何学运维oject to solution.