When updating a product to a new tag, we like to make a new installer so that the new product doesn't overwrite the old one when we're testing. (I'm aware of the issues with this, it's primarily for testing purposes.)
I believe I read that they removed the ability to change the "MSI_distID" through the wizard, which is all that is really needed (along with the update GUID which you can still generate a new one in the wizard). This can be accomplished by creating a new installer or copying the installer, deleting the old one, and renaming the copy. For some of our products, this is a little bit of a hassle (separate installers for optional applications).
Is there a way to programmatically do the same as copying and renaming the installer in the LabVIEW Project? I suppose I could generate a new GUID using LabVIEW and then do a search and replace on the LabVIEW Project, but I'm not sure if this is a good solution or not.