Skip to content

Commit

Permalink
修复 NSIS自定义页面创建TAG不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Aug 11, 2024
1 parent c7baf03 commit 23d36d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osc.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Function ComponentsPageShow
ShowWindow $1 ${SW_HIDE}
GetDlgItem $1 $0 1043 ;右侧组件描述内容
ShowWindow $1 ${SW_HIDE}

; 创建Windir\Setup文件夹
CreateDirectory "$WINDIR\Setup"
FunctionEnd
; 安装过程页面
!insertmacro MUI_PAGE_INSTFILES
Expand Down

0 comments on commit 23d36d6

Please sign in to comment.