Content Type
Profiles
Forums
Events
Everything posted by eirogge
-
integrate vs manual svcpack.inf
eirogge replied to rowansmith's topic in Unattended Windows 2000/XP/2003
theoretically not as you just need to replace the hotfix file in the .\i386\svcpack - folder. the name is a false friend here as it does not work the same way it does on service packs. sorrowly. practically there is the problem (or can lead to a problem) i mentioned above, that there in fact are hotfixes that replace some files. anyway, with /integrate on hotfixes the source is not up2date, but the installation will be. -
integrate vs manual svcpack.inf
eirogge replied to rowansmith's topic in Unattended Windows 2000/XP/2003
/integrate on hotfixes basically does nothing more than adding them to svcpack.inf so that they're executed during setup. practically they are replacing (call it "messing up" if you want ) some files in i386/AMD64 and adding a bunch of cat-files and that is the problem with /integrate. -
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
eirogge replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
did anyone manage to download the critical internet explorer update via the download center? it returns me that the download is not available. -
Finished My Unattended Setup!
eirogge replied to cumminbk's topic in Unattended Windows 2000/XP/2003
why dont you use a for loop for the hotfixes? so you wouldnt have to add them manually to your .cmd -
extract the driver and try running CTZAPXX.exe /q /o /r or CTZAPXX.exe /S instead
-
you cannot disable it because internet explorer is deeply "wired" into windows and a lot of functions deserve internet explorer to be present. what you can do is removing IE using nlite which disables copying of IE itself but not of the shared components windows needs. but i would not recommend this as you may need IE for windows & office update. if you use "IEAccess = No" under [Components] in your winnt.sif you can disable all visible entries to IE. maybe this fits your needs best.
-
Is this reg string unique to each install?
eirogge replied to BoardBabe's topic in Unattended Windows 2000/XP/2003
of course exactly this part is not unique. it is created with random values for the different users you have configured on your system. apply them to HKEY_CURRENT_USER at T12 and you wont have problems. -
Unable to disable messanger, msn explorer, OE
eirogge replied to faisalt's topic in Unattended Windows 2000/XP/2003
make sure you have OemPreinstall=Yes UnattendSwitch=Yes set in the [unattended] section. and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it. -
How to make Firefox the standard browser (?)
eirogge replied to Third3ye's topic in Unattended Windows 2000/XP/2003
just execute firefox.exe -silent -nosplash -setDefaultBrowser -
the problem is not runonceex i think. but the problem might be the command shell executing the batch file that adds the information to the registry during setup. try to get the encoding of the letter by testing in batchfiles with echo commands and a ascii table.
-
just open it in notepad and change the first line to REGEDIT4
-
Integration of Internet Explore 6
eirogge replied to MadBoy's topic in Unattended Windows 2000/XP/2003
yes, before the hotfixes if you have hotfixes for IE6 -
Integration of Internet Explore 6
eirogge replied to MadBoy's topic in Unattended Windows 2000/XP/2003
download the webinstaller an start it with the following command: ie6setup.exe /c:"ie6wzd.exe /D:1 /s:""#E""" this will give you the possibility to download all installation files for a specific operating system. you can silently install IE by launching ie6setup.exe /Q:A /R:N then. and of course you can package everything and install it together with windows. -
place the file there if you use e.g. /qb or /qn in an windows installer installation and it reaches an errorlevel like the one you posted, it will rollback and quit the setup. i guess it is the same with other installation systems.
-
Acknowledgement Card, Please!
eirogge replied to MOONLIGHT SONATA's topic in Unattended Windows 2000/XP/2003
with such kiddie-1337-stuff unattended windows-installs finally reach a point they never were meant to reach. :-P -
windows xp V6 trapped files for you
eirogge replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
none. the topic is hot since a few days. -
windows xp V6 trapped files for you
eirogge replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
http://www.msfn.org/board/index.php?showtopic=49090 -
what's the difference? between these 2 tweaks?
eirogge replied to 1boredguy's topic in Unattended Windows 2000/XP/2003
the first one disables the welcome screen in the new logon and the second one switches to the classic logon look. -
Batch Script Tips and Tricks for XPCDs
eirogge replied to DarkShadows's topic in Unattended Windows 2000/XP/2003
thats nothing that is not standing in "for /?" -
Listing installed hotfixes with this utility
eirogge replied to comomolo's topic in Unattended Windows 2000/XP/2003
I have no idea of what the mbsa is. Anywhere I can download hfnetcheck from? Have been Googling around but nothing leads me to Microsoft or another downloading source. <{POST_SNAPBACK}> microsoft baseline security analyzer. google for that @Astalavista: nice idea but i could be done much better. btw the list of installed hotfixes also available in the windows uninstall dialog - just in case you didnt know. and if you want to add it to the oembranding get the values from the registry, thats cleaner and less error-prone. -
Listing installed hotfixes with this utility
eirogge replied to comomolo's topic in Unattended Windows 2000/XP/2003
check out hfnetcheck which is a microsoft tool that does the same and is available with the mbsa. -
HotFixes: Using both SVCPACK.INF and /integrate
eirogge replied to Majoram's topic in Unattended Windows 2000/XP/2003
have you used any tools like nlite or batchfiles that removed components from your windows cd? -
.NET Framework 1.1 Service Pack
eirogge replied to OutTrendz's topic in Unattended Windows 2000/XP/2003
if you use the 7zip sfx you need a hacked version of the 7zS.sfx file that has all gui elements removed. i attached the one i used. 7zS_NoGUI.zip -
HotFixes: Using both SVCPACK.INF and /integrate
eirogge replied to Majoram's topic in Unattended Windows 2000/XP/2003
first of all you need to know that /integrate does nothing more than automating the process of adding a hotfix to svcpack.inf nothing more, nothing less. i guess you already checked if KB893066.exe is inside the SVCPACK folder, didnt you? -
Disable My Music & My Pictures from My Documents
eirogge replied to Marthax's topic in Unattended Windows 2000/XP/2003
use regsvr32 /s /u mydocs.dll in a unattended batch file