; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Volt" #define MyAppVersion "1.0.0-alpha" #define MyAppPublisher "TurboSurge" #define MyAppURL "https://voltpkg.com" #define MyAppExeName "volt_cli.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{6D78E4B8-B1CA-48D8-AA62-073C1D750C6F} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={autopf}\{#MyAppName} DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes ; Remove the following line to run in administrative install mode (install for all users.) PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog OutputDir=C:\Users\xtrem\Desktop\volt\dist OutputBaseFilename=Volt Setup Compression=lzma SolidCompression=yes WizardStyle=modern LZMAUseSeparateProcess=yes LZMANumBlockThreads=6 [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "C:\Users\xtrem\Desktop\volt\target\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent