Mercury_22 Posted March 6, 2006 Posted March 6, 2006 HI! It's possible to install unlocker 1.8.1 SILENT WITHOUT ASSISTANT AND "CHECK FOR UPDATES" ? (and with "SendTo Shortcut")Please NO AUTOIT or InstallRite solutions!
BoardBabe Posted March 6, 2006 Posted March 6, 2006 I'm pretty sure theres not, but would be very nice though The update feature are incredibly annoying...
Mercury_22 Posted March 6, 2006 Author Posted March 6, 2006 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 " Please NO AUTOIT or InstallRite solutions!"
Mercury_22 Posted March 6, 2006 Author Posted March 6, 2006 I found the solution for Autoupdate Just DELETE THIS REG "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnlockerOnlineVersion"1.8.1"
BoardBabe Posted March 6, 2006 Posted March 6, 2006 (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 March 6, 2006 by BoardBabe
Mercury_22 Posted March 6, 2006 Author Posted March 6, 2006 Excellent,You could disable Assistant with the following.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"UnlockerAssistant"=- Great BUT you need to log off!
BoardBabe Posted March 6, 2006 Posted March 6, 2006 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"=-
Mercury_22 Posted March 6, 2006 Author Posted March 6, 2006 (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"=- And this is the correct cmd (batchfile)reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /freg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /f Edited March 6, 2006 by Mercury_22
Solid as a rock Posted August 12, 2006 Posted August 12, 2006 No one say it in this topic, but the switch to install unlocker is /SWorks for me
codeblue Posted August 12, 2006 Posted August 12, 2006 (edited) http://www.ryanvm.net/forum/viewtopic.php?...asc&start=0This will create a cab file of your choice. Get the exe by extracting the content. Edited August 12, 2006 by codeblue
Solid as a rock Posted August 12, 2006 Posted August 12, 2006 http://www.ryanvm.net/forum/viewtopic.php?...asc&start=0This will create a cab file of your choice. Get the exe by extracting the content.Thanks! (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?
ZileXa Posted August 12, 2006 Posted August 12, 2006 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.
Solid as a rock Posted August 12, 2006 Posted August 12, 2006 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...
Solid as a rock Posted August 12, 2006 Posted August 12, 2006 And this is the correct cmd (batchfile)reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker" /v OnlineVersion /freg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v UnlockerAssistant /fI never have see this, i use always .reg to remove a registerkey. Do this also works in runonceex.cmd?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now