This is a discussion on Silent Uninstall of Postgres within the Pgsql General forums, part of the PostgreSQL category; --> Hi, I saw the page on silent installation of postgres, but I want to be able to uninstall postgres ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I saw the page on silent installation of postgres, but I want to be able to uninstall postgres when my product is uninstalled, silently. I couldn't find the product ID anywhere, which is the method I'm using for uninstalling the JRE. Any help on how to uninstall silently would be great. Thanks, Joe __________________________________________________ __________________________________ Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 |
| ||||
| Joe L wrote: > Hi, > > I saw the page on silent installation of postgres, but I want to be able > to uninstall postgres when my product is uninstalled, silently. I > couldn't find the product ID anywhere, which is the method I'm using for > uninstalling the JRE. > > Any help on how to uninstall silently would be great. If you have the MSi around, just msiexec /qn /x postgresql-8.2-int.msi If not, you can find the GUID in the registyr. IIRC, it's somewhere in HKLM\Software\PostgreSQL\Installations. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org/ |