cat2115 Posted June 14, 2010 Posted June 14, 2010 hi all,please help: will this work. ECHO Installing Nero 9Echo This process takes several minutes......start /wait %systemroot%\setup\scripts\nero\nero.exe /NOREBOOT /SN=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /WRITE_SN (would like to no reboot and have it enter serial)ECHO Installing Symantec 11Echo This process takes several minutes......start /wait %systemroot%\setup\scripts\antivirus\Symantec.exe /REBOOT=REALLYSUPPRESS (would like to no reboot)Also, i have put fonts file in the \sources\$OEM$\$$\Fonts\ but none of the fonts copied to c:\window\fontshowever, when i put fonts file in \sources\$OEM$\$$\ it copied fonts in c:\window\. When i click one of the font, it open the font.ttf and above it, there a "install" icon. so i click and it install to fonts folder.maybe i should after i click install of all fonts in c:\window, then copy fonts from fonts folder and pasted in \sources\$OEM$\$$\fonts and test it again to see if it copy to the correct folder??
iamtheky Posted June 14, 2010 Posted June 14, 2010 I wouldnt reply to myself 6 hours after my original post as it generally deters people from helping you. http://forums.mydigitallife.info/threads/19989-Will-this-code-work-to-have-win7-automatically-install-applicationshttp://www.msfn.org/board/setupcompletecmd-t137263.htmlSetupcomplete.cmd is ok.for your fonts i would just add the following lines to the setupcomplete.cmd and call it done.1) copy c:\windows\*.ttf c:\windows\Fonts -->copies them from current location to correct location2) start c:\windows\Fonts --> registers all the new fonts in the folder
cat2115 Posted June 15, 2010 Author Posted June 15, 2010 Setupcomplete.cmd is ok.for your fonts i would just add the following lines to the setupcomplete.cmd and call it done.1) copy c:\windows\*.ttf c:\windows\Fonts -->copies them from current location to correct location2) start c:\windows\Fonts --> registers all the new fonts in the folderthis is not working. it hung at the "final installation". i wait for 30min and nothing happened.code i used in setupcomplete.cmd iscopy c:\windows\*.ttf c:\windows\Fontsstart c:\windows\Fontsdel c:\windows\*.ttf
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