Problem with InstallShield 11?

Hi

I’m trying to create a setup with InstallShield 11 Premier edition and using the “InstallShield Developer Project” dialog, but I’m getting this error
ISDEV : fatal error -2200: Could not overwrite file R:\SETUP\App\Proj\Proj.ism so I don’t understand why it trying to write to the file. ( file is read only since it’s under source control and It work ok when I check out the file )

Hi

I just had a look at the source code for the action, it certainly doesn’t attempt to overwrite the file, I suspect it is installshield trying to do this, why it does I have no idea. If you run the IS IDE and try to build the installer does it give the same error?

No, I don’t get this error when building from IDE nor when running from command line.
Does anyone else got this error ?