I am having a WPF project and created a deployment project. I was able to get the installer running and it works fine. Now during the commit stage of the application, I want to trigger another install
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Ok, this is driving me crazy. I have a CA that needs to know the path of the INSTALLDIR to edit an XML file.
I need to install a piece of software with a lot of files. Our experience showed, that 开发者_如何学Pythonon highly fragmented hard drives that leads to very poor performance. So I want to include aut
I am trying to create a setup for SourceForge PDFCreator using Inno Setup and getting following error in Setuplog.txt:
I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variable开发者_如何学Pythons which are part of my wix project and
I\'ve built a setup.exe in C# that runs several chained MSI\'s (with the /QUIET /NORESTART). At the end I\'d like to check if a reboot is needed in the machine 开发者_StackOverflow(that is, if one of
I\'m using Wix to setup a Windows Installer .msi file.I have a CustomAction that sets up a ScheduledTask, and in the CustomAction, I\'ve put in some session.Log statements.
We have created an MSI installer using the tools on Visual Studio 2008. This has some custom actions implemented in a Installer class.
I\'m building a deployment for a work environment, and doing it with Inno Setup. I wrap the other install开发者_C百科ers in one Inno-exe-File. It\'s working fine with other exe installers, but fails w