SirDrinksalot
Oct 22nd, 2008, 04:15 AM
Hi there,
I am currently trying to rebuild an application that was initially designed for use on desktop PCs to be run over an RDC connection for multiple users. Part of the redesign includes moving the location of certain files which are created / edited by the user during the application lifetime (before they were in a single location but this will no longer suffice).
Anyway, my plan was to have the installer place the files into the users application data directory, and this works fine for the initial installation. However, when a new user logs into the system and runs the application, I need it to create the necessary files / folders under the relevant user application directory. Can the deployment project be configured to do this or am i going to have to write some code so on startup it checks for the existence of the files / folders and, if missing, creates them?
Many thx
Dan
I am currently trying to rebuild an application that was initially designed for use on desktop PCs to be run over an RDC connection for multiple users. Part of the redesign includes moving the location of certain files which are created / edited by the user during the application lifetime (before they were in a single location but this will no longer suffice).
Anyway, my plan was to have the installer place the files into the users application data directory, and this works fine for the initial installation. However, when a new user logs into the system and runs the application, I need it to create the necessary files / folders under the relevant user application directory. Can the deployment project be configured to do this or am i going to have to write some code so on startup it checks for the existence of the files / folders and, if missing, creates them?
Many thx
Dan