October 3, 200421 yr 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" /fREG ADD %KEY%\019 /V 1 /D "%cdrom%\install\wsftp\setup.exe -s -f1\"%cdrom%\install\wsftp\setup.iss\" -f2\"%systemdrive%\ftp.log\"" /fEd
October 28, 200421 yr 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.00File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-DlgOrder]Dlg0={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdWelcome-0Count=6Dlg1={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdLicense2-0Dlg2={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-AskDestPath-0Dlg3={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SelectFolder-0Dlg4={AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdStartCopy-0Dlg5={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=1szPath=C:\Program Files\Ipswitch\WS_FTP Pro[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SelectFolder-0]Result=1szResultFolder=Ipswitch WS_FTP Pro[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdStartCopy-0]Result=1[Application]Name=WS_FTPVersion=9Company=IpswitchLang=0009[{AD88355B-A4E0-4DA1-BAC3-EA4FEA930691}-SdFinish-0]Result=1bOpt1=1bOpt2=0You 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 -ror:wsftp90ec.exe -a -rto 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
Create an account or sign in to comment