#1
|
|||
|
|||
InstallShield 2009 Runtime License
On our Build Server, we have InstallShield 2009 Runtime licences installed (without GUI, for building setups only).
Unfortunately, VisualBuild does not detect the executable ("Unable to locate InstallShield compiler executable"). The path on our PC is: C:\Program Files\InstallShield\2009 StandaloneBuild\System\IsCmdBld.exe You might find it via the Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\App Paths\IsCmdBld.exe Is there any chance this will be fixed? For now I must use the "Override executable filename" option, but this is also bad, because it won't work on that PC which uses the GUI version, so I'm doing some If/Else stuff setting macros etc. |
#2
|
|||
|
|||
We will consider it. For now, the other option would be to manually setup the file association in the registry if the runtime installer isn't doing it.
|
#3
|
|||
|
|||
Thank you, I assume that is something like the REG file below (untested). It will point to %ProgramFiles%\InstallShield\2009 StandaloneBuild\System\IsCmdBld.exe %1
I'll propose this for our continuous integration server. Thank you. Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.ism] @="ismfile" [HKEY_CLASSES_ROOT\ismfile] @="InstallShield File" [HKEY_CLASSES_ROOT\ismfile\shell] [HKEY_CLASSES_ROOT\ismfile\shell\open] [HKEY_CLASSES_ROOT\ismfile\shell\open\command] @=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,\ 00,73,00,25,00,5c,00,49,00,6e,00,73,00,74,00,61,00,6c,00,6c,00,53,00,68,00,\ 69,00,65,00,6c,00,64,00,5c,00,32,00,30,00,30,00,39,00,20,00,53,00,74,00,61,\ 00,6e,00,64,00,61,00,6c,00,6f,00,6e,00,65,00,42,00,75,00,69,00,6c,00,64,00,\ 5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,5c,00,49,00,73,00,43,00,6d,00,64,\ 00,42,00,6c,00,64,00,2e,00,65,00,78,00,65,00,20,00,25,00,31,00,00,00 |
#4
|
|||
|
|||
The App Paths lookup is implemented in v8.0.
|
|
|