Skip to content

Commit 0f1bd8a

Browse files
committed
Update azurecmd.wxs
1 parent ab21faf commit 0f1bd8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/azurecmd.wxs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
<CustomAction Id="RemoveGalleryModules" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]RemoveGalleryModules.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>
104104

105105
<InstallExecuteSequence>
106-
<Custom Action="SetCustomActionDataValue" After="CreateShortcuts">NOT Installed</Custom>
107-
<Custom Action="RemoveGalleryModules" After="SetCustomActionDataValue">NOT Installed</Custom>
106+
<Custom Action="RemoveGalleryModules" After="CreateShortcuts">NOT Installed</Custom>
108107
<Custom Action="SetExecutionPolicy" After="RemoveGalleryModules">NOT Installed</Custom>
109108
</InstallExecuteSequence>
110109

0 commit comments

Comments
 (0)