25 lines
796 B
Text
25 lines
796 B
Text
[Setup]
|
|
AppName = "ED_LRR"
|
|
AppVersion ="0.1.0"
|
|
; WizardStyle = modern
|
|
DefaultDirName = {autopf}\ED_LRR
|
|
DefaultGroupName=ED_LRR
|
|
Compression = lzma/ultra
|
|
SolidCompression = true
|
|
InternalCompressLevel = ultra
|
|
OutputBaseFilename="ED_LRR Setup"
|
|
ChangesEnvironment = true
|
|
|
|
[Files]
|
|
Source: "..\exe\__main__.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
|
|
|
[Icons]
|
|
Name: "{group}\ED_LRR"; Filename: "{app}\ED_LRR.exe"; WorkingDir: "{app}"
|
|
Name: "{group}\Uninstall ED_LRR"; Filename: "{uninstallexe}"
|
|
|
|
[Tasks]
|
|
;Name: modifypath; Description: Add application directory to PATH; Flags: unchecked
|
|
|
|
[Run]
|
|
Filename: "{app}\ED_LRR.exe"; Description: "Launch ED_LRR"; Flags: postinstall nowait skipifsilent unchecked
|
|
; Filename: "{app}\ED_LRR.exe"; Parameters: "download"
|