Author: tyrell
Date: Fri Jan 25 08:57:48 2008
New Revision: 12919
Log:
Commenting out the line, which stsarts the sytem tray monitor from
automatically after installation.
Modified:
trunk/mashup/java/modules/distribution/installer/mashupserver-setup.nsi
Modified:
trunk/mashup/java/modules/distribution/installer/mashupserver-setup.nsi
==============================================================================
--- trunk/mashup/java/modules/distribution/installer/mashupserver-setup.nsi
(original)
+++ trunk/mashup/java/modules/distribution/installer/mashupserver-setup.nsi
Fri Jan 25 08:57:48 2008
@@ -122,13 +122,14 @@
# Adding the System Tray Monitor to Startup
WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" "WSO2
Mashup Server Monitor" 'javaw.exe -jar "$INSTDIR\lib\${MONITOR_JAR_NAME}"
-start "$INSTDIR"'
+
# Installing the Windows Service
ExecWait '"$INSTDIR\bin\native\wrapper-windows-x86-32.exe" -i
..\..\conf\wrapper.conf'
# Starting the Windows Service
ExecWait '"$INSTDIR\bin\native\wrapper-windows-x86-32.exe" -t
..\..\conf\wrapper.conf'
# Starting the System Tray Monitor
- Exec 'javaw.exe -jar "$INSTDIR\lib\${MONITOR_JAR_NAME}" -start "$INSTDIR"'
+ # Exec 'javaw.exe -jar "$INSTDIR\lib\${MONITOR_JAR_NAME}" -start
"$INSTDIR"'
SectionEnd
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev