This commit is contained in:
10
dist/install/windows/ayanovaserver.iss
vendored
10
dist/install/windows/ayanovaserver.iss
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user