Question Additional files in Package

Piyush_Chande

New member
Joined
Jul 16, 2008
Messages
2
Programming Experience
3-5
Hello All,
I have made a Deplyment Package for my application. It has an additional file, say "TestFile", which is copied to "WINDOWS" Folder during Installation.

After installation, the app runs properly. But for testing, I deleted the "TestFile" from the "WINDOWS" Folder. Now if I run the application, it runs the Installation process to restore the "TestFile" in "WINDOWS" Folder, which I dont want to happen.

Can anybody guide me, why does it happen?
 
You should have your app, not the installer, be the one to put that file there. It'll give you the flexibility you're looking for.
 
Back
Top