Application Details:
Version: | 2.0 |
License: | Free to use |
URL: | http://msdn.microsoft.com/en-u... |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.1.37 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Nothing
What does not
Installation
Workarounds
What was not tested
actual functionality provided by PowerShell
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 12 x86_64 | Jan 30 2010 | 1.1.37 | No | Not installable | No | Garbage | Anastasius Focht |
Make sure you operate on a clean WINEPREFIX (~/.wine)!
Prerequisite installation by using 'winetricks' script
Winetricks will take care of all needed installation prerequisites and work around some problems.
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks -q msxml3 dotnet35sp1
The IDE also needs the "Lucida Console" font installed:
$ bash winetricks lucida
Work around another bug:
$ taskset -c 0 bash winetricks windowscodecs
Run the installer:
$ wine WindowsXP-KB968930-x86-ENG.exe
Starting the application
$ wine powershell_ise.exe
For further information on usage/features, visit Windows PowerShell Wikipedia entry
This command line will run the Windows PowerShell installer in fully silent
mode. The setup package will extract to a temporary location and
installation will begin with no user interaction and no visible UI. The
user will see no visible indication that setup is running.
$ wine WindowsXP-KB968930-x86-ENG.exe /quiet /passive /norestart
Comments for this application have been disabled because there are no maintainers.