Hi,
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
[SOLVED] x64 setup exe
Hello,
you can use the <ProgramFilesX64> path constant to make your application being installed to your desired location.
you can use the <ProgramFilesX64> path constant to make your application being installed to your desired location.
Best regards,
Soner Boztas, M.Sc. Aerospace Engineering
InstallForge on GitHub: https://github.com/soner-boztas/installforge
Add me on LinkedIn: www.linkedin.com/in/soner-boztas-software-architect
Soner Boztas, M.Sc. Aerospace Engineering
InstallForge on GitHub: https://github.com/soner-boztas/installforge
Add me on LinkedIn: www.linkedin.com/in/soner-boztas-software-architect
-
- Posts: 2
- Joined: 23 May 2020, 10:59
Just write "<ProgramFiles>\..\Program Files\<CompanyName>\<AppName>"
This will search the "Program Files (x86)" folder, will go up one folder (\..) and will search the "Program Files" folder.
This will search the "Program Files (x86)" folder, will go up one folder (\..) and will search the "Program Files" folder.
Hi ... i am newbie in InstallForge (installed today)
i m used this way
Code: Select all
<ProgramFilesX64>\MyCompamy\MyApp.exe
but required<ProgramFilesX64>\MyCompamy\MyApp.exe
Code: Select all
c:\program files\MyCompamy\MyApp.exe
-
- Posts: 2
- Joined: 23 May 2020, 10:59
It's what I Said in the 3rd post: Just use
It is working for me on the last version of the program.
Code: Select all
<ProgramFiles>\..\Program Files\your_company\your_app