Jump to content

Rexxar

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Rexxar

  1. Hey All I Would like to add a line that makes a jpg file that has been put in a folder "Rexxar" on the desktop a wallpaper. here is what i have so far @echo off start /wait %systemdrive%\install\Firefox.msi /quiet <irrelevant> start /wait %systemdrive%\install\Profiles.exe /s <irrelevant> start /wait %Systemdrive%\install\Regtweaks.reg /s <irrelevant> mkdir "%userprofile%\desktop\Rexxar" <makes to folder on desktop move "%systemdrive%\install\Rexxar" "%userprofile%\desktop\Rexxar" <copies the folder with my files to the desktop (a file named wally1.jpg is in this folder, and that needs to be the wallpaper) RD %systemdrive%\install /q /s exit thanks in advance Rexxar
  2. Hey All, Alltough this is my first reply on this forum I've been making unattended setups from XP, Vista and Windows 7 for a while. With XP it used to be easy, because either there are very good guides or simple programs to do stuff. Now I am working on both 32 and 64 both Vista's but i get 1 problem with the autounattend.xml, I either use the one uploaded by the poster of this thread (thanks), or use the one generated by Vlite. What I have been trying to do is integrate my own wallpaper, and trying to get that wallpaper to work after first boot. since the autounattend.xml has a display settings part I thought I'd simply add the following line <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> so that would end up here in the xml file (or at least, thats where i put it) <Display> <ColorDepth>32</ColorDepth> <DPI>120</DPI> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>75</RefreshRate> <VerticalResolution>768</VerticalResolution> <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> </Display> the location of the file wally1.jpg is on the dvd \sources\$OEM$\$1\Install (added it in folder where i have my installers, which are run bij a setupcomplete.cmd, which works fine (maybe anyone knows a command i can add to that which sets wally1.jpg as my desktop background?). as a conclusion: where should I add the line <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> in the posters xml file to make it work, OR what command to add to the cmd file in my \sources\$OEM$\$$\Setup\Scripts folder on the dvd. thanks in advance
×
×
  • Create New...