Changeset: 3f92259ada27 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3f92259ada27
Modified Files:
        NT/mkgeomwxs.py
Branch: Mar2018
Log Message:

Allow running of installer if already installed.
This makes it possible to uninstall after MonetDB/SQL has been uninstalled.


diffs (12 lines):

diff --git a/NT/mkgeomwxs.py b/NT/mkgeomwxs.py
--- a/NT/mkgeomwxs.py
+++ b/NT/mkgeomwxs.py
@@ -51,7 +51,7 @@ def main():
     print(r'    <Property Id="ARPPRODUCTICON" Value="monetdb.ico"/>')
     print(r'    <Media Id="1" Cabinet="monetdb.cab" EmbedCab="yes"/>')
     print(r'    <Condition Message="MonetDB5-SQL needs to be installed 
first.">')
-    print(r'      INSTALLDIR')
+    print(r'      Installed OR INSTALLDIR')
     print(r'    </Condition>')
     print(r'    <Directory Id="TARGETDIR" Name="SourceDir">')
     if vs == '17':
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to