
bill.kesler1.5524903606076597E12 asked a question.
Custom component for current user
:rolleyes: I have created a mst with specific registry entries that are in HKCU. I have set it to install to each user when they launch the application. This works great except for users not connected to the network (location of the install package). The end result is the user cannot launch the program from the advertised shortcut. Is there a way to have the component install from the local machine rather than the network. It always asks for the .msi located on the on the network.
Have a look at property SOURCEDIR to use alternative sources.
The current user component should be able to use the registry entries from the cached MSI without asking for the source. Usually a missing file causes Windows Installer to go back to the source (check out the event viewer).
Have a look at property SOURCEDIR to use alternative sources. "
There is no property SOURCEDIR in Adobe's install package. Does the msi get cached automatically?
Absence of the registry key below causes the component to reinstall. Howvever it wants to go to the original msi on the network.
Event Viewer
Detection of product '{AC76BA86-7AD7-1033-7B44-A00000000001}', feature 'ReaderProgramFiles' failed during request for component '{D1682B7A-914A-412A-8064-660E3E7E98E6}'
Detection of product '{AC76BA86-7AD7-1033-7B44-A00000000001}', feature 'ReaderProgramFiles', component '{0A3F2728-5AD8-4FAC-A79B-35EE3030BDF7}' failed. The resource 'HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\AVGeneral\iConnectionSpeed' does not exist.