views:

615

answers:

1

Hello,

How can I set the target dir of a Visual Studio setup project to the folder in environment variable VS100COMNTOOLS?

So I want the files to be installed in %VS100COMNTOOLS% with a Visual Studio setup project.

Regards

A: 

using $(VS100COMNTOOLS) might work.

gollumullog

related questions