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.)
|
|||
|
|||
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
|
|||
2007-02-28, 10:39 AM,
|
|||
|
|||
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 |
|||
2007-02-28, 12:46 PM,
|
|||
|
|||
RE: please help me with "/Q", "-ms"
Vitali Wrote:They are switches. They controlling the app setup flow thank you very much Don Vitali. You are the best admin I've ever known |
|||
2007-02-28, 06:59 PM,
|
|||
|
|||
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" |
|||
2007-02-28, 07:25 PM,
|
|||
|
|||
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. ^^
|
|||
2007-03-01, 08:27 AM,
|
|||
|
|||
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 |
|||
2007-03-01, 11:29 AM,
|
|||
|
|||
RE: please help me with "/Q", "-ms"
Vitali Wrote:Are you sure that firefox is not stored to CD ? Look in Software\firefox I tried with -ms switch and the same problem occoured. I'm sure firefox setup file is in the CD. thanks for your reply |
|||
2007-03-01, 12:17 PM,
(This post was last modified: 2007-03-01, 12:32 PM by Vitali.)
|
|||
|
|||
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 replyMessage "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"; If its all ok, create a new ISO, maybe helps it |
|||
2007-03-01, 03:20 PM,
|
|||
|
|||
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? |
|||
2007-03-01, 03:45 PM,
|
|||
|
|||
RE: please help me with "/Q", "-ms"
No, all is ok ...
Try to create new ISO.. |
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)