Support Forum
please help me with "/Q", "-ms" - Printable Version

+- Support Forum (https://www.vitaligraf.de/mybb)
+-- Forum: Windows Unattended CD Creator (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=9)
+--- Forum: English (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=7)
+--- Thread: please help me with "/Q", "-ms" (/showthread.php?tid=299)

Pages: 1 2 3


please help me with "/Q", "-ms" - dungxvn2007 - 2007-02-28

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


RE: please help me with "/Q", "-ms" - Vitali - 2007-02-28

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


RE: please help me with "/Q", "-ms" - dungxvn2007 - 2007-02-28

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


RE: please help me with "/Q", "-ms" - dungxvn2007 - 2007-02-28

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"


RE: please help me with "/Q", "-ms" - dungxvn2007 - 2007-02-28

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. ^^


RE: please help me with "/Q", "-ms" - Vitali - 2007-03-01

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


RE: please help me with "/Q", "-ms" - dungxvn2007 - 2007-03-01

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


RE: please help me with "/Q", "-ms" - Vitali - 2007-03-01

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


RE: please help me with "/Q", "-ms" - dungxvn2007 - 2007-03-01

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?


RE: please help me with "/Q", "-ms" - Vitali - 2007-03-01

No, all is ok ...

Try to create new ISO..