adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge/win32 wastesedge.ico,1.1,1.2 wastese


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/win32 wastesedge.ico,1.1,1.2 wastesedge.nsi,1.2,1.3
Date: Sat, 21 Sep 2002 16:22:09 -0400

Update of /cvsroot/adonthell/wastesedge/win32
In directory subversions:/tmp/cvs-serv26769

Modified Files:
        wastesedge.ico wastesedge.nsi 
Log Message:
ADDED much better icons by Ben
ADDED Waste's Edge.lnk to $INSTDIR
ADDED 'View README?' message box after installation


Index: wastesedge.ico
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/win32/wastesedge.ico,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
Binary files /tmp/cvsAxhuCi and /tmp/cvsgnHwdt differ

Index: wastesedge.nsi
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/win32/wastesedge.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** wastesedge.nsi      20 Sep 2002 12:23:51 -0000      1.2
--- wastesedge.nsi      21 Sep 2002 20:22:05 -0000      1.3
***************
*** 33,36 ****
--- 33,39 ----
  
    ; add files / whatever that need to be installed here.
+   
+   CreateShortCut "$INSTDIR\Waste's Edge.lnk" \
+                  "$INSTDIR\adonthell.exe" "wastesedge" 
"$INSTDIR\wastesedge.ico"
  
    FILE README.txt
***************
*** 582,589 ****
  Section "Desktop Shortcut"
    SectionIn 1
!   CreateShortCut "$DESKTOP\Waste's Edge.lnk" "$INSTDIR\adonthell.exe" 
"wastesedge" "$INSTDIR\wastesedge.ico"
  SectionEnd
  
  
  
  ; begin uninstall settings/section
--- 585,600 ----
  Section "Desktop Shortcut"
    SectionIn 1
!   CreateShortCut "$DESKTOP\Waste's Edge.lnk" "$INSTDIR\adonthell.exe" 
"wastesedge" "$INSTDIR\wastesedge.ico" "0"
  SectionEnd
  
+ ; show README.txt
  
+ Function .onInstSuccess
+   MessageBox MB_YESNO|MB_ICONQUESTION \
+              "Waste's Edge has been installed successfully. Do you want to 
view the README file now?" \
+              IDNO NoReadme
+     ExecShell open '$INSTDIR\README.txt'
+   NoReadme:
+ FunctionEnd
  
  ; begin uninstall settings/section
***************
*** 618,621 ****
--- 629,636 ----
    Delete "$INSTDIR\stdout.txt"
    Delete "$INSTDIR\stderr.txt"
+   Delete "$INSTDIR\README.txt"
+   Delete "$INSTDIR\PLAYING.txt"
+ 
+   Delete "$INSTDIR\Waste's Edge.lnk"
  
    RMDir "$INSTDIR"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]