Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


RE: App Uninstall/Install

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,33734
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> RE: App Uninstall/Install
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: <<   < prev  1 [2]
Login
Message << Older Topic   Newer Topic >>
 RE: App Uninstall/Install - 4/25/2006 5:35:24 AM   
  ebgreen


Posts: 5069
Score: 31
Joined: 7/12/2005
Status: offline
It looks correct if you want to install an MSI named messenger.msi silently from the \Packages\wirelessclient on a server named sjmhfs.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to Soap)
 
 
Post #: 21
 
 RE: App Uninstall/Install - 4/26/2006 11:50:33 PM   
  Soap

 

Posts: 21
Score: 0
Joined: 2/10/2006
Status: offline
I didn't realize you replied until just now, I didn't notice the 2nd page. As for an update, I think I am scraping the vbscript. While It appears to work because I do not receive pop error messages anymore, it doesn't uninstall or install anything. I think I am just going to stick with my batch file and push it through sms. I think sms will after all suppress the black box.

-Brian

(in reply to ebgreen)
 
 
Post #: 22
 
 RE: App Uninstall/Install - 5/15/2007 6:26:30 AM   
  mbouchard


Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
I know this is an old post but since I came across it doing some research for uninstalling an installshield app I thought I would post what worked for me.

First, looking in the registry I found this uninstall command.

c:\windows\ISuninst.exe -f"c:\program files\FasterCS\Uninst.isu"
Add -a to it and run from the command line works like a charm.
c:\windows\ISuninst.exe -f"c:\program files\FasterCS\Uninst.isu" -a

Now, try to get the quotes to work properly, that is always fun.

here is my script header, barebones header at that.

      

Using the examples in this thread I have the below line that I tested, but kept getting a could not find file error.

"""" & WinFolder & "\IsUninst.exe -a -y -f"" ""c:\program files\FasterCS\Uninst.isu"""

So, as was stated before, I used echo to get what the line looked like, and this is what i got

"c:\windows\ISuninst.exe -a -y -f" "c:\program files\FasterCS\Uninst.isu"

Notice the extra " and space after the -f the correct command would look like
c:\windows\ISuninst.exe -a -y -f"c:\program files\FasterCS\Uninst.isu"

Here is the code that worked for me.


      

_____________________________

Mike

For useful Scripting links see the Read Me First stickey!

Always remember Search is your friend.

(in reply to Soap)
 
 
Post #: 23
 
 
Page:  <<   < prev  1 [2]
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> RE: App Uninstall/Install Page: <<   < prev  1 [2]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts