22 lines
694 B
Text
22 lines
694 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\dist\ED_LRR\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
||
|
|
||
|
[Icons]
|
||
|
Name: "{group}\ED_LRR"; Filename: "{app}\ED_LRR.exe"; WorkingDir: "{app}"
|
||
|
Name: "{group}\Uninstall ED_LRR"; Filename: "{uninstallexe}"
|
||
|
|
||
|
[Run]
|
||
|
Filename: "{app}\ED_LRR.exe"; Description: "Launch ED_LRR"; Flags: postinstall nowait skipifsilent unchecked
|
||
|
Filename: "{app}\ED_LRR.exe"; Parameters: "download"
|