mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Move SetRegView to appropriate sections
This commit is contained in:
parent
cd01f15c77
commit
5f9545a914
@ -38,10 +38,6 @@ OutFile "${OUTFILE}"
|
|||||||
SetCompress auto
|
SetCompress auto
|
||||||
SetCompressor ${COMPRESSOR}
|
SetCompressor ${COMPRESSOR}
|
||||||
|
|
||||||
!ifdef REGVIEW
|
|
||||||
SetRegView ${REGVIEW}
|
|
||||||
!endif
|
|
||||||
|
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "${IBITMAP}"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "${IBITMAP}"
|
||||||
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${UBITMAP}"
|
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${UBITMAP}"
|
||||||
|
|
||||||
@ -245,6 +241,10 @@ SectionEnd
|
|||||||
|
|
||||||
Section -post
|
Section -post
|
||||||
|
|
||||||
|
!ifdef REGVIEW
|
||||||
|
SetRegView ${REGVIEW}
|
||||||
|
!endif
|
||||||
|
|
||||||
!ifndef PPGAME
|
!ifndef PPGAME
|
||||||
|
|
||||||
# Add the "bin" directory to the PATH.
|
# Add the "bin" directory to the PATH.
|
||||||
@ -287,6 +287,10 @@ SectionEnd
|
|||||||
|
|
||||||
Section Uninstall
|
Section Uninstall
|
||||||
|
|
||||||
|
!ifdef REGVIEW
|
||||||
|
SetRegView ${REGVIEW}
|
||||||
|
!endif
|
||||||
|
|
||||||
!ifndef PPGAME
|
!ifndef PPGAME
|
||||||
Push "$INSTDIR\python"
|
Push "$INSTDIR\python"
|
||||||
Call un.RemoveFromPath
|
Call un.RemoveFromPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user