; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "JoshiPapasPOS" #define MyAppVersion "1.15" #define MyAppPublisher "JoshiPapas" #define MyAppExeName "yoshi_papas_app.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={{A1520D9F-748A-4E3A-8BF6-21BA8A5DE484} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} DefaultDirName={autopf}\{#MyAppName} DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputDir=C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\installers OutputBaseFilename=JoshiPapasSetup SetupIconFile=C:\Documents\JoshiLogo.ico Compression=lzma SolidCompression=yes WizardStyle=modern [Languages] Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\pdfium.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\permission_handler_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\printing_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\sqlite3.def"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\sqlite3.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\gusos\OneDrive\Escritorio\eDesarrollos\YoshiPapas\yoshi_papas_app\build\windows\x64\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent