Ahh. That would explain it. However, I'm making custom msi's for users. In each msi, there would contain a different set of content. The user selects their content, I build a custom msi...then they download and install.
In your example, every build would have a different packagecode and therefore get the prompt. Is there any way to eliminate that prompt? I simply want to copy over. The user never needs to see that prompt.
Thanks!
Mihai wrote:Hi,
That message appears when you try to install a version that is already installed from a package with a different PackageCode. At every built, a new PackageCode is generated.
If you encounter that error it means that you modified the package and you not removed the previous installation.
You must remove the application from the Add/Remove Programs applet from Control Panel.
Hope it helps,
Mihai