02-17-2006 01:30 PM
02-20-2006 09:56 AM
Greetings,
This is an architectural issue with the Microsoft Windows Installer and Windows, and will occur with any MSI (not just those from the app builder). Under XP, a MSI cannot install from OR install to a location created by the "subst" command. My understanding of why is that installSequence runs in the context of the MSI engine, which is running as "system" user. But the subst command is a per-user setting (local to your account) so the MSI engine doesn't see it.
The only workaround is to run the MSI from a non-subst drive, or instead use network file shares (you can simulate what "subst" does by mounting an exported file share from the same machine).
Regards,
- WesW / NI
02-20-2006 07:16 PM