Rev 257 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 257 | Rev 673 | ||
---|---|---|---|
Line 105... | Line 105... | ||
105 | SetOutPath "$INSTDIR" |
105 | SetOutPath "$INSTDIR" |
106 | SetOverwrite ifnewer |
106 | SetOverwrite ifnewer |
107 | 107 | ||
108 | File "hrp_content\hrp_readme.txt" |
108 | File "hrp_content\hrp_readme.txt" |
109 | File "hrp_content\hrp_art_license.txt" |
109 | File "hrp_content\hrp_art_license.txt" |
110 | SetOutPath "$INSTDIR\autoload\duke3d.grp" |
110 | SetOutPath "$INSTDIR\autoload" |
111 | File "hrp_content\duke3d_hrp.zip" |
111 | File "hrp_content\duke3d_hrp.zip" |
112 | SectionEnd |
112 | SectionEnd |
113 | 113 | ||
114 | Section "Atomic map hacks" SEC03 |
- | |
115 | SetOutPath "$INSTDIR\autoload\duke3d.grp" |
- | |
116 | SetOverwrite ifnewer |
- | |
117 | - | ||
118 | File "maphacks_atomic\maphacks.zip" |
- | |
119 | SectionEnd |
- | |
120 | - | ||
121 | Section /o "1.3d map hacks" SEC04 |
- | |
122 | SetOutPath "$INSTDIR\autoload\duke3d.grp" |
- | |
123 | SetOverwrite ifnewer |
- | |
124 | - | ||
125 | File "maphacks_13d\maphacks.zip" |
- | |
126 | SectionEnd |
- | |
127 | - | ||
128 | Section "High Quality Muisc" SEC05 |
114 | Section "High Quality Muisc" SEC05 |
129 | SetOutPath "$instdir\autoload\duke3d.grp" |
115 | SetOutPath "$instdir\autoload" |
130 | SetOverwrite ifnewer |
116 | SetOverwrite ifnewer |
131 | 117 | ||
132 | File "music\eduke32_mus.zip" |
118 | File "music\eduke32_mus.zip" |
133 | SectionEnd |
119 | SectionEnd |
134 | 120 | ||
Line 258... | Line 244... | ||
258 | Delete "$INSTDIR\tiles.cfg" |
244 | Delete "$INSTDIR\tiles.cfg" |
259 | 245 | ||
260 | ;hrp content |
246 | ;hrp content |
261 | Delete "$INSTDIR\hrp_readme.txt" |
247 | Delete "$INSTDIR\hrp_readme.txt" |
262 | Delete "$INSTDIR\hrp_art_license.txt" |
248 | Delete "$INSTDIR\hrp_art_license.txt" |
263 | Delete "$INSTDIR\autoload\duke3d.grp\duke3d_hrp.zip" |
249 | Delete "$INSTDIR\autoload\duke3d_hrp.zip" |
264 | Delete "$INSTDIR\autoload\duke3d.grp\maphacks.zip" |
- | |
265 | 250 | ||
266 | ;music content |
251 | ;music content |
267 | Delete "$INSTDIR\autoload\duke3d.grp\eduke32_mus.zip" |
252 | Delete "$INSTDIR\autoload\eduke32_mus.zip" |
268 | 253 | ||
269 | ;duke plus |
254 | ;duke plus |
270 | Delete "$INSTDIR\DPEFFECTS.html" |
255 | Delete "$INSTDIR\DPEFFECTS.html" |
271 | Delete "$INSTDIR\dukeplus.bat" |
256 | Delete "$INSTDIR\dukeplus.bat" |
272 | Delete "$INSTDIR\DukePlus_Manual.html" |
257 | Delete "$INSTDIR\DukePlus_Manual.html" |
Line 331... | Line 316... | ||
331 | Delete "$INSTDIR\*.log" |
316 | Delete "$INSTDIR\*.log" |
332 | 317 | ||
333 | ;folders |
318 | ;folders |
334 | SetOutPath $TEMP |
319 | SetOutPath $TEMP |
335 | RMDir "$SMPROGRAMS\$ICONS_GROUP" |
320 | RMDir "$SMPROGRAMS\$ICONS_GROUP" |
336 | RMDir "$INSTDIR\autoload\duke3d.grp" |
321 | RMDir "$INSTDIR\autoload" |
337 | RMDir "$INSTDIR\autoload" |
322 | RMDir "$INSTDIR\autoload" |
338 | RMDir "$INSTDIR\texcache" |
323 | RMDir "$INSTDIR\texcache" |
339 | RMDir "$INSTDIR\DukePlus\dpcons" |
324 | RMDir "$INSTDIR\DukePlus\dpcons" |
340 | RMDir "$INSTDIR\DukePlus" |
325 | RMDir "$INSTDIR\DukePlus" |
341 | RMDir "$INSTDIR" |
326 | RMDir "$INSTDIR" |