I have converted my application in Visual Studio 2019 Community to 64 bit (x64), however when I create the setup file it defaults to 32 bit (x86). How do I tell InstallForge the file is a 64 bit application.


Regards
Simon Nixon


Soner wrote: 10 May 2020, 00:01 Hello,
you can use the <ProgramFilesX64> path constant to make your application being installed to your desired location.
Code: Select all
<ProgramFilesX64>\MyCompamy\MyApp.exebut required<ProgramFilesX64>\MyCompamy\MyApp.exe
Code: Select all
c:\program files\MyCompamy\MyApp.exeCode: Select all
<ProgramFiles>\..\Program Files\your_company\your_app