I want to build a full net framework 4 (core+extended x86) installer, and I have noticed that when I integrate the same hotfix into both msi (netfx_Core_x86.msi and netfx_Extended_x86.msi) they take the same package code, so when I install them, the .Net Framework 4 Extended is not installed because have same GUID of already installed Client Profile; if I change the package code with InstEd, it install correctly. So my questions: - There's a way to apply an update (.msp) to an .msi without changing the .msi package code? - There's a script (.cmd or .vbs) for changing the package code?