Add/Remove Program
Hi,
I have created one msi for a vendor provided exe for application called SSO. I am facing a problem after creating the msi for the given exe. Actually in add/remove program only the application name should come but i also recieve another entry in arp which shows the default directory of the exe.
Kindly let me know how to remove the second entry in the ARP.
Thanks & Regards,
S.Yuvaraj.
I have created one msi for a vendor provided exe for application called SSO. I am facing a problem after creating the msi for the given exe. Actually in add/remove program only the application name should come but i also recieve another entry in arp which shows the default directory of the exe.
Kindly let me know how to remove the second entry in the ARP.
Thanks & Regards,
S.Yuvaraj.
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
You have probably failed to exclude the Windows Installer registry tree from your capture. Check the package for registry data in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. If there's anything there, remove it, then remember to add that branch to your exclusion list.
Please log in to comment
Comments