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.
|
; SINGLE USER STANDALONE INSTALLER
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; INCLUDES POSTGRES, NOT INTENDED FOR LAN OR SHARED USE
|
||||||
|
|
||||||
#define MyAppName "AyaNova server"
|
#define MyAppName "AyaNova (single user)"
|
||||||
#define MyAppVersion "8.0"
|
#define MyAppVersion "8.0"
|
||||||
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||||
#define MyAppURL "https://ayanova.com/"
|
#define MyAppURL "https://ayanova.com/"
|
||||||
@@ -18,11 +18,11 @@ AppPublisher={#MyAppPublisher}
|
|||||||
AppPublisherURL={#MyAppURL}
|
AppPublisherURL={#MyAppURL}
|
||||||
AppSupportURL={#MyAppURL}
|
AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={autopf}\ayanova-server
|
DefaultDirName={autopf}\ayanova
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
LicenseFile=C:\data\code\raven\dist\assets\license.rtf
|
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.)
|
; 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
|
OutputDir=C:\data\code\raven\dist\install\windows\output
|
||||||
OutputBaseFilename=ayanova-server-setup
|
OutputBaseFilename=ayanova-server-setup
|
||||||
SetupIconFile=C:\data\code\raven\graphics\logo.ico
|
SetupIconFile=C:\data\code\raven\graphics\logo.ico
|
||||||
|
|||||||
Reference in New Issue
Block a user