This commit is contained in:
2021-11-25 21:47:03 +00:00
parent 6d1693f86c
commit 0f6343cc1d

View File

@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
; SINGLE USER STANDALONE INSTALLER
; INCLUDES POSTGRES, NOT INTENDED FOR LAN OR SHARED USE
#define MyAppName "AyaNova server"
#define MyAppName "AyaNova (single user)"
#define MyAppVersion "8.0"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
@@ -18,11 +18,11 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\ayanova-server
DefaultDirName={autopf}\ayanova
DisableProgramGroupPage=yes
LicenseFile=C:\data\code\raven\dist\assets\license.rtf
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequired=lowest
OutputDir=C:\data\code\raven\dist\install\windows\output
OutputBaseFilename=ayanova-server-setup
SetupIconFile=C:\data\code\raven\graphics\logo.ico