Setup Factory 9 的使用说明

https://www.cnblogs.com/SavionZhang/p/4106338.html

该博客中于安装序列号处截图放置错位导致理解不清,序列号实际位于

菜单内

https://www.cnblogs.com/yply/p/9940017.html

https://blog.csdn.net/F_hawk189/article/details/102689003

结合参考后,对于无法直接使用uninstall的一点订正

--在on Post Install中写入代码
--创建卸载
--注意下边的斜杠还有反斜杠以及单引号包着双引号
Shell.CreateShortcut(SessionVar.Expand("%AppFolder%"),
SessionVar.Expand("卸载%ProductName%"),
SessionVar.Expand("%AppFolder%\uninstall.exe"),
SessionVar.Expand('"/U:%AppFolder%\Uninstall\uninstall.xml"'),
SessionVar.Expand("%AppFolder%"),
SessionVar.Expand("%AppFolder%\uninstall.exe"),0,SW_SHOWNORMAL,nil,"");

  

原文地址:https://www.cnblogs.com/NamingException/p/12246127.html