http://bugs.winehq.org/show_bug.cgi?id=21934
Summary: Windows Installer CleanUp Utility does not run Product: Wine Version: 1.1.39 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leighmanthegreat@hotmail.com
Downloading the Windows Installer CleanUp Utility for the msizap functionality, to clean "windows/installer" as per http://www.theexperienceblog.com/2009/05/16/how-to-clean-out-windowsinstalle... etc.
Running it gives: Error creating process <wscript StartMsi.vbs>. Reason: File not found in a pop-up There is no terminal output when it is run from there.
http://bugs.winehq.org/show_bug.cgi?id=21934
leighman leighmanthegreat@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.microsoft.c | |om/download/e/9/d/e9d80355- | |7ab4-45b8-80e8-983a48d5e1bd | |/msicuu2.exe
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #1 from Austin English austinenglish@gmail.com 2010-03-05 13:13:14 --- Does 'winetricks wsh56' help?
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #2 from leighman leighmanthegreat@hotmail.com 2010-03-05 14:07:49 --- Created an attachment (id=26627) --> (http://bugs.winehq.org/attachment.cgi?id=26627) running the program after installing with winetricks wsh56
http://bugs.winehq.org/show_bug.cgi?id=21934
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-03-05 14:17:25 --- are you using a very old wine-version? What does 'wine --version' say?
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #4 from leighman leighmanthegreat@hotmail.com 2010-03-05 14:39:57 --- 1.1.39
To clarify. Installing winetricks wsh56 fixes the immediate problem and allows installation but, after that, running the program results in a crash and the log attached.
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #5 from Austin English austinenglish@gmail.com 2010-03-05 15:40:09 --- (In reply to comment #4)
1.1.39
To clarify. Installing winetricks wsh56 fixes the immediate problem and allows installation but, after that, running the program results in a crash and the log attached.
=>0 0x7577ff89 MsiDecomposeDescriptorW+0x299() in msi (0x0033ecec)
Your log needs debugging symbols.
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #6 from leighman leighmanthegreat@hotmail.com 2010-03-06 04:07:25 --- (In reply to comment #5)
(In reply to comment #4)
1.1.39
To clarify. Installing winetricks wsh56 fixes the immediate problem and allows installation but, after that, running the program results in a crash and the log attached.
=>0 0x7577ff89 MsiDecomposeDescriptorW+0x299() in msi (0x0033ecec)
Your log needs debugging symbols.
What do I need to do??
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #7 from Austin English austinenglish@gmail.com 2010-03-06 04:26:14 --- (In reply to comment #6)
(In reply to comment #5)
(In reply to comment #4)
1.1.39
To clarify. Installing winetricks wsh56 fixes the immediate problem and allows installation but, after that, running the program results in a crash and the log attached.
=>0 0x7577ff89 MsiDecomposeDescriptorW+0x299() in msi (0x0033ecec)
Your log needs debugging symbols.
What do I need to do??
If you installed wine from a package, see if there's a wine-dev/wine-dbg or something similar. Otherwise, compile from source and make sure to use the '-g' CLFAG. The line above should have source information for wine showing the line where the crash occurred.
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #8 from leighman leighmanthegreat@hotmail.com 2010-03-06 04:47:02 --- Created an attachment (id=26636) --> (http://bugs.winehq.org/attachment.cgi?id=26636) With wine-dbg installed
Hopefully this is better, something to do with the registry?
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #9 from Hans Leidekker hans@meelstraat.net 2010-03-06 04:58:37 --- Created an attachment (id=26638) --> (http://bugs.winehq.org/attachment.cgi?id=26638) msi: Accept null last parameter in MsiDecomposeDescriptor.
Try this patch.
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #10 from leighman leighmanthegreat@hotmail.com 2010-03-06 05:10:52 --- (In reply to comment #9)
Created an attachment (id=26638)
--> (http://bugs.winehq.org/attachment.cgi?id=26638) [details]
msi: Accept null last parameter in MsiDecomposeDescriptor.
Try this patch
Do I have to compile from git to use it? I don't have enough room on my harddrive for that :P
http://bugs.winehq.org/show_bug.cgi?id=21934
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #11 from leighman leighmanthegreat@hotmail.com 2010-03-17 16:40:39 --- (In reply to comment #9)
Created an attachment (id=26638)
--> (http://bugs.winehq.org/attachment.cgi?id=26638) [details]
msi: Accept null last parameter in MsiDecomposeDescriptor.
Try this patch.
Okay, I compiled from git with it and that works!
http://bugs.winehq.org/show_bug.cgi?id=21934
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |hans@meelstraat.net Resolution| |FIXED
--- Comment #12 from Hans Leidekker hans@meelstraat.net 2010-03-23 15:23:36 --- Fixed by 367c2048a19a1f5e19bc6166f98b6c95f8215da9.
http://bugs.winehq.org/show_bug.cgi?id=21934
--- Comment #13 from leighman leighmanthegreat@hotmail.com 2010-03-23 16:46:38 --- (In reply to comment #12)
Fixed by 367c2048a19a1f5e19bc6166f98b6c95f8215da9.
Thanks =D
http://bugs.winehq.org/show_bug.cgi?id=21934
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-04-02 12:52:27 --- Closing bugs fixed in 1.1.42.
http://bugs.winehq.org/show_bug.cgi?id=21934
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |367c2048a19a1f5e19bc6166f98 | |b6c95f8215da9
https://bugs.winehq.org/show_bug.cgi?id=21934
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://download.microsoft.c |https://web.archive.org/web |om/download/e/9/d/e9d80355- |/20100531005942/http://down |7ab4-45b8-80e8-983a48d5e1bd |load.microsoft.com/download |/msicuu2.exe |/e/9/d/e9d80355-7ab4-45b8-8 | |0e8-983a48d5e1bd/msicuu2.ex | |e
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20100531005942/http://download.microsoft.com/dow...
https://www.virustotal.com/gui/file/08565fe3a18e051f9f557c219a51844dbac4a6de...
$ sha1sum msicuu2.exe 23d3c4d0869769f424b1c0c54f18c50761ca2c14 msicuu2.exe
$ du -sh msicuu2.exe 352K msicuu2.exe
Regards