Changeset 252
- Timestamp:
- 12/09/10 18:16:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/brainstorms/PuzzleboxBrainstorms-install.nsi
r251 r252 109 109 "$INSTDIR\brainstorms-local.exe" \ 110 110 "" "$INSTDIR\images\puzzlebox.ico" "0" "" 111 ; CreateShortCut "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox Brainstorms Network Client.lnk" \112 ; "$INSTDIR\puzzlebox_brainstorms_client_interface_network.exe" \113 ; "" "$INSTDIR\images\puzzlebox.ico" "0" ""114 ; CreateShortCut "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox Brainstorms Network Server.lnk" \115 ; "$INSTDIR\puzzlebox_brainstorms_network_server.exe" \116 ; "" "$INSTDIR\images\puzzlebox.ico" "0" "SW_SHOWMINIMIZED"117 ; CreateShortCut "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox ThinkGear Connect Client.lnk" \118 ; "$INSTDIR\puzzlebox_brainstorms_network_client_thinkgear.exe" \119 ; "" "$INSTDIR\images\puzzlebox.ico" "0" ""120 111 CreateShortCut "$SMPROGRAMS\Puzzlebox Brainstorms\Edit Puzzlebox Brainstorms Configuration.lnk" \ 121 112 "$INSTDIR\puzzlebox_brainstorms_configuration.ini" \ … … 135 126 ; add delete commands to delete whatever files/registry keys/etc you installed here. 136 127 Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox Brainstorms.lnk" 137 ; Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox Brainstorms Network Client.lnk"138 ; Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox Brainstorms Network Server.lnk"139 ; Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Puzzlebox ThinkGear Connect Client.lnk"140 128 Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Edit Puzzlebox Brainstorms Configuration.lnk" 141 129 Delete "$SMPROGRAMS\Puzzlebox Brainstorms\Uninstall Puzzlebox Brainstorms.lnk"
Note: See TracChangeset
for help on using the changeset viewer.