Search found 2 matches

by martinet101
Sun Jul 12, 2020 10:10 am
Forum: Help
Topic: [SOLVED] x64 setup exe
Replies: 6
Views: 9826

Re: x64 setup exe

It's what I Said in the 3rd post: Just use

Code: Select all

<ProgramFiles>\..\Program Files\your_company\your_app
It is working for me on the last version of the program.
by martinet101
Sat May 23, 2020 11:01 am
Forum: Help
Topic: [SOLVED] x64 setup exe
Replies: 6
Views: 9826

Re: x64 setup exe

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.