ok, it seems to work as far as I know, but it's not easy.
Make sure you have a recent wine, the latest is 1.7.41. Make a fresh wineprefix (I suggest 'export WINEPREFIX=$HOME/.wine-skyline' then 'winecfg', hit ok). Then get winetricks (cd $HOME/.wine-skyline/drive_c ; wget
https://raw.githubusercontent.com/Winet ... winetricks).
The first wrinkle is winetricks doesn't want to let you install both .net 3.5sp1 and 4.5. You can edit winetricks, find the line 'w_metadata dotnet35sp1 dlls' then delete the line a few down from there reading 'conflicts="stuff" \'.
At some point get .net 4.5.1 from
http://www.microsoft.com/en-us/download ... x?id=40779 - the filename should be NDP451-KB2858728-x86-x64-AllOS-ENU.exe
Then run these (there's a lot to download if you've never done this before and a bunch of dialogs to click 'I agree' and such):
sh winetricks corefonts
sh winetricks dotnet45
sh winetricks dotnet35sp1
sh winetricks win7
WINEDLLOVERRIDES=fusion=b wine NDP451-KB2858728-x86-x64-AllOS-ENU.exe
sh winetricks win2k3
Then unzip the skyline installer and run setup.exe. (The default installer may work. It stalled for me the first time I tried so I just used the full download.)
'wine start Skyline.application' works to run it after that, I think. I started a tutorial and though it took a while seemed to work.
Admittedly that's a mess and there's a good chance something will go wrong. Running a windows vm may be less hassle.