Why does 7zip Ignore my InstallPath when making a SFX installer?

后端 未结 2 2011
我寻月下人不归
我寻月下人不归 2021-01-05 04:09

Currently, I am making a SFX with 7zip using the following config:

;!@Install@!UTF-8!
InstallPath=\"C:\\\\test\"
GUIMode=\"2\"
RunProgram=\"7z465.exe\"
;!@In         


        
相关标签:
2条回答
  • 2021-01-05 04:35

    Use modified 7zsd.sfx from http://7zsfx.solta.ru. InstallPath only works with the modified package.

    0 讨论(0)
  • 2021-01-05 04:57

    I never found out why this was happening, and after hours of struggling with it, I switched to WinRAR. Granted, its got some quirks of its own, but I was at least able to figure those out and get it running for my needs.

    Would recommend WinRAR over 7z for SFX stuff.

    0 讨论(0)
提交回复
热议问题