panshw Posted November 27, 2012 Share Posted November 27, 2012 (edited) Hi,I trying to do an unattended installation of Windows 8. I'd like to lunch a batch file at the first logon, in this way I silent install all my application.I can lunch this script in unattended Windows 7 installation with RT Se7en lite, but now I'd like to use Win Toolkit because it is compatible with Windows 8(sorry for double post) Edited November 27, 2012 by panshw Quote Link to comment Share on other sites More sharing options...
Makr0sha.man0b Posted November 28, 2012 Share Posted November 28, 2012 (edited) Use SetupComplete.cmd Script. Make a Script & named it as setupcomplete.cmd. Then Put This in Sources/$OEM$/$$/setup/scripts/setupcomplete.cmd(ur Script) & then when the windows finished installation or at ist logon it wil run! Thats it. Edited November 28, 2012 by Makr0sha.man0b Quote Link to comment Share on other sites More sharing options...
Makr0sha.man0b Posted November 28, 2012 Share Posted November 28, 2012 (edited) If u want Script Structure Then it wil be something as like it >>>> < @echo offecho Software installstart /wait adobe.exe /silent /norestart >here /silent /norestart is the parameter of the software. If u want some software wil install silently Then u have to manage the silent switch of the software.if u dont find silent switch then repack the software with smart install maker! Edited November 28, 2012 by Makr0sha.man0b Quote Link to comment Share on other sites More sharing options...
panshw Posted November 28, 2012 Author Share Posted November 28, 2012 Use SetupComplete.cmd Script. Make a Script & named it as setupcomplete.cmd. Then Put This in Sources/$OEM$/$$/setup/scripts/setupcomplete.cmd(ur Script) & then when the windows finished installation or at ist logon it wil run! Thats it.ThanksI thought that this method worked only in Windows 7. Have you tested it in Windows 8? Quote Link to comment Share on other sites More sharing options...
Makr0sha.man0b Posted November 29, 2012 Share Posted November 29, 2012 Ya. I have Tested it. Quote Link to comment Share on other sites More sharing options...
panshw Posted November 29, 2012 Author Share Posted November 29, 2012 User Account Control is enabled or disabled? Quote Link to comment Share on other sites More sharing options...
Makr0sha.man0b Posted November 29, 2012 Share Posted November 29, 2012 Disabled Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.