Hey I saw that a person used a simular type of install. I just can't seem to get this to work. Can someone tell me what I'm doing wrong.
REG ADD %KEY%\019 /VE /D "Ipswitch WS FTP Professional v9.0" /f
REG ADD %KEY%\019 /V 1 /D "%cdrom%\install\wsftp\setup.exe -s -f1\"%cdrom%\install\wsftp\setup.iss\" -f2\"%systemdrive%\ftp.log\"" /f
Ed
Page 1 of 1
Wsftp 9
#2
Posted 03 October 2004 - 11:37 PM
Is your setup.iss CREATED and placed in that folder?
#3
Posted 28 October 2004 - 08:50 AM
This is a part from Ipswitch site:
WS_FTP - How to create a silent install for 7.02 or later
Product: Version: Platform:
WS_FTP 7.02+ All
--------------------------------------------------------------------------------
Question/Problem: How do I create a Silent install?
Answer/Solution: The data for the silent install will be read from a file named setup.iss. Use the suggested contents below or, use the setup program to record your own setup.iss (instructions further below).
You can create a file named setup.iss in your c:\windows or your c:\winnt directory (or, in the directory that the WINDIR environment variable points to). Here are contents for setup.iss:
You can edit setup.iss to set data fields for your company.
--------------------------------------------------------------------------------
Then, run the install.
In version 9, if launched from wsftp90ec.exe:
wsftp90ec.exe -s -f1<path>\setup.iss (i.e. -f1c:\winnt\setup.iss)
if from a CD image, if setup.iss is in the WINDIR, run:
setup.exe -s,
or, if setup.iss is in another location run:
setup -s -f1\setup.iss
--------------------------------------------------------------------------------
You can also record your own setup.iss using the install.
In version 9, you can run:
setup -a -r
or:
wsftp90ec.exe -a -r
to record setup.iss in your \windows or \winnt directory.
You can edit setup.iss to set data fields for your company.
more info at there site @ Knowledge base
WS_FTP - How to create a silent install for 7.02 or later
Product: Version: Platform:
WS_FTP 7.02+ All
--------------------------------------------------------------------------------
Question/Problem: How do I create a Silent install?
Answer/Solution: The data for the silent install will be read from a file named setup.iss. Use the suggested contents below or, use the setup program to record your own setup.iss (instructions further below).
You can create a file named setup.iss in your c:\windows or your c:\winnt directory (or, in the directory that the WINDIR environment variable points to). Here are contents for setup.iss:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-DlgOrder]
Dlg0={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdWelcome-0
Count=6
Dlg1={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdLicense2-0
Dlg2={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-AskDestPath-0
Dlg3={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SelectFolder-0
Dlg4={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdStartCopy-0
Dlg5={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdFinish-0
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdWelcome-0]
Result=1
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdLicense2-0]
Result=1
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-AskDestPath-0]
Result=1
szPath=C:\Program Files\Ipswitch\WS_FTP Pro
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SelectFolder-0]
Result=1
szResultFolder=Ipswitch WS_FTP Pro
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdStartCopy-0]
Result=1
[Application]
Name=WS_FTP
Version=9
Company=Ipswitch
Lang=0009
[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdFinish-0]
Result=1
bOpt1=1
bOpt2=0
You can edit setup.iss to set data fields for your company.
--------------------------------------------------------------------------------
Then, run the install.
In version 9, if launched from wsftp90ec.exe:
wsftp90ec.exe -s -f1<path>\setup.iss (i.e. -f1c:\winnt\setup.iss)
if from a CD image, if setup.iss is in the WINDIR, run:
setup.exe -s,
or, if setup.iss is in another location run:
setup -s -f1\setup.iss
--------------------------------------------------------------------------------
You can also record your own setup.iss using the install.
In version 9, you can run:
setup -a -r
or:
wsftp90ec.exe -a -r
to record setup.iss in your \windows or \winnt directory.
You can edit setup.iss to set data fields for your company.
more info at there site @ Knowledge base
Share this topic:
Page 1 of 1



Help
Back to top









