Hi,
I repackaged an application and generated an MST for it. The program resides on a network share (P:\) but the installation needs to install support files locally first. During the installation, it asks for the network drive of the program which is P:
Everything works fine when I manually run the program with or without the transform file. There are absolutely no issues.
However, when I distribute the program using SCCM 2007 SP1, the clients get the notification, but when the install runs, it fails and the following is logged in the event viewer:
Product: Time in a box -- Error 1327. Invalid Drive: P:\
The drive is definitely valid as it it mapped at login, and I can run the install manually using the identical command line:
msiexec /i "Time in a box.msi" TRANSFORMS="Time in a box.mst" /noreboot
Any help is greatly apprecaited.