Jump to content

Recommended Posts

Posted

HI! :hello:

It's possible to install unlocker 1.8.1 SILENT WITHOUT ASSISTANT AND "CHECK FOR UPDATES" ? :blushing:

(and with "SendTo Shortcut")

Please NO AUTOIT or InstallRite solutions!


Posted
I'm pretty sure theres not, but would be very nice though ;)

The update feature are incredibly annoying...

It's working very nice with InstallRite...BUT :whistle: " Please NO AUTOIT or InstallRite solutions!" :D

Posted

I found the solution for Autoupdate :thumbup

Just DELETE THIS REG "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnlockerOnlineVersion"1.8.1"

Posted (edited)

Excellent,

You could disable Assistant with the following.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"UnlockerAssistant"=-

Edited by BoardBabe
Posted
Excellent,

You could disable Assistant with the following.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"UnlockerAssistant"=-

:thumbup Great BUT you need to log off!

Posted
BUT you need to log off!

Yea, normally you would reboot after silent installing your aps though ;)

BTW, to remove autoupdate the following would be correct:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"OnlineVersion"=-

Posted (edited)
BUT you need to log off!

Yea, normally you would reboot after silent installing your aps though ;)

BTW, to remove autoupdate the following would be correct:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"OnlineVersion"=-

:D And this is the correct cmd (batchfile)

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f

Edited by Mercury_22
  • 5 months later...
Posted
http://www.ryanvm.net/forum/viewtopic.php?...asc&start=0

This will create a cab file of your choice. Get the exe by extracting the content.

Thanks! :w00t:

(i have mailed the creator of unlocker, with the question if they want to make a complete silent selfinstaller, maybe i will get a answer, i will post it here)

I am very unsure what "create shortcut to" do? Is it a shortcut to unlocker.exe or do this fix the shortcut creating when moving a exe to another folder?

Posted

huh what's the problem with /S and 2 extra lines in your (already existing) regtweaks.reg file? I assume everyone with a uA Windows CD has a regtweaks.reg file that gets executed at T13 (from cmdlines.txt), right?

This works perfectly for me.

Posted
huh what's the problem with /S and 2 extra lines in your (already existing) regtweaks.reg file? I assume everyone with a uA Windows CD has a regtweaks.reg file that gets executed at T13 (from cmdlines.txt), right?

This works perfectly for me.

You get a point... :blushing:

Posted
:D And this is the correct cmd (batchfile)

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /f

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f

I never have see this, i use always .reg to remove a registerkey. Do this also works in runonceex.cmd?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...