Content Type
Profiles
Forums
Events
Posts posted by HØLLØW
-
-
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.
0 -
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.
0 -
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.
0 -
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.
0 -
-
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" /fThe 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" /f0 -
No ideas out there?
0 -
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...
0 -
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?
0 -
Are you using an volume-license-key in your environment?
0 -
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%
0 -
Also, is it possible to make the file desktop.ini hidden when it is copied to the hard drive?
Yes, you must set the hidden attribute to the file with the following command:
ATTRIB +H %Path to desktop.ini%
0 -
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/
0 -
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.
0 -
Use the following code to install your theme silently after installing firefox:
"%ProgramFiles%\Mozilla Firefox\firefox.exe -install-global-theme %Path to your theme%"0 -
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?
0 -
why? i don't need them?
cmpnents folder has two subfolders netfx and tabletpc
i think i will not delete them
0 -
you can ignore 8.1.4/8.1.5 updates because 8.1.6 covers the previous updates.
That's what I would say.
These are all incremental patches and they implement the earlier released updates.
0 -
You can install your theme with the following switch silently:
-install-global-theme /path/to/theme
0 -
If you just want to know how to run this script, use the following command:
diskpart /s script.txt
0 -
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"
0 -
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.
0 -
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!
0 -
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.
0
Ethernet?
in Networks and the Internet
Posted · Edited by HØLLØW
This is the wrong section for your question.
Maybe the Admins / Mods can move it