Cuteftp pro silent switch plz
#1
Posted 15 December 2004 - 07:56 AM
ok ok, i just discovered wpi so i need a lot of silent switches...
#2
Posted 15 December 2004 - 10:06 PM
#3
Posted 15 December 2004 - 10:30 PM
I tried the -R and got a setup.iss
but it doesn't work.
humm...
#4
Posted 15 December 2004 - 10:53 PM
#5
Posted 15 December 2004 - 11:59 PM
Edit: Wow.. I can't believe it. The admin install is not working either.
#7
Posted 16 December 2004 - 12:54 AM
Quote
Because those posts are just ideas. I didn't actually try them before posting.
It is a script msi package, so it has to use the setup.exe to run. But I think there is a way to do this.
#8
Posted 16 December 2004 - 06:55 AM
Also, youll noticed that while the initial setup screen says installsheild, it actually uses Windows Installer... so the -r wont work.
Theres gotta be a way to do this...
#9
Posted 16 December 2004 - 07:00 AM
the setup.exe is 8 mb
when u extract it using wirnar it is only 5 mb
does that make sense to u? heheheheh
#10
Posted 16 December 2004 - 07:01 AM
Other than that, cuteFTP has *GOT* to work with the setup.iss
setup.exe -s -k
#11
Posted 16 December 2004 - 07:06 AM
Quote
Can u take a peek at the program it is really small like 8 mb
http://www.cuteftp.c.../cuteftppro.asp
#12
Posted 16 December 2004 - 07:19 AM
I've never seen trial products being made easy to install silent. Use the full/retail.
#13
Posted 16 December 2004 - 07:54 AM
Download and run the install exe before you click on next button, There should be a directory in the %temp% directory with the following files "CuteFTP 6 Professional.msi" and "isscript.msi".
To perform the install run the following command (batch file) with the two msi files in the same directory.
@echo off
msiexec /i "isscript.msi" /qb
msiexec /i "CuteFTP 6 Professional.msi" issetupdriven=1 allusers=1 installlevel=1 reboot=reallysuppress /qb
echo done installing CuteFTP Professional 6
pause
You still have to register the copy but it is installed.
#14
Posted 16 December 2004 - 07:58 AM
problem is if i use a batch file it opens a screen
i also changed /qb to /qn
maybe nologic can make a script for us.
#15
Posted 16 December 2004 - 09:43 AM
1st off.. awesome work and thanks a ton! Is there an additional switch to redirect the installation path?
Also CuteFTP Pro v8.1? Latest version I can see is 6.0
@ Asta
If you want to stick with a batch file just use
CMDOW @ /HID
Also, is anyone having issues uninstalling this once its been installed using this method?
#16
Posted 16 December 2004 - 09:52 AM
what i want is a totally silent install. no dialog box
i think autoit or a msi. I am making a msi in a few minutes. totally silent
for now here is just a simple installer with w/ that darn dialog box.
http://ezshare.de/fi...psetup.exe.html
crap the msi i will try for an autoit instead
#17
Posted 16 December 2004 - 10:00 AM
To change the install directory just add installdir={directory you want to install into} before the \qn or \qb
I also corrected the version number to 6, my mistake.
#18
Posted 16 December 2004 - 10:08 AM
ha... sorry man. you know as soon as I hit add reply i figured that was a pretty silly remark. you def know your stuff around here...
@ staple
You rule. That /qn trick gets rid of that status box and installdir works like a charm.
One question.. what exactly does the isscript.msi do?
Thanks a ton.
#19
Posted 16 December 2004 - 10:29 AM
Quote
ha... sorry man. you know as soon as I hit add reply i figured that was a pretty silly remark. you def know your stuff around here...
no problem... i am here to learn just like u. I learn something new everyday.
the installshield i am making is giving me some problems.
#20
Posted 16 December 2004 - 10:33 AM
Installshield then wraps the two msi files in a exe with other files to check to make sure MSI is installed and the the script engine is installed. This exe is like a all in one solution instead of having the users download a script engine and the install.
after you have the script engine installed you normally do not have to reinstall it but sometimes installshield changes versions and the main install MSI may fail.
I normally include it because that way it always works.



Help


Back to top









