Victor Hurdugaci
Victor Hurdugaci

Reputation: 28425

Visual Studio Setup Project with Environment Variable Path

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

Upvotes: 1

Views: 1926

Answers (1)

gollumullog
gollumullog

Reputation: 1249

using $(VS100COMNTOOLS) might work.

Upvotes: 1

Related Questions