microcephalic
Newcomer
- Joined
- Nov 6, 2004
- Messages
- 16
I've witten a program in VB .Net. The installer copies a file called "dfile.png" to the application's folder during installation. The program then deletes "dfile.png" after the first time it is run.
The problem is that after it's deleted, on any subsequent launch of the program, the installer is invoked and the "dfile.png" is re-copied to the application's folder. I don't want it to be re-copied. I just want to delete it after the first time the program is run and not come back. Is there some type of setting or something within my setup program that would fix this? Or is there any other way around this?
The problem is that after it's deleted, on any subsequent launch of the program, the installer is invoked and the "dfile.png" is re-copied to the application's folder. I don't want it to be re-copied. I just want to delete it after the first time the program is run and not come back. Is there some type of setting or something within my setup program that would fix this? Or is there any other way around this?