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 102102 <CustomAction Id =" SetExecutionPolicy" Property =" POWERSHELLEXE" ExeCommand =" -NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command " . \" [PowerShellFolder]SetExecutionPolicy.ps1\"" " Execute =" deferred" Impersonate =" no" Return =" check" />
103103 <CustomAction Id =" RemoveGalleryModules" Property =" POWERSHELLEXE" ExeCommand =" -NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command " . \" [PowerShellFolder]RemoveGalleryModules.ps1\"" " Execute =" deferred" Impersonate =" no" Return =" check" />
104104
105+ <InstallExecuteSequence >
106+ <Custom Action =" RemoveGalleryModules" After =" CreateShortcuts" >NOT Installed</Custom >
107+ <Custom Action =" SetExecutionPolicy" After =" RemoveGalleryModules" >NOT Installed</Custom >
108+ </InstallExecuteSequence >
109+
105110 <WixVariable Id =" WixUILicenseRtf" Value =" $(var.ProjectDir)\media\License.rtf" />
106111 <UIRef Id =" WixUI_Minimal" />
107112 <WixVariable Id =" WixUIBannerBmp" Value =" media\bannrbmp.bmp" />
You can’t perform that action at this time.
0 commit comments