Jump to content

Recommended Posts

Posted

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 off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Configuring Computer" /f

REG ADD %KEY%\001 /VE /D "Preparing installation..." /f

REG ADD %kEY%\005 /VE /D "Installing local Oce 9700 printer driver..." /f

REG 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" /f

REG ADD %KEY%\015 /V 1 /D "net use \\s3 /user:corpvoa\poncho help" /f

REG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\scripts\comdlg32copy.vbs" /f

REG ADD %KEY%\015 /V 3 /D "\\S3\Argos60\ArgTracking\Setup.exe /bdsonly /s" /f

REG ADD %KEY%\015 /V 4 /D "%systemdrive%\install\scripts\connectorinstall.vbs" /f


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...