Skip to content

Commit

Permalink
devonfw#420: remove dialog bmp and adapt readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex committed Feb 26, 2025
1 parent 5158717 commit df3b26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion windows-installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<!-- Specifying license and bitmap files -->
<WixVariable Id="WixUILicenseRtf" Value=".\assets\LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value=".\assets\banner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value=".\assets\dialog.bmp" />

<!-- Specifying Directories and Properties for installation location selection-->
<Property Id="INSTALLTYPE" Value="ROOT" />
Expand Down
4 changes: 2 additions & 2 deletions windows-installer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have the following installed:

2. **Build the MSI package**

wix build Package.wxs WixUI_IDEasySetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -o ideasy.msi
wix build Package.wxs WixUI_IDEasySetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -d ProductVersion=${current.version} -o ideasy.msi

== Debugging Installation Issues

Expand Down Expand Up @@ -50,7 +50,7 @@ Additionally, it specifies which files should be installed during the process.

Here you can define what files should be included in the installation:

<Files Include="cli\target\package\**" />
<Files Include="msi-files\**" />

Here you define the script that will be executed after installation:

Expand Down

0 comments on commit df3b26e

Please sign in to comment.