define custom path
heya guys.
is it possible to define a path manually by userinput? (like a small input box where you can search for your applications folder).
my installer searches for the path via registry.
if, in some cases, the program is installed, but no registry entry written, the installer aborts with a notification message.
what i want is that it is possible for the user to specify the path by self and write it to the registry.
in structure it means:
(wo registry entries)
start --> notification --> input dialog and select path --> write it to registry and continue installation process
(with registry etries)
start --> read registry for path --> continue installation process.
the part with registry entries is working fine, i only have some problems with getting the path by users choice BEFORE reaching MUI_PAGE_DIRECTORY