This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
; SINGLE USER STANDALONE INSTALLER
|
; Basic preconfigured ayanova installer for super easy config
|
||||||
; INCLUDES POSTGRES, NOT INTENDED FOR LAN OR SHARED USE
|
; single user or lan only, built in postgres
|
||||||
|
; external to lan requires different config
|
||||||
|
|
||||||
#define MyAppName "AyaNova (single user)"
|
#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/"
|
||||||
#define MyAppExeName "AyaNova.exe"
|
#define MyAppExeName "AyaNova.exe"
|
||||||
|
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
||||||
|
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
||||||
@@ -22,7 +25,7 @@ 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
|
||||||
@@ -44,12 +47,16 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|||||||
[Files]
|
[Files]
|
||||||
Source: "C:\data\code\raven\dist\win-x64\ayanova\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "C:\data\code\raven\dist\win-x64\ayanova\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "C:\data\code\raven\dist\win-x64\ayanova\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
Source: "C:\data\code\raven\dist\win-x64\ayanova\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||||
|
Source: "C:\data\code\raven\dist\win-x64\launcher\appsettings.json"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "C:\data\code\raven\dist\win-x64\launcher\ayanova-launcher.deps.json"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "C:\data\code\raven\dist\win-x64\launcher\ayanova-launcher.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "C:\data\code\raven\dist\win-x64\launcher\{#MyAppLauncherExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}";IconFilename: "{app}\logo.ico"
|
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppLauncherExeName}";IconFilename: "{app}\logo.ico"
|
||||||
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppLauncherExeName}"; Tasks: desktopicon
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
Filename: "{app}\{#MyAppLauncherExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||||
|
|
||||||
|
|||||||
BIN
graphics/ayanova-server.ico
Normal file
BIN
graphics/ayanova-server.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
@@ -6,7 +6,7 @@
|
|||||||
<GenerateFullPaths>true</GenerateFullPaths>
|
<GenerateFullPaths>true</GenerateFullPaths>
|
||||||
<Version>8.0.0-alpha</Version>
|
<Version>8.0.0-alpha</Version>
|
||||||
<FileVersion>8.0.0.0</FileVersion>
|
<FileVersion>8.0.0.0</FileVersion>
|
||||||
<ApplicationIcon>ayanova.ico</ApplicationIcon>
|
<ApplicationIcon>ayanova-server.ico</ApplicationIcon>
|
||||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
||||||
<noWarn>1591</noWarn>
|
<noWarn>1591</noWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
BIN
server/AyaNova/ayanova-server.ico
Normal file
BIN
server/AyaNova/ayanova-server.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 230 KiB |
Reference in New Issue
Block a user