|
1 | | -; Script generated by the Inno Setup Script Wizard. |
2 | | -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
| 1 | +; Script generated by the Inno Setup Script Wizard |
3 | 2 |
|
4 | 3 | #define MyAppName "FMTC Demo" |
5 | 4 | #define MyAppVersion "5.0.0" |
|
8 | 7 | #define MyAppExeName "example.exe" |
9 | 8 |
|
10 | 9 | [Setup] |
11 | | -; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. |
12 | | -; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) |
| 10 | +; DO NOT CHANGE AppId |
13 | 11 | AppId={{2A90FCB2-47FC-427E-A358-9EA7BBE069F4} |
14 | 12 | AppName={#MyAppName} |
15 | 13 | AppVersion={#MyAppVersion} |
16 | | -;AppVerName={#MyAppName} {#MyAppVersion} |
17 | 14 | AppPublisher={#MyAppPublisher} |
18 | 15 | AppPublisherURL={#MyAppURL} |
19 | 16 | AppSupportURL={#MyAppURL} |
20 | 17 | AppUpdatesURL={#MyAppURL} |
21 | 18 | DefaultDirName={autopf}\{#MyAppName} |
22 | 19 | DisableProgramGroupPage=yes |
| 20 | +DisableWelcomePage=no |
23 | 21 | LicenseFile=LICENSE |
24 | | -; Remove the following line to run in administrative install mode (install for all users.) |
25 | 22 | PrivilegesRequired=lowest |
26 | 23 | PrivilegesRequiredOverridesAllowed=dialog |
27 | 24 | OutputDir=prebuiltExampleApplications |
@@ -67,7 +64,6 @@ Source: "example\build\windows\runner\Release\connectivity_plus_windows_plugin.d |
67 | 64 | Source: "example\build\windows\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion |
68 | 65 | Source: "example\build\windows\runner\Release\permission_handler_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion |
69 | 66 | Source: "example\build\windows\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs |
70 | | -; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
71 | 67 |
|
72 | 68 | [Icons] |
73 | 69 | Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" |
|
0 commit comments