microcephalic
Member
- Joined
- Nov 6, 2004
- Messages
- 16
Ive witten a program in VB .Net. The installer copies a file called "dfile.png" to the applications folder during installation. The program then deletes "dfile.png" after the first time it is run.
The problem is that after its deleted, on any subsequent launch of the program, the installer is invoked and the "dfile.png" is re-copied to the applications folder. I dont 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 its deleted, on any subsequent launch of the program, the installer is invoked and the "dfile.png" is re-copied to the applications folder. I dont 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?