Setting an advertisment on a file
Hi,
Is it possible to set an advertisment on file who is already installed (ex.: outlook.exe) ?
I have a vendor .msi that install a outlook add-in but since there's no shortcut or file association, I want to set the advertisement on outlook.exe but i don't want to remove the current advertisement of outlook.exe.
Is it possible to set an advertisment on file who is already installed (ex.: outlook.exe) ?
I have a vendor .msi that install a outlook add-in but since there's no shortcut or file association, I want to set the advertisement on outlook.exe but i don't want to remove the current advertisement of outlook.exe.
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
turbokitty
13 years ago
Posted by:
darkfang
13 years ago
Posted by:
turbokitty
13 years ago
Posted by:
darkfang
13 years ago
Posted by:
AngelD
13 years ago
If you would want to trigger a repair on this vendor MSI when outlook.exe is launched by an entrypoint you could for example:
Get the component info from the outlook/office package holding the outlook.exe and add that to this vendor MSI, add it through a transform.
If you do everything correct and when ex. hitting the advertised shortcut (for launching outlook.exe) the Windows Installer resiliency feature will check any product (holding this outlook.exe component) for broken components and if found perform a self-repair.
Should work in theory, but havn't tried it myself.
Get the component info from the outlook/office package holding the outlook.exe and add that to this vendor MSI, add it through a transform.
If you do everything correct and when ex. hitting the advertised shortcut (for launching outlook.exe) the Windows Installer resiliency feature will check any product (holding this outlook.exe component) for broken components and if found perform a self-repair.
Should work in theory, but havn't tried it myself.
Posted by:
turbokitty
13 years ago
Posted by:
turbokitty
13 years ago
ORIGINAL: darkfang
SCCM 2007.
I think I know how to manage it. I only need to create a dummy.exe file and create an advertisement on it and put it in the .mst. I will try that tomorrow.
I think I'm confused as to what you're trying to do exactly.
Are you trying to repair your add-in application for each user on that machine? If so, just do that with a repair command calling the add-in MSI. Set the advertisement in SCCM to run each time a user logs in.
If you advertise it to the users instead of the machines, it should kick off for each new user that logs in. This assumes that all your machines need or want this add-in.
Posted by:
darkfang
13 years ago
Posted by:
anonymous_9363
13 years ago

so that the conversation will remain readable.