I created installer with setup project in visual studio 2008.
I added 2 folders (win32 & win64) with files to setup project. I want the files from win32 or win64 be placed to specific directory inside Application folder depending on CPU architecture. By default both folders are placed into Application folder, but what I should do so only the files from specific folder will be copied?