|
23 | 23 |
|
24 | 24 | <!-- Remove the shortcut on uninstall -->
|
25 | 25 | <RemoveFolder Id="ProgramMenuFolder" Directory="ProgramMenuFolder" On="uninstall" />
|
26 | | - <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> --> |
| 26 | + <!-- Remove the shortcut on uninstall --> |
| 27 | + <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" / |
| 28 | +> <!-- <RegistryValue Root="HKCU" Key="Software\Microsoft\PixelArtTool" Name="installed" Type="integer" Value="1" KeyPath="yes" /> --> |
27 | 29 |
|
28 | 30 | </Component>
|
29 | 31 | </Directory>
|
|
46 | 48 | <Property Id="ApplicationProgramsFolder" Value="ApplicationProgramsFolder" />
|
47 | 49 | </Fragment>
|
48 | 50 |
|
49 | | - <Fragment> |
50 | | - <RemoveFolder Id="ApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall" /> |
51 | | - </Fragment> |
52 | | - |
53 | 51 | </Wix>
|
0 commit comments