openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #09107
[Merge] lp:~smpettit/openlp/innosetup into lp:openlp
Stevan Pettit has proposed merging lp:~smpettit/openlp/innosetup into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~smpettit/openlp/innosetup/+merge/62123
Documented in windows-builder.py the requirement of and source location of psvince.dll
--
https://code.launchpad.net/~smpettit/openlp/innosetup/+merge/62123
Your team OpenLP Core is requested to review the proposed merge of lp:~smpettit/openlp/innosetup into lp:openlp.
=== modified file 'scripts/windows-builder.py'
--- scripts/windows-builder.py 2011-05-23 15:41:22 +0000
+++ scripts/windows-builder.py 2011-05-24 13:09:30 +0000
@@ -95,6 +95,12 @@
windows-builder.py
This script, of course. It should be in the "scripts" directory of OpenLP.
+psvince.dll
+ This dll is used during the actual install of OpenLP to check if OpenLP is
+ running on the users machine prior to the setup. If OpenLP is running,
+ the install will fail. The dll can be obtained from here:
+ http://www.vincenzo.net/isxkb/index.php?title=PSVince)
+
"""
import os
Follow ups