clivebuckwheat Posted June 28, 2010 Posted June 28, 2010 @ ECHO OFFREG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceExSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications & Settings" /fREG ADD %KEY%\005 /VE /D "Mapping Network Drive" /fREG ADD %KEY%\005 /V 1 /D "NET USE Z: \\IMAC-FED22E\Installations password /USER:Robw" /fREG ADD %KEY%\010 /VE /D "Installing FireFox 3.64" /fREG ADD %KEY%\010 /V 1 /D "z:\Firefox\"Firefox Setup 3.6.4" -ms" /fREG ADD %KEY%\090 /VE /D "Installing Microsoft Office 2010" /fREG ADD %KEY%\090 /V 1 /D "z:\Office14\setup.exe /adminfile Office2010Full.MSP" /fREG ADD %KEY%\090 /V 2 /D "D "REGEDIT /S z:\Office14\Excel-Add-ins.reg" /fThe office install works fine but it seems to skip over the firefox install I know the command is right because I can run it in a batch file and it works fine.
clivebuckwheat Posted June 28, 2010 Author Posted June 28, 2010 @ ECHO OFFREG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceExSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications & Settings" /fREG ADD %KEY%\005 /VE /D "Mapping Network Drive" /fREG ADD %KEY%\005 /V 1 /D "NET USE Z: \\IMAC-FED22E\Installations password /USER:Robw" /fREG ADD %KEY%\010 /VE /D "Installing FireFox 3.64" /fREG ADD %KEY%\010 /V 1 /D "z:\Firefox\"Firefox Setup 3.6.4" -ms" /fREG ADD %KEY%\090 /VE /D "Installing Microsoft Office 2010" /fREG ADD %KEY%\090 /V 1 /D "z:\Office14\setup.exe /adminfile Office2010Full.MSP" /fREG ADD %KEY%\090 /V 2 /D "D "REGEDIT /S z:\Office14\Excel-Add-ins.reg" /fThe office install works fine but it seems to skip over the firefox install I know the command is right because I can run it in a batch file and it works fine.Fixed it myself typo in the file.
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