Link to home
Start Free TrialLog in
Avatar of Victor  Charles
Victor CharlesFlag for United States of America

asked on

Help with creating Setup application

Hi,

I'm using the Windows installer to create a Setup project for a VB.NET project (VS 2010), how do I modify my setup  not to overwtite existing files?

Thanks,

Victor
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

See if following discussing helps

http://social.msdn.microsoft.com/Forums/vstudio/en-US/8bbd93ec-eee1-45d9-a8d2-b06bd0c172e5/howto-make-vs2010-i-installation-project-not-overwrite-files?forum=winformssetup


Add the file to the installer project separately (instead of as a project output) and mark it as permanent in properties.
Avatar of Victor  Charles

ASKER

Hi,

I understand adding the files in the installer section but the problem is these files need to be in the LinkFiles folder after I install the application and I can't seem to add a folder in that section. How do I fix this problem?

Thanks

Victor
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It worked.

Thanks.

Victor