May 18, 200620 yr I just download it but i dont know how to install it silently. I repack it and worked well but i dont know if i can install future updates with this method. anyone knows other method? thanks.BTW, you can get the update hereEDIT: thanks to jaws75 for the reminder. extract it and run setup.exe -r than copy setup.iss in windows folder to you update folderto use it in runonceex just use this syntax setup.exe -s -f2"path\logfile.log" thats it. the path is required if you run it from a read only media such as cd/dvd Edited May 21, 200620 yr by elajua
May 19, 200620 yr What switches did you use to install the update ?I always get the update was completed succesfully message at the end and i need to click the finish button to exit .How do i install this update completely silently ?Thanks in advance
May 19, 200620 yr Author @ironsidei made a repack by monitoring what changed after the update was installed and make an msi setup that works great but i dont know if i will be able to install updates using my repacked setup.
May 19, 200620 yr ok mate i get what you meant nowI'm sure they must be a switch to install the update completely silently without that **** screen at the end !Anybody else know ?Thanks
May 20, 200620 yr Since it's installshield how abouthttp://unattended.msfn.org/unattended.xp/view/web/40/
May 21, 200620 yr Since it's installshield how abouthttp://unattended.msfn.org/unattended.xp/view/web/40/Thanks
May 22, 200620 yr Author i cannot make setup.iss??Please helphave you read this link?you have to run setup.exe -r and the program will install the update. a file named setup.iss will be created in your windows folder, copy it before closing the setup. to use it, just copy it to your update setup folder. now you just have to call the setup with some switches.setup.exe -s -f2"%systemdrive%\update.log"the text in quotes is a destination path to create a log file, since it can be created automatically in your update folder if you un this from a cd/dvd.
May 27, 200620 yr Is there a simple way that we can slipstream the update into the Photoshop CS2 installer?
May 28, 200620 yr Author it seems that the .iss method is not working. my uadvd didnt have any problems but the update apparently didnt installed using this method.anyone with other suggestions? thaks.
June 8, 200620 yr So is there an answer to this then - is there a way to slipstream the update? Edited June 8, 200620 yr by Keyser Soze
June 9, 200620 yr I use AutoIt to install the update immediatley after installing (and activating) PSCS2:SplashTextOn ("", "" & @CRLF & "Updating Adobe Photoshop CS2..." & @CRLF & "" & @CRLF & "Please wait..." & @CRLF & "", 320, 90, -1, -1, 1, "Arial", 12, 12)Sleep (5000)SplashOff ()Run ( @ScriptDir & "\901update\setup.exe")WinWait ("Adobe Photoshop CS2", "Installation was successful")Sleep (500)ControlClick ("Adobe Photoshop CS2", "", "Button4")All done. Edited June 9, 200620 yr by blinkdt
June 15, 200620 yr Any solutions yet ?Would really like to make it install silent by one or another way...
Create an account or sign in to comment