You are here
POL_Install_gfwl86
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 Source code#!/bin/bash # Date : (2010 ?) # Last revision : see changelog # Author : Quentin Paris # Only For : http://www.playonlinux.com # # CHANGELOG # [Quentin Paris] (2011 ?) # Initial script. # [Dadu042] (2020-08-29 10-00) # Add #!/bin/bash and infos # POL_Download "http://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe" "c0d501ef65af23efa0b2414e9b85ff66" POL_Wait "$(eval_gettext "Installing Games For Windows Live")" "$TITLE" POL_Wine gfwlivesetupmin.exe /nodotnet |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Saturday 29 August 2020 at 15:22 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,4 +1,18 @@ -POL_Download "http://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe" "c0d501ef65af23efa0b2414e9b85ff66" +#!/bin/bash +# Date : (2010 ?) +# Last revision : see changelog +# Author : Quentin Paris +# Only For : http://www.playonlinux.com + +# +# CHANGELOG +# [Quentin Paris] (2011 ?) +# Initial script. +# [Dadu042] (2020-08-29 10-00) +# Add #!/bin/bash and infos +# +POL_Download "http://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe" "c0d501ef65af23efa0b2414e9b85ff66" + POL_Wait "$(eval_gettext "Installing Games For Windows Live")" "$TITLE" -POL_Wine gfwlivesetupmin.exe /nodotnet \ No newline at end of file +POL_Wine gfwlivesetupmin.exe /nodotnet New source code#!/bin/bash # Date : (2010 ?) # Last revision : see changelog # Author : Quentin Paris # Only For : http://www.playonlinux.com # # CHANGELOG # [Quentin Paris] (2011 ?) # Initial script. # [Dadu042] (2020-08-29 10-00) # Add #!/bin/bash and infos # POL_Download "http://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe" "c0d501ef65af23efa0b2414e9b85ff66" POL_Wait "$(eval_gettext "Installing Games For Windows Live")" "$TITLE" POL_Wine gfwlivesetupmin.exe /nodotnet Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com