Search results for query: *

  1. F

    Windows Installer - Uninstall Option

    Hi Vis, I just modified the code with this </uninstall | /x> <Product.msi | ProductCode> Uninstalls the product for Uninstalling we have to use either /Uninstall or /X So the code correction is . . Dim si As New ProcessStartInfo(path & "\msiexec.exe", "/x" & guid) . . Regards Finny
  2. F

    Windows Installer - Uninstall Option

    Hi vis Thanks a lot for your timely help. It is working as expected. Hi Zeke The previous bat file idea was also nice except that the command window is shown. Thanks for all your efforts. Regards Finny
  3. F

    Windows Installer - Uninstall Option

    Windows Installer - Uninstall option Hi I have reviewed the link you have provided. I am away from my development system. So i ll update you once i try this.Thx Regards Finny
  4. F

    Windows Installer - Uninstall Option

    Hi All Could you guide me how to create a windows installer (msi) file with the Uninstall Option. I have created a new folder for my application under the "Users program menu" and placed the shotcut to exe inside the folder. Now what i want is "I want to have a UnInstall option...
Back
Top