Search found 3 matches
- 20 Sep 2013 08:28
- Forum: DOS Batch Forum
- Topic: Uninstall and Install Application batch file
- Replies: 4
- Views: 4581
Re: Uninstall and Install Application batch file
I tried and add a colon after .exe and got an error "where - alias not found.
- 19 Sep 2013 12:08
- Forum: DOS Batch Forum
- Topic: Uninstall and Install Application batch file
- Replies: 4
- Views: 4581
Re: Uninstall and Install Application batch file
Thanks FoxDrive for replying my post.
After execution successfully from uninstall the BravaReader application, I got the following error when trying to install the new version of Brava Reader from another computer machine...
= Error description is : Invalid parameter...
After execution successfully from uninstall the BravaReader application, I got the following error when trying to install the new version of Brava Reader from another computer machine...
= Error description is : Invalid parameter...
- 18 Sep 2013 09:50
- Forum: DOS Batch Forum
- Topic: Uninstall and Install Application batch file
- Replies: 4
- Views: 4581
Uninstall and Install Application batch file
Hello DosTips, I created a batch script file for uninstall and install application. See the batch script below: @ECHO OFF Rem TITLE Uninstalling BRAVA READER. . . ECHO Uninstalling BRAVA READER! previous version(s)... wmic /node:"Worktation2" product where name="Brava! Reader 7.2"...