Skip to content

Commit

Permalink
refactor: remove unnecessary UI reference and streamline thank you me…
Browse files Browse the repository at this point in the history
…ssage in installation templates
  • Loading branch information
simlarsen committed Dec 24, 2024
1 parent 5ca740b commit ece451b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions InfrastructureAgent/windows/app-amd64-template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
<CustomAction Id='SetEnvironment' Directory='TARGETDIR' ExeCommand='cmd.exe /c setx PATH [INSTALLDIR]' Return='check' />


<!-- Include the WixUIExtension for standard dialogs -->
<UIRef Id="WixUI_InstallDir" />
<!-- Add a custom action to show a thank you message -->
<CustomAction Id="ShowThankYou" Return="ignore" Execute="immediate" Script="vbscript"> <![CDATA[ MsgBox "Thank you for installing OneUptimevInfrastructure Agent!", vbInformation, "Installation Complete" ]]> </CustomAction>
<!-- Schedule the custom action to run at the end of the installation -->
Expand Down
2 changes: 0 additions & 2 deletions InfrastructureAgent/windows/app-arm64-template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
<CustomAction Id='SetEnvironment' Directory='TARGETDIR' ExeCommand='cmd.exe /c setx PATH [INSTALLDIR]' Return='check' />


<!-- Include the WixUIExtension for standard dialogs -->
<UIRef Id="WixUI_InstallDir" />
<!-- Add a custom action to show a thank you message -->
<CustomAction Id="ShowThankYou" Return="ignore" Execute="immediate" Script="vbscript"> <![CDATA[ MsgBox "Thank you for installing OneUptimevInfrastructure Agent!", vbInformation, "Installation Complete" ]]> </CustomAction>
<!-- Schedule the custom action to run at the end of the installation -->
Expand Down

0 comments on commit ece451b

Please sign in to comment.