Skip to content

Commit

Permalink
Show uninstall text even with /x /qf
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Apr 4, 2023
1 parent 26e0177 commit f057eba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cli/installer/windows/ui.wxs
Expand Up @@ -50,6 +50,10 @@
<Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>

<Property Id="ARPNOMODIFY" Value="1" />

<InstallUISequence>
<Show Dialog="ResumeDlg" Before="ProgressDlg">Installed AND RESUME</Show>
</InstallUISequence>
</UI>

<UIRef Id="WixUI_Common" />
Expand Down Expand Up @@ -91,7 +95,7 @@
To remove such binaries from your home directory, run:
rmdir %USERPROFILE%\.azd\bin.">
<Condition Action="show"><![CDATA[Installed AND REMOVE=ALL]]></Condition>
<Condition Action="show"><![CDATA[&DefaultFeature<=2]]></Condition>
</Control>
</Dialog>

Expand Down

0 comments on commit f057eba

Please sign in to comment.