http://bugs.winehq.org/show_bug.cgi?id=33539
Bug #: 33539 Summary: Spices.Decompiler v.5.4.8.0 (.Net Decompiler) "repair" install mode dumps all files in working directory of installer Product: Wine Version: 1.5.29 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
found while verifying bug 33525
Prerequisite needed: 'winetricks -q dotnet20'
If you don't work around bug 15670 (.NET applications that make use of System.IO.IsolatedStorage crash (missing "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList<UserSID>" registry subkey) the installer fails.
Restarting the installer gives you two options: "repair" and "remove".
"repair" actually does more harm than good...
Wait until the failure again (expected if bug 15670 workaround is not applied) and dismiss the dialog error box. Surprise - the whole installation - has been dumped into the directory where the installer was run from ... probably not intended.
--- snip --- $ ls Bin Common EULA.rtf FILE_ID.DIZ Help Readme.rtf SDK Spices.Evaluation.msi --- snip ---
$ du -sh Spices.Evaluation.msi 6.6M Spices.Evaluation.msi
$ sha1sum Spices.Evaluation.msi 5e37c658f607991c32ea6a4b66dc820d99ab1237 Spices.Evaluation.msi
$ wine --version wine-1.5.29-141-gdc9e0b4
Regards