I am searching the web but can't find any good documentation regarding this:
what definitions should be part of the 'cs' file and what should be part of the 'wxs' file ?
I am editing an existing (and working) installer project, which is implemented only in the 'cs' file.
I am trying to implement a Major Upgrade so as to first remove any older version installed.
But since i haven't found any option to do this via the 'cs' file, i understood i first need to implement the installer in the 'wxs' file. In that case, what will be with the 'cs' file? Should i put the code there in a comment ?