/build/static/layout/Breadcrumb_cap_w.png

LiveLink 9.5 SCCM2012 Detection Rule issue

Hi All

I have now been busy with Ixos Livelink 9.5 now for days

i have to deploy the application in SCCM2012R2 through application management and not normal software distribution

I get a failure code of 0x87D00324(-2016410844). and I know it is because of a faulty detection rule :-(

ps non of the detection methods worked although the app does install

I used the MSI to build thedeployment application

From this it pulled in the detection for Windows Installer {96538711-469D-4B19-B2F3-F1E49F4A9E0E}

next I tried to use the registry - I ran procmon to see what changes was made to the system

I tried using the following registry keys -neither worked

SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\11783569D96491B42B3F1F4EF9A4E9E0\InstallProperties

SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{96538711-469D-4B19-B2F3-F1E49F4A9E0E}

i also tried using

C:\Program Files (x86)\IXOS\bin\alviewer.exe

has Anybody done this app before

please help me I woulld really appreciate it -

kind regards Mike

 

 

 

 

 


1 Comment   [ + ] Show comment
  • If you've tried all of those options, something else is wrong with the deployment. I've run into that same problem when deploying an MSI as an Application. It was a while ago so I don't remember the exact fix but I'm pretty sure you'll have to create another Application within SCCM. Delete the current deployment, rename the current Application and start again. It should work the next time around.

    If this is the fix, this is a known issue with SCCM 2012. - vjaneczko 10 years ago

Answers (2)

Posted by: vjay 9 years ago
Second Degree Blue Belt
0

Hi Mike,

what is the use of this script, and where it supress the Detection method. can you explain technically..

what is the host 192.0.0.2.

Posted by: Mike_fg 9 years ago
White Belt
0

Hi

i have solved this

with the install and uninstall I created to bat files that I am deploying through SCCM2012 Adppdeloy

i just added a ping command before and after the install and uninstall command - this causes a time delay before SCCM trys to do a "Detection Method" and the app installs as well as uninstall perfectly

Install Script

ping 192.0.0.2 -n 1 -w 10000 > nul
setup.exe /S /v/qn
ping 192.0.0.2 -n 1 -w 10000 > nul
xcopy "Livelink Archive Windows Viewer.lnk" c:\users\public\desktop /D /Y
exit

 

uninstall Script

ping 192.0.0.2 -n 1 -w 10000 > nul
"%programfiles(x86)%\sap\sapsetup\setup\NwSapSetup.exe" /product:\"ECL710\" /uninstall /silent
ping 192.0.0.2 -n 1 -w 10000 > nul
exit

 

hope this will help some one else

 

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ