MSFN Forum: Unlocker 1.90 silent install script for Windows - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unlocker 1.90 silent install script for Windows green way Rate Topic: -----

#1 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 246
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 March 2011 - 05:30 AM

Attached File  2011-3-31 19-08-14.jpg (17.19K)
Number of downloads: 22


Changelog:
2012-2-22: Update to 1.9.1, resolve the issue that shell extension couldn't be unregistered.

Installation:

1. Install unlocker using official installer.

2. Grab all files(exclude uninst.exe) within "%programfiles%\unlocker", then place them in 32bit/64bit folder according to current system architecture.

3. Uninstall unlocker, then run "setup.cmd" with elevated privilege to re-install.

4. To change unlocker's display language, open "setup.cmd" with notepad, change the second line "SET LANG=1033" to your prefered language ID(default is 1033).


Uninstallation:
Go to control panel and use the "Add/remove programs".

Attached File  Unlocker_Inst.rar (1.86K)
Number of downloads: 87

This post has been edited by Rico.JohnnY: 21 February 2012 - 09:27 PM



#2 User is offline   cloferba 

  • Member
  • PipPip
  • Group: Members
  • Posts: 119
  • Joined: 25-April 08

Posted 10 April 2011 - 12:45 PM

emmm

i cant understand what does this script? it creates a silent installer based on your files?

#3 User is offline   condor 

  • Newbie
  • Group: Members
  • Posts: 44
  • Joined: 04-October 06

Posted 22 April 2011 - 09:01 AM

For 1.9.0 I use: unlocker.exe /S

This post has been edited by condor: 22 April 2011 - 09:01 AM


#4 User is offline   abunora 

  • Group: Members
  • Posts: 1
  • Joined: 25-April 11
  • OS:none specified
  • Country: Country Flag

Posted 25 April 2011 - 07:09 PM

yes the switch /s is valid.
but We dont want the addonds & toolbars.

Can any one help us ?

#5 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 246
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 May 2011 - 12:36 AM

View Postabunora, on 25 April 2011 - 07:09 PM, said:

yes the switch /s is valid.
but We dont want the addonds & toolbars.

Can any one help us ?


This script will install unlocker without any addonds & toolbars.

#6 User is offline   Dogway 

  • Member
  • PipPip
  • Group: Members
  • Posts: 197
  • Joined: 24-December 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 28 December 2011 - 03:18 PM

sorry, can't make it work. After unlock uninstall, the shell unlocker entry doesn't come back and your setup.cmd requires the assistant which I don't need.

#7 User is offline   buzmarius 

  • Group: Members
  • Posts: 3
  • Joined: 13-January 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 January 2012 - 06:31 AM

You need 2 (or 3 files):
1. silent_install.cmd

@echo off
start /w Unlocker1.9.1.exe /S
del "%userprofile%\desktop\quickstores.lnk" /q
del "%userprofile%\start menu\quickstores.lnk" /q
del "%appdata%\microsoft\internet explorer\quick launch\quickstores.lnk" /q
"%~dp0taskkill.exe" /F /IM unlockerassistant.exe
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v "UnlockerAssistant" /f


2. Unlocker1.9.1.exe from the original site

3. taskkill.exe in case you want this to work on every distribution of windows starting from XP (home edition has tskill).
If you know you will never use the installer on win xp home edition the line
"%~dp0taskkill.exe" /F /IM unlockerassistant.exe
turns into
taskkill /F /IM unlockerassistant.exe

This post has been edited by buzmarius: 24 January 2012 - 07:43 AM


#8 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 246
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 February 2012 - 09:43 PM

View PostDogway, on 28 December 2011 - 03:18 PM, said:

sorry, can't make it work. After unlock uninstall, the shell unlocker entry doesn't come back and your setup.cmd requires the assistant which I don't need.



Bug fixed, sorry for the inconvenience. Remember to reboot the system after uninstallation to get the deletion of in-use-files to take effect.
If u don't need the UnlockerAssistant.exe, just commend out the lines from "INSTALL_UNLOCKER.inf" as follows:

;UnlockerAssistant.exe = 1

;UnlockerAssistant.exe,,,0x10009

;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,UnlockerAssistant,,"%16422%\%PROGRAM_FLDR%\UnlockerAssistant.exe"




and change the line

ProfileItems = Shortcut.Readme.txt, Shortcut.Unlocker.exe, Shortcut.Assistant.exe, Shortcut.Unlocker.url




to

ProfileItems = Shortcut.Readme.txt, Shortcut.Unlocker.exe, Shortcut.Unlocker.url



#9 User is offline   lenovice13 

  • Group: Members
  • Posts: 3
  • Joined: 02-February 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 November 2012 - 06:14 AM

hello and thank you for the silent installation unlocker

all works fine but the only concern I have at the end of its process it asks if I want to restart the pc

but I want the answer not so silently and

I'm sorry if its not French but its understandable translation google

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy