Hello All,
REG ADD %KEY%\015 /VE /D "WS_FTP Professional" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1"%CDROM%\INSTALL\WSFTP\wsftp.iss"" /f
REG ADD %KEY%\060 /VE /D "Completing Installation..." /f
REG ADD %KEY%\060 /V 1 /D REGEDIT /S "%CDROM%\INSTALL\tweaks.reg" /f
Whats wrong with these configuration. Please help me. It works on batch file.
Page 1 of 1
What's Wrong With This?
#2
Posted 18 March 2005 - 12:32 AM
If you are trying to use this in GuiRunOnce it's because you can't double quote...
#3
Posted 18 March 2005 - 03:01 AM
its something with the " ", but if the .iss file is in the same folder like the ws_ftp.exe setup, you dont have to write the full path to it. try this one:
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1 wsftp.iss" /f
#4
Posted 19 March 2005 - 12:48 PM
Thanks guys
I will try and let you know. again, what do i do with the registry upload?
thanks indeed
I will try and let you know. again, what do i do with the registry upload?
thanks indeed
#5
Posted 27 July 2005 - 12:49 PM
Quote
REG ADD %KEY%\015 /VE /D "WS_FTP Professional" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1"%CDROM%\INSTALL\WSFTP\wsftp.iss"" /f
REG ADD %KEY%\060 /VE /D "Completing Installation..." /f
REG ADD %KEY%\060 /V 1 /D REGEDIT /S "%CDROM%\INSTALL\tweaks.reg" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1"%CDROM%\INSTALL\WSFTP\wsftp.iss"" /f
REG ADD %KEY%\060 /VE /D "Completing Installation..." /f
REG ADD %KEY%\060 /V 1 /D REGEDIT /S "%CDROM%\INSTALL\tweaks.reg" /f
OK, You can use quotes when adding registry but for everything inside the the main set of quotes (the first and last quote) you have to add two " instead of the one. Ancient programming trick from the Spectrum coming in use again
Your line should be:
Quote
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1""%CDROM%\INSTALL\WSFTP\wsftp.iss"""
This post has been edited by mrguitarmann: 27 July 2005 - 12:51 PM
#6
Posted 27 July 2005 - 12:57 PM
mrguitarmann, on Jul 27 2005, 10:49 AM, said:
OK, You can use quotes when adding registry but for everything inside the the main set of quotes (the first and last quote) you have to add two " instead of the one. Ancient programming trick from the Spectrum coming in use again 
<{POST_SNAPBACK}>
<{POST_SNAPBACK}>
You can also escape it using \"
Something like
Quote
REG ADD %KEY%\015 /V 1 /D "%CDROM%\INSTALL\WSFTP\WS_FTP.exe -s -f1\"%CDROM%\INSTALL\WSFTP\wsftp.iss\""
- ← MUI (Multilingual User Interface) for Messenger 7?
- Application Installs
- http://unattended.sourceforge.net/installers.php →
Share this topic:
Page 1 of 1



Help
Back to top









