PDA

View Full Version : InstallShield 12 Pro error - 1113


jkuo
11-12-2007, 05:52 PM
I got this error while using the InstallShield step and trying to pass in path variables. I found that the problem is when VBP generates the IS command line, there's a missing space between switch -l and the variable name. I'm not able to force the addition of this space in VBP. Any suggestions?

kinook
11-12-2007, 06:43 PM
In our tests (VBP 6.6), the InstallShield action does include a space between -l and the variable name for values provided in the Path fields on the Parameters tab. Please ZIP and send to support@kinook.com:
1) The info from Help | About | Install Info
2) The .bld file
3) A build log file (with the 'Log the command-line' checkbox on the Options tab of the InstallShield step checked)

Thanks.

jkuo
11-12-2007, 07:20 PM
I was running 6.2a and I saw that there was a fix in 6.4. I just upgraded to 6.6 and it looks to be well now.

Thanks for the quick response.