jseunghan Posted October 18, 2004 Posted October 18, 2004 Using the RunOnceEx.cmd command and want to install applications from Network shares as placing the files on the CD would make the CD to big.What are the command used?I have used the following as an example:cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Configuring Computer" /fREG ADD %KEY%\001 /VE /D "Preparing installation..." /fREG ADD %kEY%\005 /VE /D "Installing local Oce 9700 printer driver..." /fREG ADD %key%\005 /V 1 /D "rundll32 printui.dll,PrintUIEntry /if /f c:\drivers\printer\hp755\oemsetup.inf /r file: /m \"HP DesignJet 755CM(C3198B)by HP\" /b \"File to - Oce 9700\""REG ADD %KEY%\015 /VE /D "Installing Sepeline Argos" /fREG ADD %KEY%\015 /V 1 /D "net use \\s3 /user:corpvoa\poncho help" /fREG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\scripts\comdlg32copy.vbs" /fREG ADD %KEY%\015 /V 3 /D "\\S3\Argos60\ArgTracking\Setup.exe /bdsonly /s" /fREG ADD %KEY%\015 /V 4 /D "%systemdrive%\install\scripts\connectorinstall.vbs" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now