Support Forum

Full Version: please help me with "/Q", "-ms"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
i watched the tutorial video and i don't understand why in software, after the "%cdrom..." line u add "/Q" or "-ms" ( i call them "tails"). can you tell me what do they mean and show me how to use these "tails" properly. Thank you very much for all your attention
Vitali Wrote:They are switches. They controlling the app setup flow
Read more:
http://unattended.msfn.org/unattended.xp/view/web/21/
http://board.vitaligraf.de/showthread.php?tid=158

thank you very much Don Vitali. You are the best admin I've ever known
Don Vitali! Can you check my setting.txt lines below? thanks a lot

[Software]
firefox.checkPoint="Software\firefox"
firefox.Steps="1"
firefox.Step.1=""%CDROM%\Software\firefox\Firefox Setup 2.0.exe" /s"
office2k3.checkPoint="SETUP\F_WIN\APPS\OFFICE\Office 2003\office2003.exe"
office2k3.remote="E:\"
office2k3.Steps="1"
office2k3.Step.1=""%CDROM%\SETUP\F_WIN\APPS\OFFICE\Office 2003\office2003.exe" /s"
kaspersky.checkPoint="SETUP\F_WIN\SECURITY\Kaspersky 6.0.1.411\Kaspersky 6.0.1.411\kis6.0.1.411en.msi"
kaspersky.remote="E:\"
kaspersky.Steps="1"
kaspersky.Step.1=""%CDROM%\SETUP\F_WIN\SECURITY\Kaspersky 6.0.1.411\Kaspersky 6.0.1.411\kis6.0.1.411en.msi" /QN REBOOT=Suppress""
yahoo.checkPoint="SETUP\NET\Y!\ymsgr8us.exe"
yahoo.remote="E:\"
yahoo.Steps="1"
yahoo.Step.1=""%CDROM%\SETUP\NET\Y!\ymsgr8us.exe" /S"
Reihenfolge="firefox;office2k3;kaspersky;yahoo"
I posted these lines of setting.txt because when i run the runonceex.js all applications " install directly from the disk..." are ok, only firefox( copy to CD) fail . it said" please insert disk...firefox" sorry, I dont remember exactly but i hope you know this problem. I appreciate your help. ^^
Are you sure that firefox is not stored to CD ? Look in Software\firefox
Have you one cd or more created?

Firefox used -ms switch, not /s
Vitali Wrote:Are you sure that firefox is not stored to CD ? Look in Software\firefox
Have you one cd or more created?

Firefox used -ms switch, not /s

I tried with -ms switch and the same problem occoured. I'm sure firefox setup file is in the CD. thanks for your reply
dungxvn2007 Wrote:I tried with -ms switch and the same problem occoured. I'm sure firefox setup file is in the CD. thanks for your reply
Message "please insert disk...firefox" means the file or directory, notified in "firefox.checkPoint", is not found.. This message don't mean "wrong switch" !!

Make sure that directory "Software" called "Software" and not "Software " or " Software" (without spaces at begin or end of Name !!) Make same check for directory "firefox"

Look in the file $OEM$\$$\Runonceex.js on cd (right click and select "Edit", don't double click!!). Contains this file exactly follow code?
Code:
soft[n].name = "firefox";
soft[n].checkPoint = "Software\\firefox";

If its all ok, create a new ISO, maybe helps it
Thanks Don Vitali, you helped me so much
exacly the code is:
soft[n] = new Array();
soft[n].name = "firefox";
soft[n].checkPoint = "Software\\firefox";
soft[n][0] = "\"%CDROM%\\Software\\firefox\\Firefox Setup 2.0.exe\" /s";
n++;
anything wrong?
No, all is ok ...

Try to create new ISO..
Pages: 1 2 3