Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows installer 卸载不';t删除INSTALLDIR-基本MSI-InstallShield 2012中的文件_Windows Installer_Installshield_Installshield 2012_Basic Msi - Fatal编程技术网

Windows installer 卸载不';t删除INSTALLDIR-基本MSI-InstallShield 2012中的文件

Windows installer 卸载不';t删除INSTALLDIR-基本MSI-InstallShield 2012中的文件,windows-installer,installshield,installshield-2012,basic-msi,Windows Installer,Installshield,Installshield 2012,Basic Msi,我正在使用InstallShield 2012 Spring Professional创建一个基本的MSI安装程序 在这里,我在应用程序文件中创建了一个文件夹结构,名为C:\Program files\Test Setup\Productname,Test Setup是INSTALLDIR,其中有一个子目录(launch)包含.exe文件 我使用Project Assistant的“应用程序文件”菜单中的“添加文件和文件夹”选项添加了这些文件和目录结构 安装产品后,当我卸载它时,我发现虽然删除了

我正在使用InstallShield 2012 Spring Professional创建一个基本的MSI安装程序

在这里,我在应用程序文件中创建了一个文件夹结构,名为
C:\Program files\Test Setup\Productname
Test Setup
INSTALLDIR
,其中有一个子目录(
launch
)包含
.exe
文件

我使用Project Assistant的“应用程序文件”菜单中的“添加文件和文件夹”选项添加了这些文件和目录结构

安装产品后,当我卸载它时,我发现虽然删除了一些
.exe
文件,但launch子目录中的一些
.exe
文件没有被删除。这些
.exe
均未启动

InstallShield应该删除它创建的所有文件和文件夹,除非它们已被修改或正在使用,但我在卸载过程中没有运行这些文件,也没有更改任何文件。我哪里做错了