/build/static/layout/Breadcrumb_cap_w.png

Unknown Total Uninstall Pro

Version: 5

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.3k  |  Created: 01/11/2011

Average Rating: 0
Total Uninstall Pro has 1 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
1
Command Line
I created cmd file for total silent install and some changes.
This will install:

TotalUninstall.exe (Total Uninstall Pro 5.9.1.1309)
Firewall.reg (Block this soft with Firewall) and
Program Options.dat (This file remember licence key)
All put in WinRAR archive and just run this Setup.cmd

@echo off
REM Minimized CMD Window
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
REM Install software
"TotalUninstall.exe" /VERYSILENT /DIR="%ProgramFiles%\Total Uninstall" /SUPPRESSMSGBOXES /SP-
REM Add Some.reg File to Registry
regedit.exe /s Firewall.reg
REM Make New Folder or Create Whole Directory Trees
mkdir %AllUsersProfile%\Martau\"Total Uninstall 5"
REM Move some file to some location
move /Y "Program Options.dat" "%AllUsersProfile%\Martau\Total Uninstall 5"
REM Delete All Shortcuts, I created Shortcuts with WinRAR in %UserProfile%
DEL /F /Q "%Public%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%ProgramFiles%\Total Uninstall\License.rtf"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_de.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_pl.chm"
REM Delete Language That Start With The Letters, English stay only
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\A*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\B*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\C*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\D*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\F*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\G*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\H*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\I*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\J*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\K*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\M*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\N*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\P*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\R*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\S*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\T*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\U*"
REM This script will delete everything in current folder
CD ..
START CMD /C RMDIR /S /Q "%~dp0"

(May Delete all REM lines this is only comment and DON'T RUN THIS CMD ALLONE THIS DELETE EVERYTHING IN SAME FOLDER WHERE EXECUTED)

Firewall.reg is:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

My WinRAR comment is:

;The comment below contains SFX script commands

Setup=Setup.cmd
TempMode
Silent=1
Overwrite=1
Shortcut=P, "%ProgramFiles%\Total Uninstall\Tu.exe", "INSTALL MONITORING", "Powerful installation monitor and advanced uninstaller", "Total Uninstall Pro 5.9.1.1309",
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
Total Uninstall Pro 5.9.1.1309 like before v 5.8
My Silent command like Rasha.cmd

@echo off
if not "%minimized%"=="" goto :minimized
set minimized=true
start /min cmd /C "%~dpnx0"
goto :EOF
:minimized
"TotalUninstall.exe" /VERYSILENT /DIR="%ProgramFiles%\Total Uninstall" /SUPPRESSMSGBOXES /SP-
regedit.exe /s Firewall.reg
mkdir %AllUsersProfile%\Martau\"Total Uninstall 5"
move /Y "Program Options.dat" "%AllUsersProfile%\Martau\Total Uninstall 5"
DEL /F /Q "%Public%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Desktop\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Total Uninstall 5.lnk"
DEL /F /Q "%ProgramFiles%\Total Uninstall\License.rtf"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_de.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Tu_pl.chm"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\A*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\B*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\C*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\D*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\F*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\G*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\H*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\I*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\J*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\K*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\M*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\N*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\P*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\R*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\S*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\T*"
DEL /F /Q "%ProgramFiles%\Total Uninstall\Translations\U*"
CD ..
START CMD /C RMDIR /S /Q "%~dp0"

Thats will be with enlish lang only
In %AllUsersProfile%\Martau folder is Program Options.dat , that is file with registracion code ! After reg this soft I save this

in Firewall.reg is :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
"{F9FDBE67-DBDA-4FEB-BE76-3B836A7329EF}"="v2.10|Action=Block|Active=TRUE|Dir=Out|App=%ProgramFiles%\\Total Uninstall\\Tu.exe|Name=Total Uninstall Pro|"

Thats all
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Total Uninstall Pro

Version

5

Questions & Answers (0)

Questions & Answers related to Unknown Total Uninstall Pro

Blogs (0)

Blog posts related to Unknown Total Uninstall Pro

Reviews (0)

Reviews related to Unknown Total Uninstall Pro

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ