File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ UninstallDisplayIcon={app}\UniGetUI.exe
4545Compression = lzma
4646SolidCompression = yes
4747WizardStyle = modern dynamic
48- WizardImageFile = InstallerExtras\INSTALLER.BMP
49- WizardSmallImageFile = src\UniGetUI\Assets\Images\icon.bmp
48+ WizardImageFile = InstallerExtras\installer-banner.png
49+ WizardImageFileDynamicDark= InstallerExtras\installer-banner.png
50+ WizardSmallImageFile = InstallerExtras\unigetui-256 .png
51+ WizardSmallImageFileDynamicDark= InstallerExtras\unigetui-256 .png
5052DisableWelcomePage = no
5153AllowUNCPath = no
5254UsePreviousTasks = yes
@@ -223,7 +225,7 @@ Source: "unigetui_bin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion;
223225Source : " unigetui_bin\*" ; DestDir : " {app} " ; Flags : createallsubdirs ignoreversion recursesubdirs ;
224226; Deploy chocolatey (unless disabled)
225227Source : " src\UniGetUI.PackageEngine.Managers.Chocolatey\choco-cli\*" ; DestDir : " {userpf} \..\UniGetUI\Chocolatey" ; Flags : createallsubdirs ignoreversion recursesubdirs uninsneveruninstall ; Tasks: regularinstall\chocoinstall; Check : not CmdLineParamExists(' /NoChocolatey' );
226- ; Make installation portable (id required)
228+ ; Make installation portable (if required)
227229Source : " InstallerExtras\ForceUniGetUIPortable" ; DestDir : " {app} " ; Tasks: portableinstall
228230
229231
You can’t perform that action at this time.
0 commit comments