Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. I use $OEM$ to adding cursors, themes, wallpapers. My path is VRMPVOL_EN\$OEM$\$$\Cursors for folder with extra cursors (VRMPVOL_EN is the root of source).
  2. That kind of compression is made by nlite using some kind of cabtool.
  3. Why not, since is posible to hide files inside a jpg file? But I don't think that is posible to spread infection in computer files.
  4. Install AutoIt, r. click on au3 file->edit (if you want to change something). Compile (r. click->compile) and use this compiled file (is silent!). Edit: Download my file again if you want to hide tray icons too. By default is set to not hide the tray icons, but if you want to, set $trayicons = "1" in script. Cheers
  5. I mean hide My Computer, Recycle Bin etc. if exists.
  6. Use Windows Update for this.
  7. Take a look in my script. You can choose to hide all desktop icons or delete all icons from desktop folders and hide the rest. Compile it and run. Works in Windows XP 64 bit too. Yzöwl's exe can't hide icons which are not in desktop folders. D.C.au3
  8. Try this: SpywareTerminator_Setup.exe /sp- /verysilent /norestart in a batch file.
  9. In your directory tree you have one single file wich is named setup.exe?
  10. Thx for your tutorial. Try to use variable data in your batch files (useful if you install on a different partition). Examples: %ALLUSERSPROFILE% C:\Documents and Settings\All Users %APPDATA% C:\Documents and Settings\{username}\Application Data %PROGRAMFILES% C:\Program Files %SYSTEMDRIVE% The drive containing the Windows XP root directory, usually C: %SYSTEMROOT% The Windows XP root directory, usually C:\Windows %TEMP% and %TMP% C:\Documents and Settings\{username}\Local Settings\Temp %USERNAME% {username} %USERPROFILE% C:\Documents and Settings\{username} %WINDIR% C:\Windows Examples for deleting registry keys and registry values: [-HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\QuickTime\ActiveX] [HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\QuickTime\ActiveX] "QTTaskRunFlags"=-
  11. Install AutoIt, edit script (right click->edit and check if installer name is correct), compile (right click on au3 file->compile). Copy compiled file in the same folder with installer and run from compiled file.
  12. It's safe to delete sp2.cab and sp2.cat after sp3 integration? And what other files can be deleted?
  13. setup.exe did not install with /s switch using setup.iss previously created. Paragon_Partition_Manager_8.5_Build_3610_Server_Edition.au3
  14. The other values disable the update wizard and online registration (set these to Never).
  15. Unattended install create some keys in HKCU which must be deleted. This works: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\TuneUp] [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0] "Company"="XXX" "UserName"="XXXX" "LaunchedUpdateWizard"=dword:00000000 "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" "RegRemindOn"=hex:00,00,00,00,9c,85,18,41 "RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41 "UseCounter"=dword:00000001
  16. No chance! XP SP3 Build 3300 RC2
  17. This works (after installation): [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0] "Company"="XXX" "UserName"="XXX" "LaunchedUpdateWizard"=dword:00000000 "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" "RegRemindOn"=hex:00,00,00,00,9c,85,18,41 "RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41 "UseCounter"=dword:00000001 But, I discovered that it works only if you install normally (not unattended) and import registry after installation.
  18. I tested today in a fresh install of Windows XP and it works again. Install.cmd: @echo off start /wait eMule0.48a-Installer2.exe /S /NCRC start /wait regedit.exe /s settings.reg exit Settings.reg: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\eMule] "UsePublicUserDirectories"=dword:00000002
  19. The problem with partitions names appears only when I installed on multiboot system.
  20. Ya. Sysprep rocks.
  21. The same issue with partitions names here. Old C (with XP installed on it) is now D and so on. C is %systemdrive% now in Server 2008. I think this is Windows Server 2008 "almost" RTM
  22. Use 7zsd.sfx (for best compression).
  23. I use emule v0.48a in Windows XP 32 bit. You?
  24. Export this: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\eMule] "UsePublicUserDirectories"=dword:00000002 after installation and server list will be there when you open emule.
  25. Is possible to change the resource from shell32.dll? I want to replace all icons with icons from Windows XP. I tried this in Windows Server 2008 RC1 using Resource Hacker, but without success.
×
×
  • Create New...