How can I change the installation type at run time?
I have 3 installation types which share several sections:
InstType "Install App1"
InstType "Install App2"
InstType "Extract"
InstType /NOCUSTOM
During the installation the installer "remembers" which InstType you selected. When you come back to install a new version, I would like the InstType that we remembered to be selected by default.
I have done all the stuff to do with "remembering" the previous installation type but my question is how do you change the initial value for the InstType drop down?
Any help appreciated.