Jump to content

Wsftp 9


dark_gable21

Recommended Posts

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

Link to comment
Share on other sites


  • 4 weeks later...

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:

[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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...