业务场景:应用程序xx.exe卸载时,有些文件无法删掉,可以删除指定文件。 删除指定文件,只需在iss文件增加一行代码 [UninstallDelete] ; 删除文件,{app}:安装目录 Type: files; Name: "{app}\mysettings";//比如配置文件 Type: files; Name: "{app}\xx.db";// 数据库文件 Type: files; Name: "{app}\xx.dll";// dll文件