GeOpus
Posts: 9
Joined: Tue Aug 28, 2007 11:09 am

Install path

Hi,

I want to write the path (where my application is installed to) to the registry.

What variable holds the path the user selected for install ?

I am currently using [ProgramFilesFolder]\[ProductName] but this is not updated to the folder when the user selected another on install ?!

thx
Last edited by GeOpus on Tue Aug 28, 2007 11:59 am, edited 1 time in total.
Daniela Petrescu
Posts: 30
Joined: Tue Aug 14, 2007 10:03 am

Hi,

The property that retains the application's installation path is named APPDIR. You must use [APPDIR].

Regards,
Daniela

_________________
Daniela Petrescu
Advanced Installer Team
http://www.advancedinstaller.com
GeOpus
Posts: 9
Joined: Tue Aug 28, 2007 11:09 am

thx,

haha that was an easy one... :oops:

Return to “Common Problems”