45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
; AyaNova consolidated installer for
|
|
; AyaNova, QBI, PTI, Generator, ToMSSQL
|
|
|
|
[Setup]
|
|
AppName=CEImport
|
|
AppVerName=CEImport 7.6
|
|
AppPublisher=Ground Zero Tech-Works Inc.
|
|
AppPublisherURL=https://www.ayanova.com/
|
|
AppSupportUrl=http://forum.ayanova.com
|
|
AppVersion=7.6.0
|
|
;App ID is used for updating and patching
|
|
;see: http://www.jrsoftware.org/iskb.php?updateinstall
|
|
AppId=ceimport4x
|
|
DefaultDirName={pf}\Ground Zero Tech-Works Inc.\AyaNova
|
|
DefaultGroupName=AyaNova
|
|
;UninstallDisplayIcon={app}\AyaNova.exe
|
|
LicenseFile=license.rtf
|
|
;
|
|
;Hide page asking where shortcuts should go
|
|
DisableProgramGroupPage=Yes
|
|
;Hide page prompting user for install location as there is only one valid location
|
|
DisableDirPage=Yes
|
|
OutputBaseFilename=CEImportSetup
|
|
OutputDir=..
|
|
;"release" mode full compression
|
|
Compression=lzma/ultra
|
|
SolidCompression=true
|
|
InternalCompressLevel=ultra
|
|
|
|
|
|
[Files]
|
|
Source: "Interop.blue.dll"; DestDir: "{app}";Permissions: everyone-full;
|
|
Source: "blue.dll"; DestDir: "{app}";Permissions: everyone-full;Flags:regserver;
|
|
Source: "license.rtf"; DestDir: "{app}"
|
|
Source: "..\..\utils\AyaImport\bin\Release\AyaImport.exe"; DestDir: "{app}";
|
|
|
|
|
|
|
|
[Icons]
|
|
Name: "{group}\CEImport"; Filename: "{app}\AyaImport.exe" ;Comment: "AyaNova CE Importer"
|
|
Name: "{group}\Uninstall CEImport"; Filename: "{uninstallexe}"
|
|
|
|
|
|
|