[wix-users] Incorrect messages about installer standard actions progress on Windows 10 (1703 build)

Christopher Painter chrpai at iswix.com
Thu Sep 28 15:11:37 PDT 2017


The solution is to author explicit rows into a table that the Windows Installer documentation says that MSI will do for you automatically. It always has until 1703. I consider this a regression defect and hope that someone at MSFT will get this fixed.


Personally I know the fix but I've been too lazy to go back and update literally hundreds of installers.


________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Dzmitry Razhanski via wix-users <wix-users at lists.wixtoolset.org>
Sent: Thursday, September 28, 2017 7:30 AM
To: WiX Toolset Users Mailing List
Cc: Dzmitry Razhanski
Subject: Re: [wix-users] Incorrect messages about installer standard actions progress on Windows 10 (1703 build)

Thanks, Harald!

Yes, adding <UIRef Id="WixUI_ErrorProgressText" /> solved the problem.
Although I don't understand this solution.

Best regards,
        Dzmitry Razhanski.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of harald goci via wix-users
Sent: Wednesday, September 27, 2017 2:22 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: harald goci <harald.goci at panagenda.com>
Subject: Re: [wix-users] Incorrect messages about installer standard actions progress on Windows 10 (1703 build)

Hi Dzmitry,
I have no solution but a hint.
A few days ago this info
https://stackoverflow.com/questions/44844248/wix-progressdlg-not-showing-status-info-properly
 solved a similar problem for a list member.

I guess it's worth a try,
Harald Goci
Senior Software Engineer

Email: harald.goci at panagenda.com - Web: www.panagenda.com<http://www.panagenda.com>
Phone: +43 1 890 12 89-44 - Fax: +43 1 890 12 89-15

(Embedded image moved to file: pic00041.jpg)

panagenda GmbH - Schreyvogelgasse 3/10 - 1010 Vienna - Austria Registered Office: Vienna - HG Wien - FN 293516t - VAT-ID: ATU63362738 Executive Directors: Florian Vogler (CEO & CTO), Felix Vogler (CFO & COO)

(Embedded image moved to file: pic18467.jpg)

The information in this E-Mail is confidential and privileged. It is intended solely for the addressee. Access to this E-Mail by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and will be unlawful. If you receive this message in error, please notify the sender immediately and delete all copies of this message.




From:   Dzmitry Razhanski via wix-users
            <wix-users at lists.wixtoolset.org>
To:     "wix-users at lists.wixtoolset.org"
            <wix-users at lists.wixtoolset.org>
Cc:     Dzmitry Razhanski <Dzmitry_Razhanski at epam.com>
Date:   27.09.2017 13:15
Subject:        [wix-users] Incorrect messages about installer standard actions
            progress on Windows 10 (1703 build)
Sent by:        "wix-users" <wix-users-bounces at lists.wixtoolset.org>



Hello Everybody,

I have met the problem with my installer on the latest Windows 10 build (1703).
The Installation dialog shows messages like "Starting services Service:
[1]" above progress. Similar numbers appear for all standard actions.
On the previous Windows builds it was simply "Starting services".

In the installation logs I also noticed these messages which didn't present on the previous Windows builds:
Action 18:22:46: StartServices. Starting services Service: [1]

According to MSDN action StartServices ( https://msdn.microsoft.com/en-us/library/windows/desktop/aa372026%28v=vs.85%29.aspx
)
[1] should be the service displayed name. But this wasn't replaced.

I have used WixToolset 3.10 and MS Visual Studio 2015 to build .msi package. Upgrade to WixToolset 3.11 didn't solve the problem too.

Does anybody know how could I return the old format for the messages? Or how could I make [1] param to be replaced with reasonable value?
Does it the bug for Wix Toolset to be fixed?

Best regards,
           Dzmitry Razhansky.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list