Hello!
I've created a second project to my solution that handles deployment but its all a bit new to me so please bear with me!
I've got the gist of being able to add files as dependencies and add them to the setup program so that when it has been published, it copies the files to the working directory.
That works great, what I need to do though is not specify in design time a particular file that I need to install on the users machine. I want it to just pick it up in the setup process if its on the installation CD.
Let me put it this way:
The file that I want to link is one of say 50 and is potentially 3Mb. I dont want to link all 50 files to the project because the user has no need for them all, they will only want one. I know what this one file will be when i release it to them so i'm thinking that I just add it to the CD when it is burnt for them. Then it would be great if the setup process could look for any extra files (with a particular file extension) and add them to the working directory so they can be used on the users computer.
At the moment without knowing a better way, i can either add all 50 to the project and install them all on the users computer or just give the user instructions to add any other files manually to the working directory.
Obviously, neither of those options are very viable, and I wondered if anyone has encountered anything similar?
Thanks in advance
I've created a second project to my solution that handles deployment but its all a bit new to me so please bear with me!
I've got the gist of being able to add files as dependencies and add them to the setup program so that when it has been published, it copies the files to the working directory.
That works great, what I need to do though is not specify in design time a particular file that I need to install on the users machine. I want it to just pick it up in the setup process if its on the installation CD.
Let me put it this way:
The file that I want to link is one of say 50 and is potentially 3Mb. I dont want to link all 50 files to the project because the user has no need for them all, they will only want one. I know what this one file will be when i release it to them so i'm thinking that I just add it to the CD when it is burnt for them. Then it would be great if the setup process could look for any extra files (with a particular file extension) and add them to the working directory so they can be used on the users computer.
At the moment without knowing a better way, i can either add all 50 to the project and install them all on the users computer or just give the user instructions to add any other files manually to the working directory.
Obviously, neither of those options are very viable, and I wondered if anyone has encountered anything similar?
Thanks in advance