darkshadow54104 Posted December 15, 2011 Posted December 15, 2011 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
darkshadow54104 Posted December 15, 2011 Author Posted December 15, 2011 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 OffSET PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Programs" /fREG ADD %KEY%\000 /VE /D "7Zip" /fREG ADD %KEY%\000 /V 1 /D "%PP%7zip.exe /silent" /fREG ADD %KEY%\001 /VE /D "winrar" /fREG ADD %KEY%\001 /V 1 /D "%PP%winrar.exe /silent" /fREG ADD %KEY%\002 /VE /D "Firefox" /fREG ADD %KEY%\002 /V 1 /D "%PP%firefox.exe /silent" /fREG ADD %KEY%\003 /VE /D "net framework 4" /fREG ADD %KEY%\003 /V 1 /D "%PP%netframework.exe /silent" /fREG ADD %KEY%\004 /VE /D "Java" /fREG ADD %KEY%\004 /V 1 /D "%PP%javax64.exe /silent" /fREG ADD %KEY%\005 /VE /D "VLC Media Player" /fREG ADD %KEY%\005 /V 1 /D "%PP%vlc.exe /silent" /fEXITI do know that i have to make it a batch file right??
myselfidem Posted December 15, 2011 Posted December 15, 2011 I think you can find help here:http://www.msfn.org/board/topic/140068-a-visual-guide-to-7customizer/page__view__findpost__p__952038
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