I am creating a setup file using visual studio 2010.I have added two custom actions to pass parameters during the installation.I builds successfully.But gives an error during 开发者_如何学Pythonthe in
I have a model named \"Post\". I want to use a modal form to create a new post while at the SHOW view of another post. Meaning while I am viewing the post named \"John开发者_StackOverflow社区\" in its
I\'m using a dll to 开发者_运维百科install a driver that\'s packaged inside the msi.When I schedule the custom-action for after InstallFinalize it succeeds, but if I schedule it either 1) after Instal
I have a .dll I\'m using inside a wix-built .msi that is currently returning Windows error codes upon failure. This page seems to imply that I can only use the values listed with dll executables.
I have a dialog box with a checkbox and two edit fields beneath it. I want the edit fields to be grayed out or disabled as soon as the checkbox is checked. I know this is possible by adding an entry t
Is it possible to spawn a dialog after a custom action that is scheduled in InstallExecuteSequence???
I have a bunch of models in my backend application in Symfony. Since these models are related between them through foreign keys, I would like to replace the default delete method with one of my own to
We are using Wix to build msi for our software. We have some components (plugins) to be implemented to the target machine. The plugins are different from one client to ano开发者_StackOverflowther. Wha
I am trying to achieve something like this: Run exe after msi installation? However my problem is that I need 2 check boxes to launch 2 different exes.
I\'m creating msi-installer for a product and I need to launch web url in browser after installation. I use WIX 3.5 to create installer (but this probably doesn\'t important).