Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Re-enabled Windows 7 mode for local installer
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Nov 1, 2017
1 parent ce7908a commit 1177347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creativecloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
# The normal Creative Cloud setup requires Windows 7 or higher
#Set_OS "win7"
Set_OS "win7"
POL_SetupWindow_browse "Please select the Creative Cloud install program." "$TITLE"
POL_SetupWindow_wait "Installation in progress..." "$TITLE"
INSTALLER="$APP_ANSWER"
Expand Down

0 comments on commit 1177347

Please sign in to comment.