J
Jim Black
I have developed a COM Add-in and want to test to ensure that the MSI file
can be installed for non-administrators using the Windows Installer
"advertise" feature. I execute the following as an administrative user:
msiexec -jm MyPackage.msi -L*v MyLogFile.txt
I then reboot the computer, log into a non-admin user account on the same
machine, and launch the Office app. I expected the Windows Installer to
launch as soon at the Office app tried to load the Add-in, but nothing
happens. The Add-in is not visible in the COM Add-Ins list. Checking the
registry, I see none of the registry entries in HKCU that would tell the
Office app (Excel) that my add-in has been advertised. What am I doing
wrong?
--- Jim Black
P.S. The Windows Installer log has some "Note: 1: 2262 2: MsiFileHash 3:
-2147287038" messages on the "msiexec -jm" command, but my research indicates
that 2262 errors may not mean that anything is really wrong. In any event,
the error messages do not give much of a clue!
can be installed for non-administrators using the Windows Installer
"advertise" feature. I execute the following as an administrative user:
msiexec -jm MyPackage.msi -L*v MyLogFile.txt
I then reboot the computer, log into a non-admin user account on the same
machine, and launch the Office app. I expected the Windows Installer to
launch as soon at the Office app tried to load the Add-in, but nothing
happens. The Add-in is not visible in the COM Add-Ins list. Checking the
registry, I see none of the registry entries in HKCU that would tell the
Office app (Excel) that my add-in has been advertised. What am I doing
wrong?
--- Jim Black
P.S. The Windows Installer log has some "Note: 1: 2262 2: MsiFileHash 3:
-2147287038" messages on the "msiexec -jm" command, but my research indicates
that 2262 errors may not mean that anything is really wrong. In any event,
the error messages do not give much of a clue!