I\'m having trouble accomplishing a task with the Wix Toolset. In particular, I have a scenario where I have an MSI that configures an MSM (Configurable Module). The MSI has a custom UI dialogue from
I am using installshield 2011. I have a merge module and I want certain exe to be executed after the merge module is installed. This exe is part of merge module files. Now when I write a custom action
I\'m looking for开发者_StackOverflow社区 away to include into the installation the merge modules of VC2008 (mscrt90 and atl90)
I am using installshield to build a setup project. I have one InstallScript type project in which I have multiple merge module project included. In each merge module I have some custom install script
so, here is the situation here. I have 2 asp.net websites + some winform applications that are installed with a setup. They are all represented as merge modules into the setup project.
When I try to install my msi package I get an error only in Vista and 7. \"Error 1920. Service ... (...) failed to start. Verify that you have sufficent privileges to start system services\"
I\'ve read the http://robmensching.com/blog/posts/2003/10/18/Component-Rules-101 blogpost which is very enlightning.
What are merge modules and how are they used? I heard that they are .msm files, but I\'ve never seen that before (I\'ve only seen .msi).
I have an InstallScript project written from scratch in InstallShield 2010. It contains, amongst other things, three native InstallShield objects and four InstallShield Merge Module Holder Objects whi
Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I h开