I am using visual studio setup project extension for build setup package for my application. I have removed the Install Location Select Interface
and instead application should be installed to the location i have preset. At the moment application install location is set by Right-click
on Application
Folder in File system
UI and set the DefaultLocation
value as [ProgramFilesFolder][Manufacturer]\[ProductName]
. It is installing to ProgramFiles(X86)
folder.
I want to install the application inside C:\Windows\SysWOW64
folder. Is there anyone who knows how to set this folder structure as a default value.