prathapml Posted September 20, 2004 Posted September 20, 2004 Hey, we have used other switches before, but not the "/O" switch.In the commandNAVSetup.exe /O REBOOT=ReallySuppress /qbwhich is run to make it install silently, what is the function of the "/O" switch ?
a06lp Posted September 21, 2004 Posted September 21, 2004 if I follow these directions, and install NAV, using this method, onto another computer, will it still work?^
ALiAS_2004 Posted September 21, 2004 Posted September 21, 2004 HELLO snakesnake,YOUR BATCH IS :*************************************************4. batch filehere is the batch for the silent installCLS@echo offECHO.REGEDIT /S %systemdrive%\Install\NAV2005\navreg.regECHO.start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qbECHO.taskkill.exe /F /IM symlcsvc.exeCCPD-LC.exedel "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"EXIT*************************************************I MODIFIED TO :======================================CLS@echo offECHO.REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg *** INCHANGEDECHO.REM taskkill.exe /F /IM symlcsvc.exe *** NOT USED CCPD-LC.exe *** SECONDdel "%systemdrive%\WINDOWS\system32\CCPD-LC.exe" *** THIRDECHO.start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb *** BECAME FOURTH EXIT======================================I assume that is very clear ! This Method is machine specific, therefore can not be used for other machine HAVE A NICE DAY
a06lp Posted September 21, 2004 Posted September 21, 2004 This Method is machine specific, therefore can not be used for other machine.Is there a method that would work on every machine?
shaokahn Posted September 22, 2004 Posted September 22, 2004 Can you Guys make a final post of what do do?i am confused tks in advance
DTM.inc Posted September 22, 2004 Posted September 22, 2004 Can someone please confirm, In regards to the Computer name that is automatically generated at install, will it be exactly the same the next time a fresh install is done? I ask this in reference to the files that are copied over for pre activation Of course the pre activated files are only valid for your machine !So with that in mind will I have to instruct my computer to have a set name or will it automatically generate the same name next time?
snakesnake Posted September 22, 2004 Author Posted September 22, 2004 Can someone please confirm, In regards to the Computer name that is automatically generated at install, will it be exactly the same the next time a fresh install is done? I ask this in reference to the files that are copied over for pre activation Of course the pre activated files are only valid for your machine !So with that in mind will I have to instruct my computer to have a set name or will it automatically generate the same name next time?i don't think the activation files uses the computer namei tried my method first in vmware (vmware gives an other name to my computer) with the activation files of my "real" computer, and it workedanyway, you can set a computer name in your unattend.txt (winnt and winnt32.sif)
snakesnake Posted September 22, 2004 Author Posted September 22, 2004 Can you Guys make a final post of what do do?i am confused tks in advance i didn't tried ALiAS_2004's method, he says it worksso choose, his methor or mineboth seems to work
a06lp Posted September 22, 2004 Posted September 22, 2004 i didn't tried ALiAS_2004's method, he says it worksso choose, his methor or mineboth seems to workdo both work for ALL machines?I need to be able to install this program on ANY computer.can that work?
snakesnake Posted September 22, 2004 Author Posted September 22, 2004 i didn't tried ALiAS_2004's method, he says it worksso choose, his methor or mineboth seems to workdo both work for ALL machines?I need to be able to install this program on ANY computer.can that work? of course not !the activation files you put in the sfx archive are specific to your machine
prathapml Posted September 23, 2004 Posted September 23, 2004 whats the /O for?Right.I would like to know that as well!
snakesnake Posted September 23, 2004 Author Posted September 23, 2004 i don't knowi found that switch in a nav2004 topic, tried it and it worked
prathapml Posted September 23, 2004 Posted September 23, 2004 Well then, that being so, I'd make this cautionary note:Please don't use switches, until you know exactly WHAT each one does.I've been seeing "/O" for norton products, and "/W" for winrar installs being bandied about in the last few days. In both of these cases, these switches have no function, and its better to not use it - since using an unknown switch/tweak can cause more negatives than not using one.No offense towards anybody, that's just a friendly cautionary piece.
ToBe Posted September 23, 2004 Posted September 23, 2004 When I tried to install NIS 2004 silently, it didn't work with just REBOOT=ReallySuppress /qb, so I looked at the file with a hexeditor and found the /O swith. That made it silent, but I don't know what else it does....
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