[Bug 34178] MiKTeX 2.9 build 5105 (32-bit) fails to install ( wizard dialog caption reset by initial property page selection)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 10 11:49:07 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=34178

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://miktex.org/download  |http://ftp.belnet.be/ftp.te
                   |                            |x.ac.uk/ctan/tex-archive/sy
                   |                            |stems/win32/miktex/setup/ba
                   |                            |sic-miktex-2.9.5105.exe
            Summary|MiKTeX 2.9 (32-bit) fails   |MiKTeX 2.9 build 5105
                   |to install (wizard dialog   |(32-bit) fails to install
                   |caption reset by initial    |(wizard dialog caption
                   |property page selection)    |reset by initial property
                   |                            |page selection)

--- Comment #7 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

Adding exact version and download.

The project sources moved to github.

https://github.com/MiKTeX/miktex.git

Unfortunately the commit history got squashed in that process (was never
converted from cvs/svn? to git).
Also the old source tarballs seem to have vanished from all mirrors. Bah.

--- snip ---
$ git clone https://github.com/MiKTeX/miktex.git
$ cd miktex
$ git rev-list --max-parents=0 HEAD
b62a1e7ebe6b695b7a5ea7adbbe24635494a4d26

$ git show b62a1e7ebe6b695b7a5ea7adbbe24635494a4d26
commit b62a1e7ebe6b695b7a5ea7adbbe24635494a4d26
Author: Christian Schenk <cs at miktex.org>
Date:   Fri Jun 24 18:56:44 2016 +0200

    initial commit

diff --git a/Admin/COM/guids.cmake b/Admin/COM/guids.cmake
new file mode 100644
index 0000000..73346f1
--- /dev/null
+++ b/Admin/COM/guids.cmake
@@ -0,0 +1,29 @@
+set(guid_MiKTeX_Package_Manager_206 "E4EC6D80-9E3A-47B7-ADA7-C0621C298527")
+set(guid_MiKTeX_Package_Manager_TLB_206
"42542DAE-9AAF-41A0-A2FC-7F3CEEA9A5CB")
+set(guid_MiKTeX_Session_206 "DE6D4D25-4E98-488D-91B2-E97CC319764B")
+set(guid_MiKTeX_Session_TLB_206 "4C28CF19-0EC8-42AF-B901-CDCCCCE420FB")
+
--- snip ---

Related parts of the source, at least shows where the installer wizard window
title is set:

https://github.com/MiKTeX/miktex/blob/master/Programs/MiKTeX/Wizards/Setup/MFC/SetupWizard.cpp#L106

The window enumeration part seems gone:

--- snip ---
$ grep -HRn EnumWindows
<nothing found>
--- snip ---

Anyway, there are still the old installer binaries floating around to
reproduce.

$ wine --version
wine-2.1-126-g06c5a9a

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list