• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

Bluebeam Revu

Started by coiter, April 19, 2017, 03:16:29 AM

Previous topic - Next topic

Justin Chalfant (Patch My PC)

Actually, they are trying to add multiple languages in the <TargetLanguage> element. It doesn't appear this allows a list of language codes based on the applicability schema: https://msdn.microsoft.com/en-us/library/windows/desktop/bb972753(v=vs.85).aspx

The target language should likely look something like this: <TargetLanguage Validate="false">0</TargetLanguage>
There's is currently: <TargetLanguage Validate="false">0,1033,1030,1043,2057,1035,1036,1031,1040,1041,1042,1044,1034,1053</TargetLanguage>

I would recommend that you reach out to them directly since you are licensed and likely have support.


Justin Chalfant (Patch My PC)

There were issues with their MSP installers last time we checked https://patchmypc.com/forum/index.php?topic=1367.msg4849#msg4849 let us check this again.

Justin Chalfant (Patch My PC)

Merged with a previous topic

damien.solodow

I got the MSP to install successfully with the following command line:
msiexec /p BbRevu2018.4x64_Update5.msp REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress /qn

Justin Chalfant (Patch My PC)

The issue wasn't actually with the MSP installer installing, but it was invalid schema in the MSP applicability table causing the updates to not validate in the Update SDP.

damien.solodow

Ah. How do you check/validate that property in the MSP? It's been forever since I had to do things like that and Orca doesn't seem to tell me anything.

We do have support with them, so if the current patch is still busted I'm happy to yell at them about it. :)

Justin Chalfant (Patch My PC)

We were testing it with SCUP previously, but you may be able to see the logic in Orca.

Here's the details from before: https://patchmypc.com/forum/index.php?topic=1367.msg4849#msg4849

We haven't had a chance to see if the latest MSP works ok yet. Maybe it's been fixed.

jbirch

We're interested in this one as well.  If there's something we can do to test/check the latest patch here, please let me know.

dylbrwn

Yeah this one and Egnyte (in the request forum) would be HUGE for us

Justin Chalfant (Patch My PC)

Their MSP file still has invalid logic in the update. They also use a ZIP file for the download which isn't supported by SCUP or SCCM publishing.

PaulE.Andrews

Justin,

What is wrong with the MSP file? We have some contacts at Bluebeam with out enterprise agreement, might be able to get some support on this.

Paul

Justin Chalfant (Patch My PC)

They are using multiple comma separated values in the targetlanguage when this isn't supported by the windows update schema: https://patchmypc.com/forum/index.php?topic=1367.msg4849#msg4849

Here's an email we sent their team, haven't get anything back.

______________________________________________________________

Hi,

Could you please send this to whoever create the installer binaries for the MSIÔÇÖs and MSP patches?


Your MSP patches such as https://downloads.bluebeam.com/software/downloads/2018.3.4/update/x64/BbRevu2018.3.4x64_Update4.zip contain invalid update logic. You guys enter a multiple comma separated integers in <TargetLanguage> when it should only be 1 (https://docs.microsoft.com/en-us/previous-versions/windows/desktop/bb972753(v=vs.85)). You should use language code 0 if the MSP is language independent.



I doesnÔÇÖt validate with the PathApplicability schema: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/bb972753(v=vs.85)

We have a lot of Bluebeam Revo customer who want us to include your MSP patches in our third-party update catalog for SCCM, but it wonÔÇÖt work because the MSP patches are using invalid <TargetLanguages> elements as listed above https://patchmypc.com/forum/index.php?topic=1367.0.

oac-it

Bluebeam released a new update today. Perhaps they fixed the MSI this time around?

If not let me know and I will open a support case with them. We have around 150 licenses with them so hopefully that could get a response.

Justin Chalfant (Patch My PC)

Quote from: oac-it on May 13, 2019, 05:28:39 PM
Bluebeam released a new update today. Perhaps they fixed the MSI this time around?

If not let me know and I will open a support case with them. We have around 150 licenses with them so hopefully that could get a response.

Do you have a link to the MSP?