How to configure Inno Setup to uninstall everything?

后端 未结 9 1218
渐次进展
渐次进展 2020-12-13 14:33

I am new to Inno Setup. Stuck on one issue ~ how to configure the uninstall piece to remove all files, folders, subfolders, and even new files/folders etc. created by applic

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 15:17

    This should do the trick:

    [Dirs]
    Name: "{app}"; Flags: uninsalwaysuninstall
    

提交回复
热议问题