T
Tracks
I include some sample binary data files (produced by my software) with my
application installation for the user to do what they want with. I put the
files in the Users Personal Data Folder/(myappsname) with VS 2005 installer -
File Types screen. All is well until the user changes the name of the file (I
want the user to be able to do this, move, or delete the files). When the
user changes the name, and then starts my application, the system tries to
re-install the file (and looks for the myaps.msi) instead of just starting my
application up. Not what I want. I dont care what the user does with the file.
I cant figure where this behavior is defined. Is there a "dont try to
re-install this file if deleted" setting in the installer part of VS 2005?
I have set the files and the folder as Vital = false and Tranistive = True
(or false). What am I missing or doing wrong?
Thanks,
Tom
application installation for the user to do what they want with. I put the
files in the Users Personal Data Folder/(myappsname) with VS 2005 installer -
File Types screen. All is well until the user changes the name of the file (I
want the user to be able to do this, move, or delete the files). When the
user changes the name, and then starts my application, the system tries to
re-install the file (and looks for the myaps.msi) instead of just starting my
application up. Not what I want. I dont care what the user does with the file.
I cant figure where this behavior is defined. Is there a "dont try to
re-install this file if deleted" setting in the installer part of VS 2005?
I have set the files and the folder as Vital = false and Tranistive = True
(or false). What am I missing or doing wrong?
Thanks,
Tom