Deploy Files to custom folder question

row118

Member
Joined
Feb 4, 2006
Messages
21
Programming Experience
5-10
I've never used MSI deployment and am having a hard time using Setup and Deployment project. I have added a project to solution and specified the simple stuff: primary output, etc...
But I need to
1) move my Windowsform.exe to c:\myapps\myproject
2) Move a custom config file( mycustom.config) to c:\windows\microsoft.net...\Framework (the file is placed here so I don't have to change with each version of Framework).

If I change the application path in the Application Folder's Designer to c:\myapps\myproject will that work for deplying the Winform.executable? (How can I define my own constant

Do I need a custom action.? How do I specify to move config file to a non-standard folder?

Thanks in advance
 
Back
Top