https://bugs.winehq.org/show_bug.cgi?id=33996
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |vbscript
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
--- quote --- Looks like it's about Dictionary support in scrrun. --- quote ---
I think it's the handling of 'value' argument in VBScript 'Property Let' statement being the culprit here.
Reduced test case, extracted from msi:
--- snip --- Class DictionaryEx
Private oDict
'Property to change key Public Property Let Key(oldKey, newKey) oDict.Key(oldKey) = newKey End Property
End Class --- snip ---
MSDN: https://msdn.microsoft.com/en-us/library/aa266197%28v=vs.60%29.aspx
$ sha1sum IncrediMailSetup.exe e943e5dab371312420e686df6dda7811e5857b0e IncrediMailSetup.exe
$ du -sh IncrediMailSetup.exe 12M IncrediMailSetup.exe
$ wine --version wine-1.7.36-144-g4d43d36
Regards