POL_Install_gfwl86

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 26318
Wine: System

Feedbacks

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:

Contribute
Member Message
Dadu042 Saturday 29 August 2020 at 15:22
Dadu042

Information

This 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