https://bugs.winehq.org/show_bug.cgi?id=40613
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk ---
To start a installer with limited privileges, you can use:
wine runas /trustlevel:0x20000 installer.exe
Does this fix the issue with Spotify?
Hi Sebastian,
The installer starts now with wine-Staging 2.14 with the commandline given above. Nice job!
However there`s one annoyance: I first tried to start the installer from another directory than where it resides (I was in my home directory and tried to start the installer that was in directory Downloads: /opt/wine-staging/bin/wine runas /trustlevel:0x20000 ~/Downloads/SpotifyFullSetup.exe)
This doesn`t work:
/opt/wine-staging/bin/wine runas /trustlevel:0x20000 ~/Downloads/SpotifyFullSetup.exe
fixme:winediag:start_process Wine Staging 2.14 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. fixme:runas:parse_command_line Ignoring parameter L"/home/louis/Downloads/SpotifyFullSetup(1).exe" Usage of RUNAS:
RUNAS /trustlevel:<trustlevel> program
/showtrustlevels Show possible trustlevels /trustlevel <trustlevel> should be listed in /showtrustlevels program Program to start
The installer doesn`t start. Maybe the switches are not parsed correctly?