Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <InstallExecuteSequence>
  2. <!-- Uninstall Sequence -->
  3. <Custom Action="...">Installed and REMOVE="ALL"</Custom>
  4. <Custom Action="...">Installed and REMOVE="ALL"</Custom>
  5. <Custom Action="...">Installed and REMOVE="ALL"</Custom>
  6. <Custom Action="...">Installed and REMOVE="ALL"</Custom>
  7.  
  8. <!-- Install Sequence -->
  9. <RemoveExistingProducts After="InstallFinalize" />
  10. <Custom Action="...">NOT Installed or REINSTALL="ALL"</Custom>
  11. <Custom Action="...">NOT Installed or REINSTALL="ALL"</Custom>
  12. <Custom Action="...">NOT Installed or REINSTALL="ALL"</Custom>
  13. <Custom Action="...">NOT Installed or REINSTALL="ALL"</Custom>
  14. </InstallExecuteSequence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement