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


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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