You are here
Music Shake
Informations
Creator | Message |
---|---|
agentcobra
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionOnline service offering users the opportunity to create music easily and quickly. Source code#!/usr/bin/env playonlinux-bash # Date : (2015-10-07 18-00) # Last revision : (2015-10-07 19-05) # Wine version used : # Distribution used to test : Ubuntu 15.04 (vivid) # Author : agentcobra [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Music Shake" PREFIX="MusicShake" POL_SetupWindow_Init POL_SetupWindow_SetID 2709 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "" "http://musicshake.com/" "agentcobra" "$PREFIX" POL_System_TmpCreate "MusicShake" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://pump.musicshake.com/NewDownload/MusicShakeSetup.exe" "4b853f5ed00eca1d5644c14466491e31" INSTALLER="$POL_System_TmpDir/MusicShakeSetup.exe" fi POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_Flashplayer_ActiveX POL_SetupWindow_wait "$(eval_gettext 'Please wait')" "$TITLE - $(eval_gettext 'Installation in progress')" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "MusicShake.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
agentcobra | Saturday 16 January 2016 at 21:16 |
agentcobra
|
InformationThis update has been approved by the team. MessageJe l'ai créé et testé. Cela fonctionne chez moi. Differences@@ -0,0 +1,48 @@ +#!/usr/bin/env playonlinux-bash +# Date : (2015-10-07 18-00) +# Last revision : (2015-10-07 19-05) +# Wine version used : +# Distribution used to test : Ubuntu 15.04 (vivid) +# Author : agentcobra +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Music Shake" +PREFIX="MusicShake" + +POL_SetupWindow_Init +POL_SetupWindow_SetID 2709 +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "" "http://musicshake.com/" "agentcobra" "$PREFIX" +POL_System_TmpCreate "MusicShake" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" + INSTALLER="$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "http://pump.musicshake.com/NewDownload/MusicShakeSetup.exe" "4b853f5ed00eca1d5644c14466491e31" + INSTALLER="$POL_System_TmpDir/MusicShakeSetup.exe" +fi + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate +Set_OS "win7" + +POL_Call POL_Install_Flashplayer_ActiveX + +POL_SetupWindow_wait "$(eval_gettext 'Please wait')" "$TITLE - $(eval_gettext 'Installation in progress')" +POL_Wine "$INSTALLER" +POL_Wine_WaitExit "$TITLE" + +POL_System_TmpDelete + +POL_Shortcut "MusicShake.exe" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash # Date : (2015-10-07 18-00) # Last revision : (2015-10-07 19-05) # Wine version used : # Distribution used to test : Ubuntu 15.04 (vivid) # Author : agentcobra [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Music Shake" PREFIX="MusicShake" POL_SetupWindow_Init POL_SetupWindow_SetID 2709 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "" "http://musicshake.com/" "agentcobra" "$PREFIX" POL_System_TmpCreate "MusicShake" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" INSTALLER="$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://pump.musicshake.com/NewDownload/MusicShakeSetup.exe" "4b853f5ed00eca1d5644c14466491e31" INSTALLER="$POL_System_TmpDir/MusicShakeSetup.exe" fi POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win7" POL_Call POL_Install_Flashplayer_ActiveX POL_SetupWindow_wait "$(eval_gettext 'Please wait')" "$TITLE - $(eval_gettext 'Installation in progress')" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "MusicShake.exe" "$TITLE" POL_SetupWindow_Close exit RepliesSaturday 16 January 2016 at 21:20
Saturday 16 January 2016 at 21:20
Sunday 17 January 2016 at 8:29
Edited by petch |
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