refactor: remove unnecessary UI reference and streamline thank you message in installation templates

This commit is contained in:
Simon Larsen
2024-12-24 21:09:36 +00:00
parent 5ca740b43c
commit ece451b660
2 changed files with 0 additions and 4 deletions

View File

@@ -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 -->

View File

@@ -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 -->