Installsheild deployment

Hi

I am deploying my app via an installsheild installation.

I have all 3 turbo activate files to be deployed to the folder but the DAT file is not being installed along with the other two files. I think maybe it is being blocked during the installation.Is there a work around for this?

Also after the installation I put a copy of the downloaded DAT file in the executable folder but it is still popping up saying the DAT file is corrupt no matter how many times I download and replace it.

Any ideas as how to solve?

Thanks

I think maybe it is being blocked during the installation.

Why do you think that? Installshield should treat it like any other file.

but it is still popping up saying the DAT file is corrupt

What is saying that? Your app? What function is throwing that exception? What programming language are you using? Are you sure you're using the correct TurboActivate.dat file? What happens when you hardcode the path to a specific known location (and use the same location in both the debug build and then the final released build)?

I had the correct GUID for the application so I got that one solved.

After the installation is complete (using installsheild) the DAT file is still not in the folder , but the EXE and DLL are. I had disabled all antivirus before the installation but same results.

I will continue to try and see if I can solve it.

Thanks