Installation Guides > Installing Data Entry > Removing UNICOM Intelligence Data Entry
 
Removing UNICOM Intelligence Data Entry
To remove UNICOM Intelligence Data Entry, use the Windows uninstall feature. If you just delete the files and folders associated with the product, the program is not properly removed and you might have problems installing or removing later versions.
To remove UNICOM Intelligence Data Entry
1 Logon as the user that you used for installing the application, or as another any user in the administrators group.
2 Open the Control Panel, and then click Add/Remove Programs > UNICOM Intelligence Data Entry.
3 Click Add/Remove or Change/Remove.
The UNICOM Intelligence Data Entry Setup wizard starts.
4 On the Welcome page, click Remove, and then click Next.
5 Follow the onscreen instructions.
To remove UNICOM Intelligence Data Entry using the command line
1 Open a command prompt, and then change to the folder that contains the setup.exe file.
2 At the command prompt, type a command in this format:
[start /WAIT] setup.exe /s /x /v" /qn [/l*v \"mylogfile\"] "
Options
start /WAIT
(Optional.) Waits until the command is finished before returning to the command prompt. Although this is optional it is useful in a silent uninstall, as otherwise it is difficult to know when the uninstall has completed.
/l*v \"mylogfile\"
(Optional.) Logs in “verbose mode” to the file mylogfile.
Examples
This example shows a basic uninstallation:
setup.exe /s /x /v" /qn "
This example records the uninstallation messages in a file called C:\log2.txt. It also waits for the uninstallation to complete before returning to the command prompt:
start /WAIT setup.exe /s /x /v" /qn /l*v \"C:\log2.txt\" "
See also
Removing UNICOM Intelligence Data Entry