diff --git a/dist/install/windows/ayanovaserver.iss b/dist/install/windows/ayanovaserver.iss index fa390417..dbd22b16 100644 --- a/dist/install/windows/ayanovaserver.iss +++ b/dist/install/windows/ayanovaserver.iss @@ -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