|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to uninstall msi silentlyHi,
How to uninstall msi silently ? I m using VS2005 would like to uninstalled privious version silently. Kindly guide Milan How 'bout:
Dim P as Process p = New Process p.StartInfo.FileName = "MsiExec.exe" p.StartInfo.Arguments = "/x " & s & " /Qb" ' s is the name listed in Add/Remove Programs p.Start() p.WaitForExit() p.Close() p = Nothing Also, you can type MsiExec.exe /? on a command line to get a list of switchs. Show quoteHide quote "Milan" <milanwa***@googlemail.com> wrote in message news:1161791425.828779.85280@i42g2000cwa.googlegroups.com... > Hi, > > How to uninstall msi silently ? I m using VS2005 > would like to uninstalled privious version silently. > > Kindly guide > > Milan >
Copying from one Database to another VB 2005
Empty string comparisons Outlook PST Files Poor performance IDE. Urgent suggestion needed. How to capture Mouse clicks and Keystrokes in a VB app Security and file permissions.... Sending CHR(7) to cash drawer to Open Start up form Pulling data objects from a collection of various data types stored webservice function |
|||||||||||||||||||||||