Search found 2 matches

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

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
23 May 2020, 11:01
Forum: Help
Topic: [SOLVED] x64 setup exe
Replies: 6
Views: 9914

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.