MSFN Forum: What's Wrong With This? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

What's Wrong With This? Rate Topic: -----

#1 User is offline   easyindian 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 02-January 05

Posted 18 March 2005 - 12:04 AM

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.


#2 User is offline   un4given1 

  • Elaborate Dreamer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,796
  • Joined: 25-September 03

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 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

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 User is offline   easyindian 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 02-January 05

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

#5 User is offline   mrguitarmann 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 25-July 04

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


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 :D

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 User is offline   tbma 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 04-June 05

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 :D
<{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\""


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy