Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
please help me with "/Q", "-ms"
2007-02-28, 03:27 AM, (This post was last modified: 2007-03-03, 06:08 PM by dungxvn2007.)
#1
please help me with "/Q", "-ms"
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
Reply
2007-02-28, 10:39 AM,
#2
RE: please help me with "/Q", "-ms"
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
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2007-02-28, 12:46 PM,
#3
RE: please help me with "/Q", "-ms"
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
Reply
2007-02-28, 06:59 PM,
#4
RE: please help me with "/Q", "-ms"
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"
Reply
2007-02-28, 07:25 PM,
#5
RE: please help me with "/Q", "-ms"
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. ^^
Reply
2007-03-01, 08:27 AM,
#6
RE: please help me with "/Q", "-ms"
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

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2007-03-01, 11:29 AM,
#7
RE: please help me with "/Q", "-ms"
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
Reply
2007-03-01, 12:17 PM, (This post was last modified: 2007-03-01, 12:32 PM by Vitali.)
#8
RE: please help me with "/Q", "-ms"
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
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2007-03-01, 03:20 PM,
#9
RE: please help me with "/Q", "-ms"
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?
Reply
2007-03-01, 03:45 PM,
#10
RE: please help me with "/Q", "-ms"
No, all is ok ...

Try to create new ISO..
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)