File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 102
102
<CustomAction Id =" SetExecutionPolicy" Property =" POWERSHELLEXE" ExeCommand =" -NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command " . \" [PowerShellFolder]SetExecutionPolicy.ps1\"" " Execute =" deferred" Impersonate =" no" Return =" check" />
103
103
<CustomAction Id =" RemoveGalleryModules" Property =" POWERSHELLEXE" ExeCommand =" -NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command " . \" [PowerShellFolder]RemoveGalleryModules.ps1\"" " Execute =" deferred" Impersonate =" no" Return =" check" />
104
104
105
+ <InstallExecuteSequence >
106
+ <Custom Action =" RemoveGalleryModules" After =" CreateShortcuts" >NOT Installed</Custom >
107
+ <Custom Action =" SetExecutionPolicy" After =" RemoveGalleryModules" >NOT Installed</Custom >
108
+ </InstallExecuteSequence >
109
+
105
110
<WixVariable Id =" WixUILicenseRtf" Value =" $(var.ProjectDir)\media\License.rtf" />
106
111
<UIRef Id =" WixUI_Minimal" />
107
112
<WixVariable Id =" WixUIBannerBmp" Value =" media\bannrbmp.bmp" />
You can’t perform that action at this time.
0 commit comments