
Igor
Member-
Content Count
49 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout Igor

-
If you want disable WMP9 first run configuration try this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001
-
REG_RESOURCE_REQUIREMENTS_LIST Registry Data Type
Igor replied to Igor's topic in Unattended Windows 2000/XP/2003
Simply I want to import this data type into registry with an .inf file With a .reg file I import this with: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyKey] "My Value"=hex(a):a8,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,04,00,00,00,01,\ 80,03,00,00,00,00,00,01,00,00,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,\ 44,00,45,00,26,00,01,01,01,80,11,00,00,00,08,00,00,00,01,00,00,00,70,01,00,\ 00,00,00,00,00,77,01,00,00,00,00,00,00,01,01,01,80,11,00,00,00,01,00,00,00,\ 01,00,00,00,76,03,00,00,00,00,00,00,76,03,00,00,0 -
REG_RESOURCE_REQUIREMENTS_LIST Registry Data Type
Igor replied to Igor's topic in Unattended Windows 2000/XP/2003
I have already answer to you. There is no reference to REG_RESOURCE_REQUIREMENTS_LIST. The Gosh list is incomplete! -
REG_RESOURCE_REQUIREMENTS_LIST Registry Data Type
Igor replied to Igor's topic in Unattended Windows 2000/XP/2003
http://gosh.msfnhosting.com/infs.htm No reference to this kind of registry data -
I can't install Soundblaster Live drivers silently
Igor replied to Igor's topic in Application Installs
Thank you very much -
I can't install Soundblaster Live drivers silently
Igor replied to Igor's topic in Application Installs
The only difference is -a switch. What does it mean? -
Unattended Secret: Reducing Size Of Source
Igor replied to gosh's topic in Unattended Windows 2000/XP/2003
In my Windows XP Professional Sp1 slipstreamed CD I have only win51, win51IP and win51ip.sp1. There are no win51IC and win51ic.sp1 files. I have tried CD without them on Virtual PC but doesn'work. -
I can't install Soundblaster Live drivers silently
Igor replied to Igor's topic in Application Installs
Anyone that succesfully has installed in silent mode those drivers? -
How to set up an unattended dialup acount?
Igor replied to flattspott's topic in Unattended Windows 2000/XP/2003
Unfortunately only passwords are not stored. Anyway I use rasdial command in a batch file where I have stored username and password: rasdial "myconnection" "username" "password" -
How to set up an unattended dialup acount?
Igor replied to flattspott's topic in Unattended Windows 2000/XP/2003
Dial-up connections settings are located in the Remote Access Phonebook (Rasphone.pbk) at %systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk. Just backup Rasphone.pbk and restore it during unattended setup. -
Ignore system restore warning dialog?
Igor replied to valkyre's topic in Unattended Windows 2000/XP/2003
You have to extract files before and apply switch to setup_wm.exe, otherwise: MPSetupXP.EXE /Q:A /R:N /C:"setup_wm.exe /DisallowSystemRestore /Q:A /R:N" -
Soundblaster Live! and other drivers
Igor replied to Budster's topic in Unattended Windows 2000/XP/2003
What Soundblaster drivers are you using? I can't install them silently and I don't understand why. The setup process doesn't start at all and I only obtain a setup log with a ResultCode=-105. The soundcard is a Live! Player 1024. -
Ignore system restore warning dialog?
Igor replied to valkyre's topic in Unattended Windows 2000/XP/2003
Try this switch: /DisallowSystemRestore -
I can't install Soundblaster Live drivers silently
Igor replied to Igor's topic in Application Installs
The path where is setup.iss is right and precisely I use "%systemdrive%\drivers\sblive\audio\setup\setup.iss". I have tried several times and I alwais obtain a resultcode=-105. What does it mean?