[Bug 33996] IncrediMail: installer fails after EULA

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 18 14:29:34 CST 2015


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
          Component|-unknown                    |vbscript

--- Comment #7 from Anastasius Focht <focht at 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

-- 
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