Jump to content

urie

Member
  • Posts

    520
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by urie

  1. All Users: "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\Total Commander.lnk\"" /f "CMD /C DEL \"%ALLUSERSPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f "CMD /C DEL \"%ALLUSERSPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /f User: "CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f "CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f "CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /f "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Total Commander.lnk\"" /f
  2. "CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f
  3. I compiled it myself, using the InnoSetup sources that Jared makes freely available on his site. Yeah i done that a while back but i just updated innounp.exe and instead of extract context menus because i use winrar in context menus also i added send to Universal Extractor, save confusion quite handy was allways gonna ask nitro322 to add send to option plus if possible, explain switches to disable context e.c.t. but i know nitro322 is busy so i just did my own.
  4. Im not sure about recovery DVD but if you have RTM version of Vista or access to an OEM you can make your own OEM DVD Extract your Vista DVD and inside the Sources folder create a new text file and copy paste the text below inside and save the file as PID.TXT [PID] Value=(your OEM Vista key here) Now take your OEM XRM-MS file and copy the file to: SOURCES\$OEM$\$$\SYSTEM32\OEM If the $OEM$ and subfolders dont exsist, create them. Your oem xrm-ms is stored in SYSTEM32\OEM Branding e.c.t are stored in SYSTEM32\OOBE Burn the contents as a bootable DVD and you have your OEM disk! You dont have to use slmgr.vbs if you copy PID.txt file to SOURCES folder or make your own if it is not on recovery dvd. You May need to use a keyfinder program i,e, jellybean to get you Vista Key (Royalty Key) the one used by Manufacturer to install your system, dont use the one on the that is on your laptop case if you use this you will have to activate over the internet.
  5. @ mr_smartepants, thanks for pointing out the conf.txt that was the error. @ CEoCEo, Thanks script working great. P.S any one tested script in Vista yet just wondering.
  6. @CEoCEo, tried your autoit script it didnt seem to read the config.txt, all nero components were installed exept the ASK toolbar:( im using english version of nero.
  7. REG ADD %KEY%\1001 /VE /D "ZoneAlarm Pro" /f REG ADD %KEY%\1001 /V 101 /D "CMD /C COPY \"%SystemDrive%\APPS\ZoneAlarmPro\zllictbl.dat\" \"%SystemRoot%\System32\" /Y" /f REG ADD %KEY%\1001 /V 102 /D "CMD /C Start /Wait %SystemDrive%\APPS\ZoneAlarmPro\zapSetup_70_337_000_en.exe /s /noreboot" /f REG ADD %KEY%\1001 /V 103 /D "Pskill.exe zclient" /f REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S %SystemDrive%\APPS\ZoneAlarmPro\ZoneAlarmPro1.reg" /f REG ADD %KEY%\1001 /V 105 /D "REGEDIT /S %SystemDrive%\APPS\ZoneAlarmPro\ZoneAlarmPro2.reg" /f The actuall licence file is called zllictbl.dat which is stored in Windows\System32 P.S. it is a hidden file, also the registration info is stored in. [HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration] but i export. ZoneAlarmPro1.reg = [HKEY_CURRENT_USER\SOFTWARE\Zone Labs] and ZoneAlarmPro2.reg = [HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs] if you export these two entries zonealarm pro is setup with all you current settings no need for the zonesettings.xml P.S. if you dont need the settings then the zllictbl.dat will do anyway i just copy it to save it waiting for registration pending.
  8. this was on the guide page link you posted youve just not noticed it
  9. Look here http://www.msfn.org/board/configsetroot_t91468.html&hl=UseConfigurationSet
  10. Check the "Product as subfolder" option. Thank you very much it was there all the time staring me in the face
  11. Not quite sure what the point of that would be? It is because im downloading xp and vista updates dont want then in same folder, Thanks for your reply.
  12. @PROBLEMCHYLD, you cant Min Requirements: Nero-6.6.0.16.exe or higher, Windows XP/2003
  13. @jcarle, would it be possible to add more that i download folder so we can select to save to two or more locations. Thanks
  14. When i spoke of pressing the shift key i should have said from within windows
  15. http://www.msfn.org/board/index.php?s=&showtopic=44603&view=findpost&p=309630
  16. http://firegeier.unattended-sponsor.de/en/sitemap.html
  17. http://www.msfn.org/board/index.php?s=&showtopic=93721&view=findpost&p=631514
  18. Look here allready answered http://www.msfn.org/board/index.php?showtopic=93061&hl=RunOnceEx,and,ie7
  19. <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"> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista HOMEPREMIUM</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>George</FullName> <Organization>None</Organization> </UserData> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>75</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Extend>false</Extend> <Format>NTFS</Format> <Label>Main</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> <Active>true</Active> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>false</WillWipeDisk> </Disk> </DiskConfiguration>
  20. remove <Path></Path> from .xml file vista doesn't like empty entries that may help
×
×
  • Create New...