Hi Thomas_H,
This setup-script should be modified, because on a (german) x64-system, it install the programm to “C:\Programme” instead of “C:\Program Files”. It can easily modified to (suggestion):
add/modify:
=== setup.ins === DefVar $Inst_Cmd64$ ;new DefVar Set $Inst_Cmd64$ = '/VERYSILENT /LOADINF=%ScriptPath%\default64.cfg' ;New Set ...... [Winbatch_install_64] %ScriptPath%\$Inst_Prg64$ $Inst_Cmd64$ ;modify to Inst_Cmd64 ......
And a new file default64.cfg with a path to “Dir=C:\Program Files\CDBurnerXP”
What do you think about? — efred 2016/01/25 16:43
Thomas_H 2011/12/16 15:20
Dang! I forgot to publish the content of the default.cfg. Thanks to Daniel Tenten.