Small change to innosetup script so that install can be performed by non-privileged user

This commit is contained in:
Jean-Francois Dockes 2016-03-17 19:26:52 +01:00
parent 0a9d55e790
commit bc8bfd8dc2

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Recoll"
#define MyAppVersion "1.22.0-20160129"
#define MyAppVersion "1.22.0-20160317"
#define MyAppPublisher "Recoll.org"
#define MyAppURL "http://www.recoll.org"
#define MyAppExeName "recoll.exe"
@ -27,6 +27,7 @@ OutputBaseFilename=recoll-setup-{#MyAppVersion}
SetupIconFile=C:\recoll\src\desktop\recoll.ico
Compression=lzma
SolidCompression=yes
PrivilegesRequired=lowest
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"