1+ ; Script generated for x2y AV Ultimate
2+ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3+
4+ [Setup]
5+ ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
6+ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
7+ AppId = {{A32D5678-1234 -5678 -9ABC-DEF012345678}
8+ AppName = x2y AV Ultimate
9+ AppVersion = 7.0
10+ AppPublisher = x2y devs tools
11+ AppPublisherURL = mailto:support@x2ydevs.xyz
12+ AppSupportURL = mailto:support@x2ydevs.xyz
13+ AppUpdatesURL = mailto:support@x2ydevs.xyz
14+ DefaultDirName = {autopf}\x2y AV Ultimate
15+ DisableProgramGroupPage = yes
16+ ; Remove the following line to run in administrative install mode (install for all users.)
17+ PrivilegesRequired = admin
18+ OutputDir = .\installer_output
19+ OutputBaseFilename = x2y_av_setup
20+ SetupIconFile = assets\x2y_icon.ico
21+ Compression = lzma
22+ SolidCompression = yes
23+ WizardStyle = modern
24+
25+ [Languages]
26+ Name : " english" ; MessagesFile : " compiler:Default.isl"
27+
28+ [Tasks]
29+ Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
30+
31+ [Files]
32+ ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
33+ ; Main Executable
34+ Source : " build\windows\x64\runner\Release\x2y_av_ultimate.exe" ; DestDir : " {app} " ; Flags : ignoreversion
35+ ; Dependency Files (DLLs, Data, Assets) - CRITICAL FOR FLUTTER APPS
36+ Source : " build\windows\x64\runner\Release\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
37+
38+ [Icons]
39+ Name : " {autoprograms}\x2y AV Ultimate" ; Filename : " {app} \x2y_av_ultimate.exe"
40+ Name : " {autodesktop}\x2y AV Ultimate" ; Filename : " {app} \x2y_av_ultimate.exe" ; Tasks: desktopicon
41+
42+ [Run]
43+ Filename : " {app} \x2y_av_ultimate.exe" ; Description : " {cm:LaunchProgram,x2y AV Ultimate}" ; Flags : nowait postinstall skipifsilent
0 commit comments