View Single Post
  #3  
Old 07-19-2011, 02:19 AM
wellilein wellilein is online now
Registered User
 
Join Date: 11-30-2005
Posts: 53
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
Reply With Quote