Hi all,
I've been using Visual Studio's Setup & Deployment Project to create an installer for a windows service and what i need is to create a folder within the application folder when the installer is run. How would i go about doing this? I tried adding a folder to the Application Folder in the File System on Target Machine bar, but that's not working.
Also is there a way to specify what the name of the application folder will be? Right now i have a solution named Tracker.Import.Service and the output folder the install creates is Tracker.Import.Service.
Thanks