This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Connecting to remote machine causes firewall warning
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 17, 2010
10:38 AM
Connecting to remote machine causes firewall warning
Hi
A basic msi installs DCOM components to target machine. I have to connect to a remote machine to perform some registration procedures at the end of the installation. When I call a COM component from a custom action the Windows Firewall asks that I want to allow network accessing of the msiexec.exe. If I allow the FW exception, the COM calling will be successed. If I disallow it, I will give a COM error: "The RPC server is unavailable." (0x800706BA).
I have set security (Launch&Execute and Access) permission of COM components during installation. I have checked it in DCOMCNFG...
How could I connect to remote machine with a DCOM calling to avoid windows firewall warning on Windows7 or W2k8?
(I haven't got any problem on XP...)
Best regards,
Roland D.
A basic msi installs DCOM components to target machine. I have to connect to a remote machine to perform some registration procedures at the end of the installation. When I call a COM component from a custom action the Windows Firewall asks that I want to allow network accessing of the msiexec.exe. If I allow the FW exception, the COM calling will be successed. If I disallow it, I will give a COM error: "The RPC server is unavailable." (0x800706BA).
I have set security (Launch&Execute and Access) permission of COM components during installation. I have checked it in DCOMCNFG...
How could I connect to remote machine with a DCOM calling to avoid windows firewall warning on Windows7 or W2k8?
(I haven't got any problem on XP...)
Best regards,
Roland D.
(3) Replies
‎Jan 03, 2011
10:23 AM
GetExp wrote:
Could you try making the setting Impersonate=yes, for that particular custom action?
Hi
My msi is implementing a per-machine installation and the ALLUSERS property = 1. "In-Script Execution" setting of the discussed CA is "Immediate Execution". It is executed at the end of the installation during UI sequence.... (The current user is an administrator and UAC is turned off.)
How can I set impersonate=yes?
http://b.imagehost.org/view/0417/Firewall
Best regards,
Roland D.
‎Jan 10, 2011
01:42 PM
How should I call COM component to avoid the Firewall security alert (on W7)?
Should I execute an temporary exe file (either from binary table or temporary copied to User\Temp folder) to call COM and add it to firewall exceptions (temporary)?
What is the best practise? Isn't there any simpler solution?
Best regards,
Roland D.
Should I execute an temporary exe file (either from binary table or temporary copied to User\Temp folder) to call COM and add it to firewall exceptions (temporary)?
What is the best practise? Isn't there any simpler solution?
Best regards,
Roland D.