swbchen Posted February 7, 2006 Posted February 7, 2006 how to make a choice between 2 programs(Nero66018 and nero7014).both versions are burnt to cd and allow one to choose one of them to be executed (one only) !!!oringinal config.js:how to modify it ??? -----------------------------------------------------------------------------prog[pn]=['301- NERO v6.6.0.18']uid[pn]=['NER66018']picw[pn]=['128']pich[pn]=['128']desc[pn]=['NERO v6.6.0.18']textl[pn]=['Bottom']texti[pn]=['1']ordr[pn]=[301]cmd1[pn]=['%cdrom%\\install\\nero\\66018\\nero66018.exe']gcond[pn]=['FileExists(\'%programfiles%\\\')']configs[pn]=['no']cat[pn]=['3rd']pn++prog[pn]=['302- NERO v7.0.1.4']uid[pn]=['NERO7014']picw[pn]=['128']pich[pn]=['128']desc[pn]=['NERO v7.0.1.4']textl[pn]=['Bottom']texti[pn]=['1']ordr[pn]=[302]cmd1[pn]=['%cdrom%\\install\\nero\\7014\\Nero7014.exe']gcond[pn]=['FileExists(\'%programfiles%\\\')']configs[pn]=['no']cat[pn]=['3rd']pn++-----------------------------------------------------------------------------------------thank you.
Doc Symbiosis Posted February 16, 2006 Posted February 16, 2006 You can use the excl[pn]=[] command in config.js to make sure, that only one version can be chosen. I think this should do the trick:excl[pn]=['NERO7014'] ....for Nero 6.6.0.18 to exclude Nero 7.0.1.4, same for Nero 7.0.1.4.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now