Last active
March 6, 2017 10:31
-
-
Save jdstaerk/2ef2e59597c1730f6661d3d15cfa67f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Product> | |
| <UI> | |
| <UIRef Id="WixUI_InstallDir" /> <!-- Or whatever built-in / custom UI you like --> | |
| <ProgressText Action="RegisterInstallPSScriptProperty">Powershell script is running, this can take up to 20 minutes. Please wait...</ProgressText> | |
| </UI> | |
| </Product> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment