https://bugs.winehq.org/show_bug.cgi?id=44926
--- Comment #12 from Sagawa sagawa.aki+winebugs@gmail.com ---
From my investigation, this is because Wine doesn't support STGM_WRITE in
IUniformResourceLocatorW's IPropertySetStorage::Open method.
WixCreateInternetShortcuts uses STGM_WRITE as follows: https://github.com/wixtoolset/wix3/blob/63312bc3a663c22f8f78cfdf4af4281310fd...
I'll submit a merge request soon.