J
Joe Cool
I am developing an app in C# in VS2008 that makes use of a special XML
file located in the AppData folder. I know how I can include this file
in the Application Folder with the Setup project and then the first
time the app is invoked, oopy the file to the AppData folder.
I would like to do this in a more elegant, IMHO, manner. I would like
to create the file using a custom Install Custom action. My only
problem is determining the Application Folder in the Install method of
the Installer class object. I looked at the Installer.Context property
but I did not see the Application Folder as any of tghe
Installer.Context Keys.
Any suggestions?
file located in the AppData folder. I know how I can include this file
in the Application Folder with the Setup project and then the first
time the app is invoked, oopy the file to the AppData folder.
I would like to do this in a more elegant, IMHO, manner. I would like
to create the file using a custom Install Custom action. My only
problem is determining the Application Folder in the Install method of
the Installer class object. I looked at the Installer.Context property
but I did not see the Application Folder as any of tghe
Installer.Context Keys.
Any suggestions?