Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/client_security/vpn_download.html
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/client_security/vpn_download.html	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/client_security/vpn_download.html	(working copy)
@@ -36,7 +36,7 @@
                 if(typeof(_AN_userresourcelinks_list) !='undefined' && _AN_userresourcelinks_list.length > 0) {
                     for(var i = 0; i < _AN_userresourcelinks_list.length; i++) {
                         var item = _AN_userresourcelinks_list[i];
-                        if (item.href.indexOf('MotionProSetupWeb') > -1) {
+                        if (item.href.indexOf('MotionProSetup_Win') > -1) {
                             this.winUrl = item.href;
                         } else if (item.href.toLowerCase().indexOf('motionprosetup') > -1 && (item.href.toLowerCase().indexOf('.dmg') > -1||item.href.toLowerCase().indexOf('.pkg') > -1)) {
                             this.MacUrl = item.href;
@@ -60,7 +60,7 @@
                 var os = ua.os.family;
                 if (os.indexOf('Windows') > -1) {
                     if (this.winUrl.length == 0) 
-                        this.winUrl='/prx/000/http/localhost/client_sec/l3vpn/MotionProSetupWeb.exe';
+                        this.winUrl='/prx/000/http/localhost/client_sec/l3vpn/MotionProSetup_Win.zip';
                     return this.winUrl;
                 } 
                 if(os.indexOf('Mac') > -1) {
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.html
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.html	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.html	(working copy)
@@ -81,10 +81,10 @@
   <script type="text/template" id="download_tpl">
    <% _.each(_AN_userresourcelinks_list, function (item) { %>
        <div>
-       <% if ( item.href.toLowerCase().indexOf('motionprosetupweb') > -1) { %>
+       <% if ( item.href.toLowerCase().indexOf('motionprosetup_win') > -1) { %>
         <div class="container">
                 <div class="pull-left" style="margin-left:10px;margin-right:10px;"><img src="./static/images/motionpro.png"></div>
-                <h4 style="margin-top: 40px;">MotionPro(Windows-Web)</h4>
+                <h4 style="margin-top: 40px;">MotionPro(Windows)</h4>
                 <button target="_blank" rel="noreferrer noopener" onclick="window.open('<%= item.href %>');" class="pull-right btn btn-primary" style="margin-right:42px;width:260px;"><%= item.description %></button>
         </div>
         <div class='grayline'></div>
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.js
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.js	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/login/download.js	(working copy)
@@ -35,7 +35,7 @@
                 if(typeof(_AN_userresourcelinks_list) != 'undefined'&& _AN_userresourcelinks_list.length > 0) {
                     for(var i = 0; i < _AN_userresourcelinks_list.length; i++) {
                         var item = _AN_userresourcelinks_list[i];
-                        if (item.href.toLowerCase().indexOf('motionprosetupweb') > -1) {
+                        if (item.href.toLowerCase().indexOf('motionprosetup_win') > -1) {
                             this.winUrl = item.href;
                         } else if (item.href.toLowerCase().indexOf('motionprosetup') > -1 && (item.href.toLowerCase().indexOf('.dmg') > -1||item.href.toLowerCase().indexOf('.pkg') > -1)) {
                             this.MacUrl = item.href;
@@ -62,7 +62,7 @@
                 var ua = detect.parse(navigator.userAgent);
                 var os = ua.os.family;
                 if (os.indexOf('Windows') > -1) {
-                    newArrayWeb.push({"href":"/prx/000/http/localhost/client_sec/l3vpn/MotionProSetupWeb.exe","description":"WinWeb"});
+                    newArrayWeb.push({"href":"/prx/000/http/localhost/client_sec/l3vpn/MotionProSetup_Win.zip","description":"Win"});
                 } else if(os.indexOf('Mac') > -1) {
                     newArrayWeb.push({  "href" : "/prx/000/http/localhost/client_sec/l3vpn/MotionProSetup_web.dmg",
                                       "description" : "Mac"});
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/dialog/vpn_download.html
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/dialog/vpn_download.html	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/dialog/vpn_download.html	(working copy)
@@ -33,7 +33,7 @@
                 if(_AN_userresourcelinks_list.length > 0) {
                     for(var i = 0; i < _AN_userresourcelinks_list.length; i++) {
                         var item = _AN_userresourcelinks_list[i];
-                        if (item.href.toLowerCase().indexOf('motionprosetupweb') > -1) {
+                        if (item.href.toLowerCase().indexOf('motionprosetup_win') > -1) {
                             this.winUrl = item.href;
                         }
                         if (item.href.toLowerCase().indexOf('motionprosetup_mac') > -1) {
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.html
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.html	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.html	(working copy)
@@ -81,10 +81,10 @@
   <script type="text/template" id="download_tpl">
    <% _.each(_AN_userresourcelinks_list, function (item) { %>
        <div>
-       <% if ( item.href.toLowerCase().indexOf('motionprosetupweb') > -1) { %>
+       <% if ( item.href.toLowerCase().indexOf('motionprosetup_win') > -1) { %>
         <div class="container">
                 <div class="pull-left" style="margin-left:10px;margin-right:10px;"><img src="./static/images/motionpro.png"></div>
-                <h4 style="margin-top: 40px;">MotionPro(Windows-Web)</h4>
+                <h4 style="margin-top: 40px;">MotionPro(Windows)</h4>
                 <button target="_blank" rel="noreferrer noopener" onclick="window.open('<%= item.href %>');" class="pull-right btn btn-primary" style="margin-right:42px;width:260px;"><%= item.description %></button>
         </div>
         <div class='grayline'></div>
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.js
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.js	(revision 20620)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/download.js	(working copy)
@@ -36,7 +36,7 @@
                 if(typeof(_AN_userresourcelinks_list) != 'undefined'&& _AN_userresourcelinks_list.length > 0) {
                     for(var i = 0; i < _AN_userresourcelinks_list.length; i++) {
                         var item = _AN_userresourcelinks_list[i];
-                        if (item.href.toLowerCase().indexOf('motionprosetupweb') > -1) {
+                        if (item.href.toLowerCase().indexOf('motionprosetup_win') > -1) {
                             this.winUrl = item.href;
                         } else if (item.href.toLowerCase().indexOf('motionprosetup') > -1 && (item.href.toLowerCase().indexOf('.dmg') > -1||item.href.toLowerCase().indexOf('.pkg') > -1)) {
                             this.MacUrl = item.href;
@@ -63,7 +63,7 @@
                 var ua = detect.parse(navigator.userAgent);
                 var os = ua.os.family;
                 if (os.indexOf('Windows') > -1) {
-                    newArrayWeb.push({"href":"/prx/000/http/localhost/client_sec/l3vpn/MotionProSetupWeb.exe","description":"WinWeb"});
+                    newArrayWeb.push({"href":"/prx/000/http/localhost/client_sec/l3vpn/MotionProSetup_Win.zip","description":"Win"});
                 } else if(os.indexOf('Mac') > -1) {
                     newArrayWeb.push({  "href" : "/prx/000/http/localhost/client_sec/l3vpn/MotionProSetup_web.dmg",
                                       "description" : "Mac"});
