Daimao Posted January 26, 2005 Posted January 26, 2005 Well,hasn't been on the forum yetI know it uses a setup.iss but don't know what to change about itI've put it in the same directory as the isntaller and when i try the -s switch it doesn't installHere's what's in the iss file :[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-DlgOrder]Dlg0={DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdWelcome-0Count=5Dlg1={DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdLicense-0Dlg2={DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdAskDestPath-0Dlg3={DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdSelectFolder-0Dlg4={DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdFinish-0[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdWelcome-0]Result=1[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdLicense-0]Result=1[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdAskDestPath-0]szDir=C:\Program Files\Game CamResult=1[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdSelectFolder-0]szFolder=GameCamResult=1[Application]Name=Game CamVersion=1.2.0.15Company=PGCLang=0009[{DB52432E-3AD8-41A5-A586-0F065FB6A31E}-SdFinish-0]Result=1bOpt1=0bOpt2=0
Daimao Posted January 26, 2005 Author Posted January 26, 2005 *Bump*Almost to the second page,nobody that can help?
prathapml Posted January 26, 2005 Posted January 26, 2005 There was this other packages that installed with "-k" instead.And then, the old method of "-s -f1"path to ISS"" exists too.Also, installshield logs were used by some people - you need to redirect "-f2"path to log"".I doubt the installer is anything unique. Pretty much the same InstallShield parameters are going to apply. I've given the ideas above, maybe someone else might be able to give more specific help if they knew your app.try the above, good luck!
totoymola Posted January 27, 2005 Posted January 27, 2005 There was this other packages that installed with "-k" instead.Hello prathapml! This one is new to me. What does this switch do? Is is similar to the /s switch? Which type of packages use this? Does it work on the regular InstallScript based and InstallScript MSI packages? Thanks! Daimao, the switch is actually /s. Some packages accept the -s and -S, but some packages don't. Try prathapml's suggestion too, the /s /f1"path_of_iss_file". I'm pretty sure it will answer your problem. Placing the setup.iss file in the same directory as the setup.exe doesn't work all the time. Because some installers are compressed archives, that extract their files to the %temp% folder when you run it, so it will not be able to locate the setup.iss. [installShield Silent]Version=v6.00.000The setup uses a previous version of InstallShiled. Please let us know if the -k switch works for this.
prathapml Posted January 27, 2005 Posted January 27, 2005 duh! Don't look at me like that, I don't know.... I saw somewhere that the latest ATi (or was it nVidia ) Control Panels uses that switch now.
totoymola Posted January 27, 2005 Posted January 27, 2005 Hahahaha!! Ok, I will try to look for more information about this, and I will post is here.
Daimao Posted January 27, 2005 Author Posted January 27, 2005 /s : nothing happens-k : not silentWill try the other switches nowUpdate : -s -f1"pathtoiss" worksBut after the install another window pops asking to install the wmp codecsSo you have to taskkill it if you already have themIf not,I don't know how to do this silentThx prathapml ( = weird nick lol)
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