Uninstall installed sections
I am using InstType in my installer to allow for Full, Client or Server installations.
InstType Full
InstType Client
InstType Server
Section "Common"
SectionIn 1 2 3
Section End
Section "Menus"
SectionIn 1 2
SectionEnd
Section "Data"
SectionIn 1 3
SectionEnd
Is there a simple way of running uninstall sections only for the corresponding installed sections. E.g. if it was a client installation on want to run uninstall sections corresponding to the Common and Menus section.
Thanks in advance