DXK Posted February 14, 2012 Share Posted February 14, 2012 Hello all,I want to start with making Windows 7 Unattended installs.My target is to build a complete automated install, that installs OS/Drivers/Applications and updates my Windows. Now I've tried the program 7Customizer and I can build a ISO where I've added some drivers/wallpapers and modified some settings.But this ISO doesn't install my applications etc. Which program do you advise me to start with? And are there some complete guides around there, where all parts of making a fully unattended installation gets explaned? Hopefully somebody can help me!Regards,Danny Link to comment Share on other sites More sharing options...
Tripredacus Posted February 15, 2012 Share Posted February 15, 2012 What kind of environment do you have available to you? Having the ability to use a network, or even better, having access to an AD DC will get you different options with better manageability. Also, is this for home, small business or corporate use? Link to comment Share on other sites More sharing options...
DXK Posted February 15, 2012 Author Share Posted February 15, 2012 Hello Tripredacus,This is for HOME use, at work I've experience with RIS/WDS and MDT but that's something different. I wanna build a fully automated install for my PC and laptop, that I can also give to my friends/collegues. The installation also needs to install some basic program like VLC player/7-Zip etc. but that part I cannot figured out.Greetz,Danny Link to comment Share on other sites More sharing options...
maxXPsoft Posted February 16, 2012 Share Posted February 16, 2012 ExamplesRunOnceEx will install anything you want. There are some things you do with Firstlogoncommands. Setupcomplete.cmd for othersSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "RunOnceEx - Testing Applications" /fREG ADD %KEY% /v Flags /t REG_DWORD /d "20" /fREG ADD %KEY%\1001 /VE /D "VLC Media Player 1.x.x" /fREG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait D:\APPS\VLCmediaplayer\vlc-1.1.11-win32.exe /S" /fREG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\VLC media player.lnk\"" /fREG ADD %KEY%\1001 /V 103 /D "CMD /C DEL \"%SystemDrive%\Users\Public\Desktop\VLC media player.lnk\"" /fREG ADD %KEY%\1001 /V 104 /D "cmd /c XCOPY \"D:\APPS\VLCmediaplayer\vlc\" \"C:\Users\Noneya\AppData\Roaming\vlc\" /E /I /H /R /Y" /fREG ADD %KEY%\1001 /V 105 /D "REGEDIT /S \"D:\APPS\VLCmediaplayer\vlc_disable.reg\" /fREG ADD %KEY%\1002 /VE /D "7-Zip 9.22 x64" /fREG ADD %KEY%\1002 /V 101 /D "CMD /C Start /Wait msiexec.exe /I D:\APPS\7-Zip_x64\7z922-x64.msi /qb" /fREG ADD %KEY%\1002 /V 102 /D "REGEDIT /S D:\APPS\7-Zip_x64\7ZipSets.reg" /f Link to comment Share on other sites More sharing options...
nice_guy75 Posted February 16, 2012 Share Posted February 16, 2012 ExamplesRunOnceEx will install anything you want. There are some things you do with Firstlogoncommands. Setupcomplete.cmd for othersSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "RunOnceEx - Testing Applications" /fREG ADD %KEY% /v Flags /t REG_DWORD /d "20" /fREG ADD %KEY%\1001 /VE /D "VLC Media Player 1.x.x" /fREG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait D:\APPS\VLCmediaplayer\vlc-1.1.11-win32.exe /S" /fREG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\VLC media player.lnk\"" /fREG ADD %KEY%\1001 /V 103 /D "CMD /C DEL \"%SystemDrive%\Users\Public\Desktop\VLC media player.lnk\"" /fREG ADD %KEY%\1001 /V 104 /D "cmd /c XCOPY \"D:\APPS\VLCmediaplayer\vlc\" \"C:\Users\Noneya\AppData\Roaming\vlc\" /E /I /H /R /Y" /fREG ADD %KEY%\1001 /V 105 /D "REGEDIT /S \"D:\APPS\VLCmediaplayer\vlc_disable.reg\" /fREG ADD %KEY%\1002 /VE /D "7-Zip 9.22 x64" /fREG ADD %KEY%\1002 /V 101 /D "CMD /C Start /Wait msiexec.exe /I D:\APPS\7-Zip_x64\7z922-x64.msi /qb" /fREG ADD %KEY%\1002 /V 102 /D "REGEDIT /S D:\APPS\7-Zip_x64\7ZipSets.reg" /fI don't know this happens with me only or it is a normal process, I tried with runonce registry and it started installation before personal setting loaded, there was a just a blue screen only, no icons, no msg, nothing, so I switched to setupcomplete.cmd . I guess the best way to have applications in the OS is reverse integration. Link to comment Share on other sites More sharing options...
Moonchilde Posted February 16, 2012 Share Posted February 16, 2012 that I can also give to my friends/collegues. If it's fully automated then I assume you wouldn't be customizing their registration keys? If that's the case, you'd not want to do this since you'd harm your activation once Windows 7 needs to go online and activate. Link to comment Share on other sites More sharing options...
maxXPsoft Posted February 16, 2012 Share Posted February 16, 2012 I don't know this happens with me only or it is a normal process, I tried with runonce registry and it started installation before personal setting loaded, there was a just a blue screen only, no icons, no msg, nothing, so I switched to setupcomplete.cmd . I guess the best way to have applications in the OS is reverse integration.To fix and defeat that just put a time delay running script for 2 minutes while Desktop loads.that I can also give to my friends/collegues. If it's fully automated then I assume you wouldn't be customizing their registration keys? If that's the case, you'd not want to do this since you'd harm your activation once Windows 7 needs to go online and activate.Wrong.You can copy same registration to same machine whether you do it with Token Restore or do yourself copy two files and inject them to install.wim. Even easier if it is newer model with Slic 2.1 Bios cause you just plug in the key. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now