Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Custom bootstrapper exe is not running any lua script after g_CreateExtractPath call
I built an msi installer package that runs and installs fine. However I'm having trouble getting the bootstrapper exe to run to completion. There is a call into the global functions script near the top of my mainscript.lua:
Bootstrapper localized JP messages show corrupted characters
Hello,
I created a bootstrapper using the IRMakeBootstrap.exe, which consists of 1 msi file and a .Net4.5.2 offline installer which is a dependency. I want to localize it in Japanese, so I created my own Japanese.xml file with the JP strings, set the description to "Japanese-JP"...
Is there a way I can take the commandline paramters from the bootstrapper, pass them into the MSI and have the MSI pass them to my application at the end?
setup.exe /Server=SomeServer runs and calls setup.msi /qn /Server=SomeServer runs and calls MyApp.exe /Server=SomeServer
...
Bootstrapper : Failed to extract setup file (3701).
Hi,
I'm generating an installer from two MSI files: one for win32 another one for x64. Compiling and bootstrapping them works well.
However when I launch the generated setup.exe I get this error message: "Failed to extract setup file (3701)".
Hi there
I'm evaluating MSI factory 2.0. I'm trying to generate a basic bootstrapper using IR Bootstrapper designer. I have an .msi file build using WiX and I need to create a bootstrapper that would perform dependency checks and install a product.
Hi,
in order to get the Windows certification for our software we run the "Windows 7 logo" test application. Most of the tests we passt but the "MULTIUSER" test not - because the Bootstrapper exctracts the msi file to the current user folder: ..\ROAMING\Downloaded installations\.....
I want to create an installer package that ensures a version of Visual Studio is installed as a prerequisite before the installer will run successfully. From what I can ascertain from the documentation, the way to do this is via a custom bootstrapper that looks for the particular...