Index: win_installer/utils/src/lams-start.nsi =================================================================== diff -u -r6bea96a2ac932bc49e6f7dfa37b890d8dc1ce149 -r0b2b4d036b66e462485810c8e56aa57a424a212b --- win_installer/utils/src/lams-start.nsi (.../lams-start.nsi) (revision 6bea96a2ac932bc49e6f7dfa37b890d8dc1ce149) +++ win_installer/utils/src/lams-start.nsi (.../lams-start.nsi) (revision 0b2b4d036b66e462485810c8e56aa57a424a212b) @@ -81,13 +81,13 @@ MessageBox MB_OK|MB_ICONSTOP "Could not start LAMSv2 service: $\r$\n$1" ${Else} MessageBox MB_OK "Started LAMSv2 service. Please wait a minute or two while it starts up." - ExecShell "open" '$LAMSDIR\index.html' + ExecShell "open" '$LAMSDIR\slides\index.html' ${EndIf} goto quit ${Else} # We start LAMS Manually MessageBox MB_OK "The LAMS Server is being started. Please wait a minute or two while it starts up." - ExecShell "open" '$LAMSDIR\index.html' + ExecShell "open" '$LAMSDIR\slides\index.html' ${If} ${RunningX64} nsExec::ExecToStack '"$JBOSSDIR\bin\service64.bat" start' ${Else} @@ -97,7 +97,7 @@ Abort openbrowser: - ExecShell "open" '$LAMSDIR\index.html' + ExecShell "open" '$LAMSDIR\slides\index.html' Quit quit: SectionEnd