If I try to get InstallLocation's value using scripting objects, it
too is blank (as you'd expect since the registry entry is blank).
Thanks.
<robert...@gmail.com> wrote in message
news:39e01214-4682-4e1c...@n58g2000hsf.googlegroups.com...
> Can you tell me why my InstallLocation is always blank. If I check
> the corresponding registry entry at HKLM\Software\Microsoft\Windows
> \CurrentVersion\Uninstall\{<GUID>} it is always blank. The rest of
> the properties shown at that registry entry are correct (such as
> Manufacturer, ProductName, etc.). What prevents InstallLocation from
> being set? My install completes without any errors.
Windows Installer sets the InstallLocation registry value from
the ARPINSTALLLOCATION property, which is blank by default.
You should define a custom action that sets this property.
On Mar 28, 11:39 pm, Kalle Olavi Niemitalo <k...@iki.fi> wrote: