Skip to content

Commit

Permalink
FEAT: Add completion dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios committed Nov 30, 2023
1 parent 137acf1 commit 8f51036
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Set an icon for Windows Settings > Apps -->
<!--TODO: <Property Id="ARPPRODUCTICON" Value="insert_icon_object_here" />-->

<!-- Block pre-win10/server2016 fromm installing -->
<!-- Block 64-bit Win8/WinServer2012 (or earlier) and all 32-bit from installing -->
<Launch Message="CastFORM only supports 64-bit Windows 10/11!" Condition="Installed OR VersionNT64 >= 603"/>

<MediaTemplate EmbedCab="yes"/>
Expand Down Expand Up @@ -53,6 +53,8 @@

<!-- GUI -->
<ui:WixUI Id="WixUI_FeatureTree" />


<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT"
Value="CastFORM has been installed!" />
</Package>
</Wix>

0 comments on commit 8f51036

Please sign in to comment.