VS2008 deployment not creating directories
-
I am updating an old project developed with VS2008, and as part of the deployment it needs to create a directory in the root of C: and a number of subdirectories. The top level of these directories gets created in the [Targetdir] and the subdirectories in the root of C: Does anyone know way to fix this without going to Installshield? It must be possible although I can't see too many options to choose from.
Happy programming!!
-
I am updating an old project developed with VS2008, and as part of the deployment it needs to create a directory in the root of C: and a number of subdirectories. The top level of these directories gets created in the [Targetdir] and the subdirectories in the root of C: Does anyone know way to fix this without going to Installshield? It must be possible although I can't see too many options to choose from.
Happy programming!!
Forget it and go to InstallShield LE. It does a better job of EVERYTHING compared to the Setup and Deployment project. The only way I know of, using the built in Setup and Deployment project, that can cause this is that you setup the folders in the project to be created off of some root folder, such as SystemDrive.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak