johnhc Posted October 7, 2010 Posted October 7, 2010 I have found several theme packs (.themepack) and would like to add several to my unattended W7 install. Perhaps I can simply extract the .themepack file into a folder and point my unattended.xml to the .theme file in the folder, as<Themes> <CustomDefaultThemeFile>c:themefiles\theme1.theme</CustomDefaultThemeFile> <DefaultThemesOff>false</DefaultThemesOff></Themes>placed into the Microsoft-Windows-Shell-Setup step. Thanks for any help/comments. Enjoy, john.
maxXPsoft Posted October 8, 2010 Posted October 8, 2010 I simply just run at Firstlogoncommands and when desk loads I have to close the theme window but it worksREM .themepackCMD /C start /wait %systemdrive%\Install\Se7en_UA.themepack
johnhc Posted October 8, 2010 Author Posted October 8, 2010 I simply just run at Firstlogoncommands and when desk loads I have to close the theme window but it worksREM .themepackCMD /C start /wait %systemdrive%\Install\Se7en_UA.themepackmaxXPsoft, thanks for your reply. Enjoy, John.
gerd9040 Posted March 19, 2013 Posted March 19, 2013 I have found several theme packs (.themepack) and would like to add several to my unattended W7 install. Perhaps I can simply extract the .themepack file into a folder and point my unattended.xml to the .theme file in the folder, as<Themes> <CustomDefaultThemeFile>c:themefiles\theme1.theme</CustomDefaultThemeFile> <DefaultThemesOff>false</DefaultThemesOff></Themes>placed into the Microsoft-Windows-Shell-Setup step. Thanks for any help/comments. Enjoy, john.Since a .themepack is nothing but a .cab file, you can simply rename the file and unpack it to c:\windows\ressources\themes. One last thing to be done is correcting the background-filepath in the .theme-file to an absolute path (something like %systemroot%\ressources\themes\myownbackgrounds\image.png).Now, your custom theme can be chosen as you described above.
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