Jump to content

HØLLØW

Member
  • Posts

    137
  • Joined

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by HØLLØW

  1. Just use this switch to install it silent: /Q /NORESTART
  2. This is the wrong section for your question. Maybe the Admins / Mods can move it
  3. Hey rebrov, you don't have to use a script to do that. Use this code in the "WINNT.SIF" file: CustomDefaultThemeFile = "%WinDir%\Resources\Themes\MyTheme.theme" You don't have to use that: CustomDefaultWallpaperFile=%WinDir%\Resources\Themes\Web\Wallpaper\mycurrentwallpaper.png Just setup your theme in your current windows installation, change the wallpaper an then save your theme as a file in the directory on your windows cd. The wallpaper must be also in the right folder. Then it should work.
  4. Hi, I'm installing IE8, WMP11 and all OS-Updates in the "svcpack.inf". That works fine. You can also slipstream them but I don't prefer that. I also don't use nLite but I think you can set a script which is running after reboot or something and in that script you can setup your programs.
  5. Hi cmonkedo, the "svcpack.inf" is for installing updates/hotfixes for your OS. The "RunOnceEx.cmd" is for installing applications. Just read the guide, it's very easy and your unattended CD will work fine Ask any question you have.
  6. Very good question, I'm also searching a solution for that. I think that can be done with an IE-Unattended Kit from Microsoft, but I don't know the exact name of it. Would be nice if anyone can give a tutorial.
  7. Hello donald, I'm using the following code: REG ADD %KEY%\007 /VE /D "Adobe Reader [9.1.0]" /f REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\Adobe_Reader\AcroRead.msi TRANSFORMS=AcroRead.mst /qn" /f The problem in your code are the quotation marks. Just use my code and it's working fine. I'm also installing the following Hotfixes: REG ADD %KEY%\008 /VE /D "Adobe Reader - Update [9.1.2]" /f REG ADD %KEY%\008 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.2\AdbeRdrUpd912_all_incr.msp" /f REG ADD %KEY%\009 /VE /D "Adobe Reader - Update [9.1.3]" /f REG ADD %KEY%\009 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.3\AdbeRdrUpd913_all_incr.msp" /f
  8. Hey guys, is it possible to modify the "SHIFT+DEL-Command" in that way, that it uses "Eraser" to delete files instead of the windows file deletion? I just modified the recycle-bin that it displays "Empty Recycle Bin" in the context menu, and uses the 35-Pass Gutman-Method in silent mode to empty the recycle bin. Thank you for your help and sorry for my english...
  9. I think there's a problem with the virtual network adapter settings of your virtual machines. Which setting did you choose for each of the virtual network interfaces?
  10. Are you using an volume-license-key in your environment?
  11. First, read this Guide! Are you talking about the free version of AVG 8? I'm installing the AVG Free Edition 8.5 in my "RunOnceEx.cmd" with this switches: avg_free_stf_eu_85_386a1586.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch /NOAVGTOOLBAR To also install the latest definition files silently, download them from this site (both files are needed!). Then install the updates with that code: %ProgramFiles%\AVG\AVG8\avgupd.exe /source=folder /path="%folder with your files%
  12. Yes, you must set the hidden attribute to the file with the following command: ATTRIB +H %Path to desktop.ini%
  13. The code from me is for installing the theme via cmd or bat. Install Firefox 3.5 with the switch -ms and then install the theme with the code from me above.
  14. Use the following code to install your theme silently after installing firefox:
  15. I think it would be no problem, because these are just logfiles and will be recreated if windows needs them again. But why would you delete them?
  16. That's what I would say. These are all incremental patches and they implement the earlier released updates.
  17. You can install your theme with the following switch silently: -install-global-theme /path/to/theme
  18. If you just want to know how to run this script, use the following command: diskpart /s script.txt
  19. I'm copying my shortcuts in the start menu the following way: XCOPY "%AllUsersProfile%\STARTM~1\Programme\Mozilla Thunderbird\Mozilla Thunderbird.lnk" "%AllUsersProfile%\STARTM~1\Programme\Internet\E-Mail Client"
  20. Just do the following to apply your registry tweaks silent at T13: $OEM$\cmdlines.txt [COMMANDS] "REGEDIT /S registry_tweaks.reg" Also put your registry tweak file in the "$OEM$" folder.
  21. I don't have a solution for you, but a good note: Don't attach your full / original "WINNT.SIF" file in the forum, because of your XP-Key!
×
×
  • Create New...