Jump to content

ferska

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Posts posted by ferska

  1. [quote name='Astalavista' post='322319' date='May 17 2005, 07:53 AM']Here is the Bookworm Installer.

    It basically will auto extract to the popcap/bookworm folder
    then it will create the startup links
    finally create the desktop links

    I used winrar. This is not a registered version. You will still need to
    Register (Via Registry Tweak). Use Urie's method that is correct

    launch the exe one after the other.
    use Batch, RunonceEX. or WPI

    [url="http://rapidshare.de/files/1812946/BookWorm.exe.html"]http://rapidshare.de/files/1812946/BookWorm.exe.html[/url][/quote]

    The file not existe, can you upload again?
  2. 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

    Yes sir!!!! that code works fine, just what i need. Thanks you Radix

  3. I can't reg. my tuneup utilities 2008, here is my code for reg and install:

    ['%cdrom%\\Install\\TuneUp\\TU2008ES.exe /qn']
    ['%cdrom%\\Install\\TuneUp\\key08.reg']

    and reg file for put my data in regedit


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]
    "Company"="XXXXXXX"
    "UserName"="XXXXXXX"
    "InstallPath"="C:\\Program files\\TuneUp Utilities 2008\\"
    "InstallDate"=hex:fa,ba,d1,7d,f8,47,e3,40
    "LaunchedUpdateWizard"=dword:00000000
    "RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41
    "UseCounter"=dword:00000001
    "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

    but didn't work, please help me!!!

×
×
  • Create New...