【发布时间】:2013-03-19 00:18:28
【问题描述】:
我编写了一个 nsis 脚本,如果用户选择与以前版本相同的文件夹,我需要提示用户以前安装的位置并卸载以前的版本。它工作正常。但假设用户选择的目录与uninstall.exe 出现问题。
Ex-suppose user install version 1.2 in folder a and then agian version 1.2 in folder B .
Than in every case the uninstall .exe is pointing to folderb not folder a.How can i solve this issue
【问题讨论】:
标签: nsis