Jump to content

HØLLØW

Member
  • Posts

    137
  • Joined

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by HØLLØW

  1. 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.

  2. 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

  3. 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%

  4. Could you explain this in more details? The only SVCPACK.INF file I have is the one built into my PCs OS, i.e. C:\Windows\Svcpack.inf. When I looked for something similar in the nLite installation XP I386 folders, the closest I came was a svcpack.in_ file.
    Hey guys,

    I'm installing the IE8 in the "SVCPACK.INF" file in the "I386" folder this way:

    "IE8.exe /quiet /update-no /no-default /norestart"

    This works very fine. ;)

    http://unattended.msfn.org/unattended.xp/v...70a62ec2057565/

×
×
  • Create New...