Jump to content

Recommended Posts

Posted

Hi there

okey on my Unattended DVD i am installing all the hotfixes and updates and

applications AS THEY ARE, meaning NO intergration of hotfixes and updates

and NO repacking apps for installation

I do this so the Source will be super easy to maintain.

I am also using Swedish version of XP so no RyanVM packs here.

But i have some minor "problems" left to attend to. during RunOnceEx install some updates like KB886903, Framework Swdish Language Pack, HMTCDWizard.msi, and Windows Media Connect (wmcsetup.exe) all show the Dialouge whit a cancel button even if the code looks like this:

REG ADD %KEY%\001 /VE /D "Windows Updates and Hotfixes" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\Framework_ASP\KB886903.exe /Q" /f
REG ADD %KEY%\001 /V 2 /D "%systemdrive%\install\Applications\Framework_SWE\langpack.msi /qb" /f
REG ADD %KEY%\001 /V 3 /D "%systemdrive%\install\Applications\High-mat\HMTCDWizard.msi /qb" /f
REG ADD %KEY%\001 /V 4 /D "%systemdrive%\install\Applications\WMC\wmcsetup.exe /Q:A /R:N" /f

Any ideas on how to get rid of the install dialouges?

All the forum searched generated was on how to INTERGRATE theese updates, and i dont want that!

Thanx ppl


Posted

Why you have decompresses Langpack for .NET ? HighMAT ? WMC ?

I use the original file and this is my code

WindowsMedia\\WindowsMediaConnect.exe /Q
Divers\\Extension_HighMAT.exe /qb
FrameWork\\FrameWork_FR.exe /q:a /c:"inst /q"

It's unattended 100% ;)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...