I have created bat file for automatic build. It\'s create installer of my product. But problem is that before run automatic build script I have to change product code manual
I think you are supposed to use the InstallShield automation for this kind of thing, such as the ISWiProductConfig object that exposes the ProductCode of the MSI you're building.