LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall software

Hello guys,

I want to make an application which will install say Labview run time engine while running on PC which does not have Labview installed (I know how to do this). And after closing the exe it should uninstall it (Don't know...Smiley Sad). Is it possible?

This application is like a Demo for client...

 

Thanks

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 1 of 2
(2,508 Views)

You can do this by executing a command line.  Something like this:

 

msiexec /quiet /uninstall lv82runtime.msi

http://www.medicollector.com
0 Kudos
Message 2 of 2
(2,460 Views)