Jump to content

Stacey Melissa

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Stacey Melissa

  1. I got it now. After investigating the .inf files generated by IEAK 8, I found the registry setting that disables the first run setup windows. Specifically, the "DisableFirstRunCustomize" value must be set to 1, as shown in this .reg file: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LinksBar] "Enabled"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AlwaysShowMenus"=dword:00000000 "DisableFirstRunCustomize"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows] "PopupMgr"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter] "EnabledV8"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites] "Enabled"=dword:00000000 No timestamps needed.
  2. Here's the .reg file I've used, although it seems the timestamps cause problems when the difference between them and the current date passes a certain point. Maybe there is some way to generate those timestamps to be the current time when a new user logs in for the first time. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LinksBar] "Enabled"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AlwaysShowMenus"=dword:00000000 "IE8RunOnceCompletionTime"=hex:d6,a2,2b,8d,60,b1,c9,01 "IE8RunOnceLastShown"=dword:00000001 "IE8RunOnceLastShown_TIMESTAMP"=hex:fc,71,f4,6f,60,b1,c9,01 "IE8RunOncePerInstallCompleted"=dword:00000001 "IE8TourShown"=dword:00000001 "IE8TourShownTime"=hex:22,d2,aa,02,6c,a9,c9,01 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows] "PopupMgr"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter] "EnabledV8"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites] "Enabled"=dword:00000000 The stuff in the "Main" key (except the "AlwaysShowMenus" value) is what you'll need. The rest of this .reg file enables or disables other stuff.
  3. That's what I used successfully during RunOnceEx. Exactly the same as with IE7.
  4. IIRC, the 15-day trial I downloaded asked for the key during install, but I just continued without putting a key in, and it worked fine. Sort of like a Vista install. ETA: Just checked again, and now I see the "buy later" link at the bottom right corner of the screen that asks for the product key. That's what I clicked to use the 15-day trial.
  5. On this download page, there is a checkbox called "Include the Java JRE with this download". Uncheck it, then click the download link for your language and platform.
  6. The way I've done single bit changes in the past was to retrieve the original value at runtime, then have the script calculate the result of adding the retrieved value + the single bit, then write that sum back to the registry. I haven't done it with the Recycle Bin confirm bit, but I have done it with other values before, and it works.
  7. Where do you read that in that thread? Wabaunza figured it out in post 14. My findings confirm his. In the OOBE pass in WSIM, insert the Windows-Deployment\Reseal component, and set the Mode property to "Audit". Then in the AuditSystem pass, insert Windows-Shell-Setup\Autologon for the Administrator, as usual. Also make sure to insert Windows-Shell-Setup\UserAccounts\AdministratorPassword compoent in the AuditSystem pass. Set the same password there. Finally, get rid of the command in the Specialize pass that boots into audit mode. That no longer works with Vista SP1. We'll have to get FireGeier to update his guide.
  8. Found a solution in this other thread. Turns out that calling audit mode from the specialize pass is obsolete when SP1 is integrated into the install.wim.
  9. I recorded the error on my webcam, since it flashed by so quick. The exact error: The solution icecubes gave doesn't really work for me. It just makes the machine reboot instead of shutting down. Either way, I get the following error when it boots again: Same thing happens if I use sysprep to reboot into OOBE instead of audit mode. This wasn't happening before I integrated SP1 using this guide.
  10. It supports having no Description property at all. In that case, the progress screen will display the command instead. But using a blank string for the Description property results in no progress screen.
  11. I figured it out. The problem was that there were a couple of RunSynchronous items for which I was using the Write Blank String option for the Description property. I filled in some text, and the progress window with over 20 apps now works! I don't actually want any text for those two entries, though, so on my next trial, I'll have to see whether it works to put nothing at all in the Description property.
  12. I'm using an OEM 32-bit Ultimate DVD. Everything (15 or so apps) gets installed just fine, but there's no progress screen at all during the audit modes. Just the blank cmd windows on a blank black background. (Try saying that 3 times fast ) The progress window briefly worked back when I was only installing a couple of drivers. Or rather, I was trying to install the drivers, but the command lines I used were not getting parsed correctly. I fixed the command lines so the drivers now install fine, but the progress display disappeared. Here's my autounattend.xml. All the ua.exe entries are compiled AutoIt scripts that call the program installers and make my desired tweaks. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="TabletPCOC" state="false" /> </package> </servicing> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> <LayeredDriver>1</LayeredDriver> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Matthew Hair</FullName> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Value>Windows Vista ULTIMATE</Value> <Key>/IMAGE/NAME</Key> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1200</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:keyValue="4948457e" wcm:action="add"> <Path>%SetupDVD%\AutoUnattend\Drivers</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Gamma</ComputerName> <RegisteredOrganization /> <RegisteredOwner /> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeUrl>http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}</ScopeUrl> <ScopeKey>{55DE0CFA-4325-4B77-9661-D9AF51262A26}</ScopeKey> </Scope> </SearchScopes> <FavoritesDelete>true</FavoritesDelete> <Home_Page>http://www.msn.com/</Home_Page> <IEWelcomeMsg>false</IEWelcomeMsg> <PlaySound>false</PlaySound> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX SetupDVD %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Matt</Username> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <TimeZone>Central Standard Time</TimeZone> <RegisteredOwner>Matthew Hair</RegisteredOwner> <RegisteredOrganization /> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <DisplayName></DisplayName> <Group>Administrators</Group> <Name>Matt</Name> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1920</HorizontalResolution> <VerticalResolution>1200</VerticalResolution> </Display> <ShowWindowsLive>false</ShowWindowsLive> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> </OOBE> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ShowGallery>Gallery</ShowGallery> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SidebarOnByDefault>false</SidebarOnByDefault> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>490</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> <Description /> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>18</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\Video\setup.exe /s /w /f2%WinDir%\appinstall.log</Path> <Description>nVidia ForceWare</Description> <WillReboot>Always</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>130</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MozillaFirefox\ua.exe</Path> <Description>Mozilla Firefox</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>192</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\PureVideo\ua.exe</Path> <Description>nVidia PureVideo</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>110</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\7zip\ua.exe</Path> <Description>7-Zip</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\WindowsUpdates\ua.exe</Path> <Description>Windows Updates</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>135</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MozillaThunderbird\ua.exe</Path> <Description>Mozilla Thunderbird</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>12</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\Audio\ua.exe</Path> <Description>Sound Blaster X-Fi</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>137</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\JavaVM\ua.exe</Path> <Description>Sun Java VM</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>138</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\AdobeReader\ua.exe</Path> <Description>Adobe Reader</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>144</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\WindowsLiveMessenger\ua.exe</Path> <Description>Windows Live Messenger</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>13</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\DriversExe\TV\ua.exe</Path> <Description>nVidia DualTV</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>195</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\iTunes\ua.exe</Path> <Description>iTunes</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>265</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\Nero\ua.exe SERIALNUM=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX</Path> <Description>Nero</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>343</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\SysDevAccessories\ua.exe</Path> <Description>System Development Accessories</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\AutoUnattendAudit.exe</Path> <Description /> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>329</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MacromediaFireworks\ua.exe</Path> <Description>Macromedia Fireworks</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>328</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\MacromediaDreamweaver\ua.exe</Path> <Description>Macromedia Dreamweaver</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>311</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\DVDBackup\ua.exe</Path> <Description>DVD Backup Accessories</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>308</Order> <Path>cmd /c %SetupDVD%\AutoUnattend\Apps\µTorrent\ua.exe</Path> <Description>µTorrent</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim://gamma/matt/etcetera/vistaua/matt20070623/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  13. I have exactly the same problem as you do, VATERNL. If I figure it out, I'll post a solution. In the meantime, at least we know we're not alone!
  14. KB917425 isn't needed in my testing. That update is for IE6. The .dll versions are 6.x according to this MS article.
  15. The entry in setup.ini allows the program to install. My reg tweak registers the serial. Sort of. I still get a popup saying that the serial has been registered before, and I have to enter my email address again to get it to fully go through. Maybe there's a way to add the email address to a reg tweak also. Correct. There's just one toolbar. I wouldn't use it myself. I don't even use IE. But it could be useful for other people. Yes, it does take up a bit of space.
  16. There are two reg tweak files I apply right after the silent install. The first is the actual tweaks of mine, which make the program perform less stupidly, IMHO. The bulk of the tweak file is for turning on the IE toolbar. The second reg file is the registration, although registration is still not totally automatic. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}] @="Trend Micro Antifraud Toolbar" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\InprocServer32] @="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\ProgID] @="PccIeBar.PccBHO.1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\Programmable] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\TypeLib] @="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\VersionIndependentProgID] @="PccIeBar.PccBHO" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}] @="Trend Micro Antifraud Toolbar" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\InprocServer32] @="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\ProgID] @="PccIeBar.AntiPhishBar.1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\Programmable] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\TypeLib] @="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\VersionIndependentProgID] @="PccIeBar.AntiPhishBar" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}] @="IAntiPhishBar" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\ProxyStubClsid] @="{00020424-0000-0000-C000-000000000046}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\ProxyStubClsid32] @="{00020424-0000-0000-C000-000000000046}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\TypeLib] @="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}" "Version"="1.0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}] @="IPccBHO" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\ProxyStubClsid] @="{00020424-0000-0000-C000-000000000046}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\ProxyStubClsid32] @="{00020424-0000-0000-C000-000000000046}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\TypeLib] @="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}" "Version"="1.0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar] @="AntiPhishBar Class" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar\CLSID] @="{871F91FD-3A92-4988-A842-16AB2CFF5AF1}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar\CurVer] @="PccIeBar.AntiPhishBar.1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar.1] @="TrendMicro AntiPhishBar" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar.1\CLSID] @="{871F91FD-3A92-4988-A842-16AB2CFF5AF1}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO] @="PccBHO Class" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO\CLSID] @="{06647158-359E-4D10-A8DE-E6145DA90BE9}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO\CurVer] @="PccIeBar.PccBHO.1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO.1] @="PccBHO Class" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO.1\CLSID] @="{06647158-359E-4D10-A8DE-E6145DA90BE9}" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0] @="PccIeBar 1.0 Type Library (Pc-Cillin)" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\0\win32] @="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\FLAGS] @="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\HELPDIR] @="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{871F91FD-3A92-4988-A842-16AB2CFF5AF1}"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{06647158-359E-4D10-A8DE-E6145DA90BE9}] [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\CFW] "GssEnable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\aim] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\http] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\icq] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\msn] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Common\AntiSpam\config] "ScanType"=dword:00000003 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Common\PrivacyProtection\config] "PrivacyData01"=hex(03):af,3b,be,b2,df,5f,46,c7,f4,1c,b1,c4,a1,62,31,d4,97,\ 7b,eb,a6,0c,fc,63,0b,8c,30,66,05,6f,af,01,8d,5d,cd,30,99,6f,f3,9d,07,f7,b9,87,\ 24,10,54,09,c7 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\HostFilter] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\PrivacyProtection] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\URLFilter] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\Virus] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\im\PrivacyProtection] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Pop3\AntiSpam] "enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\smtp\PrivacyProtection] "Enable"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\AntiPhish] "Initialize"=dword:00000001 "show"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\CentralControlComponent\Profile] "CurrentProfile"=hex(03):ca,b5,7b,57,95,49,9c,44,94,08,53,11,23,e9,86,49 "DontAskAgain"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Config] "POP3Splash"=dword:00000000 "SmtpSplash"=dword:00000000 "WebMailSplash"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Intelligent] "HideProgress"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\MainUI] "RunInstruction"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\ManualScan] "FastScan"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\OBAlert] "CACHE"=dword:00000000 "ViewAlert"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Proxy] "PX2JZ"=hex(03):8a,b9,f6,ab,fd,3d,7a,55,d6,d0,f8,c2,dc,b9,74,97,00,2e,fb,4c,\ 70,07,91,4d,89,7c,bc,75,e1,6a,ad,84,9a,56,12,76,c9,27,51,96,7f,3a,49,f1,93,\ 4a,b8,9f,78,2e,98,63,1e,8d,38,1f,05,c0,f6,b9,cd,ae,9e,3b,b7,99,71,80,44,cc,c8,\ 13,82,3a,2b,65,4a,47,4a,bc,97,1c,37,e2,7e,fd,f7,4f,17,5c,38,05,c6,c5,f0,3f,\ 7f,7d,55,2e,01,8e,1c,ea,22,c0,1b,5a,8a,6a,af,83,7b,a3,a1,16,0d,dc,36,a3,21,82,\ 36,6c,14,66,63,b9,9e,02,0d,c4,00,ec,25,de,20,87,51,f5,f6,a8,fc,53,38,fc,e3,\ a6,69,85,a7,13,fe,09,8e,48,8a,9d,29,a1,89,3c,9a,e5,8e,18,ee,ce,95,73,46,0b,95,\ fd,18,36,63,1a,3d,9b,d7,41,58,eb,5a,fd,1e,94,6b,80,44,f5,90,5f,f1,45,d3,f7,\ 5b,2f,a6,99,e3,a7,c2,fc,4d,c8,0d,d8,d8,fa,ca,73,24,36,7b,1f,69,6d,02,aa,32,f2,\ df,8d,a8,49,f5,29,dd,f4,f4,56,70,f3,c4,c5,db,28,8f,af,59,8c,24,cb,a6,6d,88,\ 46,a4,93,e5,d5,cf,a3 "Socks"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\RealTimeScan] "IOScanE"=hex(03):02,2b,65,dd,67,85,0f,9c,dc,c9,49,9f,32,59,cc,c1 "ZipScanOnOff"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Spyware] "EnableScheduled"=dword:00000000 "TargetDayOfWeek"=dword:00000000 "TargetTime"=dword:0000B1BC "TargetType"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\VA] "TargetDayOfWeek"=dword:00000000 "TargetTime"=dword:0000AFC8 and Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin] "register no."="XXXX-XXXX-XXXX-XXXX-XXXX" Then I disable the Windows Firewall that comes with XP SP2 with a .vbs script file: Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy = objFirewall.LocalPolicy.CurrentProfile objPolicy.FirewallEnabled = FALSE I have yet to find a way to configure firewall rules automatically. I found the firewall profile files where the settings are stored, but messing with them at all kills the firewall. This is quite unfortunate, since the default firewall rules suck major arse. They block outbound TCP port 80, for crying out loud! I had better luck, though, with automatically configuring the scheduled virus scans. All you have to do for those is just configure/disable scheduled scans as desired, then copy the schedule profile files in C:\Program Files\Trend Micro\Internet Security 2006\TASK over the default files that the setup file contains. Make sure not to delete any default profiles, or else the setup will generate file not found errors. Oh, and I add these lines to my setup.ini file, which should make it install a bit faster: [InstallType] Prescan=0
×
×
  • Create New...