Cisco IP Communicator v7.0.4
Cisco provides an MSI for this application - I have created an MST with the custom settings. There is a custom action that installs the CDP Driver, it prompts a msg box asking to install the CDP Driver. I need to build a silent install package for this application. Is there any way to bypass this prompt? Any help would be greatful.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
Rheuvel
14 years ago
Posted by:
ns_hh
13 years ago
I stumbled into the same problem with version 7.0.5.0 and Win 7 x64. I solved it by using Prism Pictaker to capture what happens after checking "always trust this publisher" and then "install". I got two blobs in registry which I exported. On clients I apply these certificates before running setup and avoid the warning from Windows. With Prism Deploy the install script ends up something like:
/ScriptVer 5
If OSVersion = OS.Version.Win7 AND OSBits = OS.Bits.64Bit
/InstallPackage \\server.xx.yy\share\CiscoIPCommunicator_trusted.PWC
EndIf
/run /wait msiexec /i \\server.xx.yy\share\CiscoIPCommunicatorSetup.msi /norestart /Qn
The .pwc above only contains the two blobs I found under the keys below. Export them from registry and import on clients and it should work.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\TrustedPublisher\Certificates\59ACE456697BF2902E51CB473FA286BAA082FD80]
and
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SystemCertificates\TrustedPublisher\Certificates\59ACE456697BF2902E51CB473FA286BAA082FD80]
I found no option to attach the relevant .reg-files.
/ScriptVer 5
If OSVersion = OS.Version.Win7 AND OSBits = OS.Bits.64Bit
/InstallPackage \\server.xx.yy\share\CiscoIPCommunicator_trusted.PWC
EndIf
/run /wait msiexec /i \\server.xx.yy\share\CiscoIPCommunicatorSetup.msi /norestart /Qn
The .pwc above only contains the two blobs I found under the keys below. Export them from registry and import on clients and it should work.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\TrustedPublisher\Certificates\59ACE456697BF2902E51CB473FA286BAA082FD80]
and
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SystemCertificates\TrustedPublisher\Certificates\59ACE456697BF2902E51CB473FA286BAA082FD80]
I found no option to attach the relevant .reg-files.
Posted by:
KentD
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.