Jump to content

Windows 7 Slipstream programs


Recommended Posts

My question is what folder do i put programs and the .bat file in and how do i make the .bat file run the programs i have in that file..... do i have to edit some other file i made a software folder for the programs i want it to install and i have my .bat file in there alo if anyone can put some light on this for me i would much appreciate it thanks in advance

Link to comment
Share on other sites


Nope if i put this topic in the wrong place sorry.... I am wondering where or how to make it so i can slipstream the programs so i dont have to download them everytime.. where would i put this code i have..

cmdow @ /HID
@Echo Off

SET PP=%SystemDrive%\Install\

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

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "7Zip" /f
REG ADD %KEY%\000 /V 1 /D "%PP%7zip.exe /silent" /f

REG ADD %KEY%\001 /VE /D "winrar" /f
REG ADD %KEY%\001 /V 1 /D "%PP%winrar.exe /silent" /f

REG ADD %KEY%\002 /VE /D "Firefox" /f
REG ADD %KEY%\002 /V 1 /D "%PP%firefox.exe /silent" /f

REG ADD %KEY%\003 /VE /D "net framework 4" /f
REG ADD %KEY%\003 /V 1 /D "%PP%netframework.exe /silent" /f

REG ADD %KEY%\004 /VE /D "Java" /f
REG ADD %KEY%\004 /V 1 /D "%PP%javax64.exe /silent" /f

REG ADD %KEY%\005 /VE /D "VLC Media Player" /f
REG ADD %KEY%\005 /V 1 /D "%PP%vlc.exe /silent" /f

EXIT

I do know that i have to make it a batch file right??

Link to comment
Share on other sites

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