Installshield2015 定制安装在C:Program files 目录 不正确问题

情境描述:安装时,选择定制安装,安装目录选择C:Program Files,安装后文件并没有到C:Program Files,而是安装到了C:Program Files (x86)目录下。

原因分析:从InstallShield2012开始,区分x64 和 x86 , 如果安装包需要安装在x64系统上,需要做如下设置 。

测试场景:

1、Win10-x64, 指定安装到program files ; 全部默认安装到 program files(x86)。测试通过。

2、Win7-x64, 指定安装到program files ; 全部默认安装到 program files(x86)。测试通过。

Tips:x86系统没有program files(x86)目录,因此x86系统不存在此问题。

原文地址:https://www.cnblogs.com/azbane/p/10218569.html