Setup Project -
05-31-2005
, 10:45 PM
Hi,
I'm creating a setup project in Visual Studio and I have a couple of
questions.
Firstly:
So far I have it so that the default location of the application folder
is to be installed in a particular directory. I was wondering if it's
possible to also have a set of files that gets installed in a different
directory. I tried adding a custom folder to the File System but
whenevr I specify a specific directory, I get an error when i run the
installatino saying "Can not access network location"
Secondly:
Would it be possible to have the second set of files installed in a
directory based on the installation path chosen by the user?
E.g. The user browses to a folder C:\Someprogram1.0
The program installed the application in that folder, and then installs
a second set of files in C:\icons\Someprogram1.0
Any ideas would be greatly appreciated
Regards,
Tim |