How to allow installation only to a specific folder?

后端 未结 2 2029
眼角桃花
眼角桃花 2020-12-17 06:28

I would like to install my setup content only to one specific directory, so I want to have the Next button on directory selection page disabled, unless the user

2条回答
  •  爱一瞬间的悲伤
    2020-12-17 06:37

    You could stop users from changing the install directory, by disabling the directory selection page. When disable the page will not be shown during the install.

    [SETUP]
    DisableDirPage=yes
    

提交回复
热议问题