Jump to content

jseunghan

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About jseunghan

jseunghan's Achievements

0

Reputation

  1. 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 New...