|
| 1 | +; Script generated by the Inno Setup Script Wizard. |
| 2 | +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
| 3 | + |
| 4 | +#define MyAppName "ytm2spt" |
| 5 | +#define MyAppVersion "1.0.0" |
| 6 | +#define MyAppPublisher "Abhishek M J" |
| 7 | +#define MyAppURL "https://github.com/abhishekmj303/ytm2spt" |
| 8 | +#define MyAppExeName "ytm2spt.exe" |
| 9 | + |
| 10 | +[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.) |
| 13 | +AppId={{1D3251C7-B28D-4C1D-9477-6244D52CA08E} |
| 14 | +AppName={#MyAppName} |
| 15 | +AppVersion={#MyAppVersion} |
| 16 | +;AppVerName={#MyAppName} {#MyAppVersion} |
| 17 | +AppPublisher={#MyAppPublisher} |
| 18 | +AppPublisherURL={#MyAppURL} |
| 19 | +AppSupportURL={#MyAppURL} |
| 20 | +AppUpdatesURL={#MyAppURL} |
| 21 | +DefaultDirName={autopf}\{#MyAppName} |
| 22 | +DisableProgramGroupPage=yes |
| 23 | +; Remove the following line to run in administrative install mode (install for all users.) |
| 24 | +PrivilegesRequired=lowest |
| 25 | +PrivilegesRequiredOverridesAllowed=dialog |
| 26 | +OutputDir=.\build |
| 27 | +OutputBaseFilename=ytm2spt-installer |
| 28 | +Compression=lzma |
| 29 | +SolidCompression=yes |
| 30 | +WizardStyle=modern |
| 31 | + |
| 32 | +[Languages] |
| 33 | +Name: "english"; MessagesFile: "compiler:Default.isl" |
| 34 | + |
| 35 | +[Tasks] |
| 36 | +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
| 37 | + |
| 38 | +[Files] |
| 39 | +Source: ".\build\ytm2spt.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs |
| 40 | + |
| 41 | +[Icons] |
| 42 | +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" |
| 43 | +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon |
| 44 | + |
| 45 | +[Run] |
| 46 | +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent |
| 47 | + |
0 commit comments