mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: remove unnecessary UI reference and streamline thank you message in installation templates
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user