N3VVBR33D Posted September 25, 2005 Posted September 25, 2005 hi thereI'm just figuring out my WPI-DVDI ran into a prblem:I can't get photoshop installed automaticalyI wrote a batchfile that works great when executed manually - even if run from DVDBUTwhen started from the WPI it doesn't do anythingwhy??"setup.exe -f2\"%systemdrive%\photoshop7.log\"" /fdoesn't worksetup.exe -f2\"%systemdrive%\photoshop7.log\"doesn't workand just running setup.exe doesn't work eitherI edited the abcpy.ini because the method using the setup.iss didn't work at all.I had a look at the MSFN-installer howtoMSFN - installshieldI'm quite frustrated cause it works when manually run from same positionI've got the same problem with uleads videostudio 7 that runs on installshield too.on that one I use the setup.exe -s setup.iss method because there's no ini-file or something like that.I've been trying and testing about 7hours now just for this d@mn issue :angrym: could anyone help me out please? many thx
Kelsenellenelvian Posted September 25, 2005 Posted September 25, 2005 setup.exe -f2\"%systemdrive%\photoshop7.log\"" /fIs this the full command entry? I think it may be a path issue. During install where does the program reside? Does WPI give you any errors?If all else fails do it like I do my nvidia drivers, I make a winrar sfx file containing all of the files and have extract to a temp folder with the command running after extraction. If this is the way you want to go I will provide more in depth instructions for you.
AlBundy33 Posted September 26, 2005 Posted September 26, 2005 At first you can try this:use the -f1 switch to set the *.iss file.setup.exe -f1"path_to_file\setup.iss" -f2"your_log_file"Or try this setup.cmd for your apps:@ECHO OFFPUSHD "%~dp0"put your command here (e.g. setup.exe -f2"%systemdrive%\photoshop7.log" /f)POPDGreetingsAl
nujackk Posted September 28, 2005 Posted September 28, 2005 (edited) I could be wrong but I think you are missing the (-s) in front of the (-F2) and don't point it to the iss file just have that in the folder with the setup file.example being"%cdrom%\install\AudioUtl\Setup.exe -s -f2\"%systemdrive%\Audio.log\"" /f this is for an install from cd of course but same principleThe iss file in in the AudioUtl folder. and runs automatically when you use the -s switch Edited September 28, 2005 by nujackk
Krim Posted September 29, 2005 Posted September 29, 2005 Ive also found that if i am using the -f1/-f2 switches i need to specify both when running from WPI.If i run manually i can use just -f2 and it picks up the .iss file itself.
nujackk Posted October 10, 2005 Posted October 10, 2005 (edited) disregard figured it out myself. ( can we delete post our own stupid post ? ) Edited October 10, 2005 by nujackk
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now