The main documentation for properties like TARGETDIR is in the Windows SDK/Platform SDK, although it's not too obvious that the principles behind things like [TARGETDIR] can be applied to Visual Studio setup projects.
PhilWilson Thursday, November 16, 2006 10:44 PM
Create a registry item with the value [TARGETDIR] and it will resolve at install time to the actual path.
PhilWilson Wednesday, November 15, 2006 11:11 PM
Phil,
thank you very much. That took care of it.
I've been brosing other threads and i have not found documentation on how to do this basic stuff.Can you point me to a good blog or forum or whatever where i can teach myself?
Francesc
capitapicard Thursday, November 16, 2006 7:47 PM
I did three articles here that should get you going:
The main documentation for properties like TARGETDIR is in the Windows SDK/Platform SDK, although it's not too obvious that the principles behind things like [TARGETDIR] can be applied to Visual Studio setup projects.