1SectionEnd
2# **************************************************************************
3Section "Uninstaller"
4SectionIn 1 2 3
5
6SetCompress auto
7SetOverwrite on
8
9WriteUninstaller bin\simage-v@sdk_version@-uninstall.exe
10
11SectionEnd
12# **************************************************************************
13# Section "Extra Libraries"
14# - freetype when support is implemented?
15
16# **************************************************************************
17Section -post
18
19WriteRegStr HKEY_LOCAL_MACHINE SOFTWARE\Coin3D InstallPath "$INSTDIR"
20Exec '"explorer" "$INSTDIR\"'
21# Exec '"explorer" "$INSTDIR\html\simage-sdk.html"'
22
23SectionEnd
24# **************************************************************************
25Section Uninstall
26
27Delete $INSTDIR\html\simage-sdk.html
28Delete $INSTDIR\simage-@sdk_version@-uninstall.exe
29