]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OFED/WIX] add progress indicator messages during install (Installing Drivers & Insta...
authorStan Smith <stan.smith@intel.com>
Thu, 15 Apr 2010 21:33:31 +0000 (21:33 +0000)
committerStan Smith <stan.smith@intel.com>
Thu, 15 Apr 2010 21:33:31 +0000 (21:33 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2790 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/OFED/WIX/common/UserInterface.inc

index 9f5e1e8be67bdb8da6774ea77381f371852d9aa9..0593e6721a93f422d8f5b17a91b2175d3fb28cb6 100644 (file)
@@ -1,7 +1,7 @@
 \r
 <Include>\r
 \r
-    <UIRef Id="WixUI_FeatureTree" />\r
+   <UIRef Id="WixUI_FeatureTree" />\r
 \r
       <WixVariable Id="WixUILicenseRtf" Value="..\..\License.rtf" />\r
       <WixVariable Id="WixUIBannerBmp" Value="..\..\banner.bmp" />\r
@@ -9,6 +9,12 @@
 \r
       <UIRef Id="WixUI_ErrorProgressText" />\r
       <Icon Id="openfabrics.ico" SourceFile="..\..\openfabrics.ico" />\r
-    <UI />\r
 \r
-</Include>
\ No newline at end of file
+   <UI>\r
+      <ProgressText Action="MsiInstallDrivers">Installing Drivers</ProgressText>\r
+      <ProgressText Action="CheckDriversOK">Verify Driver Install</ProgressText>\r
+      <ProgressText Action="WSDStart">Installing Network Providers</ProgressText>\r
+      <ProgressText Action="MsiUninstallDrivers">Uninstalling Drivers</ProgressText>\r
+   </UI>\r
+\r
+</Include>\r