coucou Posted June 11, 2007 Share Posted June 11, 2007 Hi,Do my here bellow command (cmd2) in WPI\WPIScripts\config.js to rename a file is correct???prog[pn]=['BlueSoleil 2.3']picf[pn]=['BlueTooth.jpg']picw[pn]=['96']pich[pn]=['81']textl[pn]=['Bottom']texti[pn]=['0']desc[pn]=['<CENTER><b>BlueSoleil™ 2.3.0 Release Standard 060728</CENTER></b><br>']cmd1[pn]=['%cdrom%\\Software\\BlueSoleil\\BlueSoleil.msi /qn /norestart']cmd2[pn]=['rename %ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe BSfr.exe']dflt[pn]=['no'] ordr[pn]=[30]pn++If NOT, anyone can help???Regardscoucou Link to comment Share on other sites More sharing options...
oneless Posted June 11, 2007 Share Posted June 11, 2007 just an observation :maybecmd2[pn]=['rename "%ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe" BSfr.exe']instead of cmd2[pn]=['rename %ProgramFiles%\\IVT Corporation\\BlueSoleil\\BlueSoleil.exe BSfr.exe']you have an [iVT][space][Corporation] there Link to comment Share on other sites More sharing options...
zorphnog Posted June 11, 2007 Share Posted June 11, 2007 You may need to provide the full path for BSfr.exe as well. Link to comment Share on other sites More sharing options...
coucou Posted June 12, 2007 Author Share Posted June 12, 2007 TNX Guyscoucou Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now