Revision: 1583
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1583&view=rev
Author:   rorthomas
Date:     2011-01-18 13:23:32 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
added updater to nsi

Modified Paths:
--------------
    trunk/tools/windows/installer/setup.nsi

Modified: trunk/tools/windows/installer/setup.nsi
===================================================================
--- trunk/tools/windows/installer/setup.nsi     2011-01-18 12:30:55 UTC (rev 
1582)
+++ trunk/tools/windows/installer/setup.nsi     2011-01-18 13:23:32 UTC (rev 
1583)
@@ -133,7 +133,7 @@
 !define MUI_FINISHPAGE_NOAUTOCLOSE
 !define MUI_FINISHPAGE_RUN
 ;!define MUI_FINISHPAGE_RUN_NOTCHECKED
-!define MUI_FINISHPAGE_RUN_TEXT "Configure and Play now!"
+!define MUI_FINISHPAGE_RUN_TEXT "Check for updates"
 !define MUI_FINISHPAGE_RUN_FUNCTION "LaunchPostInstallation"
 !insertmacro MUI_PAGE_FINISH
 
@@ -296,7 +296,7 @@
 ;SectionEnd
 
 Function "LaunchPostInstallation"
-       Exec  "$INSTDIR\RoRConfig.exe /postinstall"
+       Exec  "$INSTDIR\update.exe"
 FunctionEnd
 
 Section -AdditionalIcons
@@ -307,6 +307,7 @@
        CreateShortCut "$SMPROGRAMS\Rigs of Rods 
${PRODUCT_VERSION}\Uninstall.lnk" "$INSTDIR\uninst.exe"
        CreateShortCut "$SMPROGRAMS\Rigs of Rods ${PRODUCT_VERSION}\Rigs of 
Rods.lnk" "$INSTDIR\RoR.exe"
        CreateShortCut "$SMPROGRAMS\Rigs of Rods 
${PRODUCT_VERSION}\Configurator.lnk" "$INSTDIR\RoRConfig.exe"
+       CreateShortCut "$SMPROGRAMS\Rigs of Rods 
${PRODUCT_VERSION}\Updater.lnk" "$INSTDIR\updater.exe"
        CreateShortCut "$SMPROGRAMS\Rigs of Rods ${PRODUCT_VERSION}\Key 
Sheet.lnk" "$INSTDIR\keysheet.pdf"
        CreateShortCut "$SMPROGRAMS\Rigs of Rods ${PRODUCT_VERSION}\Manual.lnk" 
"$INSTDIR\Things_you_can_do_in_Rigs_of_Rods.pdf"
 SectionEnd


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to