forked from openlp/openlp
fixed Inno Setup check for OpenLP (bug 870715)
bzr-revno: 1772 Fixes: https://launchpad.net/bugs/870715
This commit is contained in:
commit
f352b88363
@ -87,7 +87,7 @@ Root: HKCR; Subkey: "OpenLP\DefaultIcon"; ValueType: string; ValueName: ""; Valu
|
|||||||
Root: HKCR; Subkey: "OpenLP\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\OpenLP.exe"" ""%1"""
|
Root: HKCR; Subkey: "OpenLP\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\OpenLP.exe"" ""%1"""
|
||||||
|
|
||||||
[Code]
|
[Code]
|
||||||
function IsModuleLoaded(modulename: String ): Boolean;
|
function IsModuleLoaded(modulename: AnsiString ): Boolean;
|
||||||
external 'IsModuleLoaded@files:psvince.dll stdcall';
|
external 'IsModuleLoaded@files:psvince.dll stdcall';
|
||||||
|
|
||||||
function GetUninstallString(): String;
|
function GetUninstallString(): String;
|
||||||
|
Loading…
Reference in New Issue
Block a user