javaruntimes/installer/starterdll/src/main.cpp
changeset 49 35baca0e7a2e
parent 35 85266cc22c7f
child 50 023eef975703
child 61 bf7ee68962da
equal deleted inserted replaced
35:85266cc22c7f 49:35baca0e7a2e
   367         L"com.nokia.mj.impl.installer.ui.eswt2.InstallerUiEswt");
   367         L"com.nokia.mj.impl.installer.ui.eswt2.InstallerUiEswt");
   368     // Replace RuntimeUi with installer specific implementation.
   368     // Replace RuntimeUi with installer specific implementation.
   369     jvm->appendSystemProperty(
   369     jvm->appendSystemProperty(
   370         L"-Dcom.nokia.mj.impl.rt.ui="
   370         L"-Dcom.nokia.mj.impl.rt.ui="
   371         L"com.nokia.mj.impl.installer.ui.eswt2.InstallerRuntimeUi");
   371         L"com.nokia.mj.impl.installer.ui.eswt2.InstallerRuntimeUi");
   372 #else
   372 #ifdef __SYMBIAN32__
       
   373 #ifndef __WINS__
       
   374     jvm->appendSystemProperty(L"-Dcom.nokia.mj.impl.installer.ui.disableui=1");
       
   375 #endif //__WINS__
       
   376 #endif // __SYMBIAN32__
       
   377 #else // RD_JAVA_S60_RELEASE_10_1_ONWARDS
   373     jvm->appendSystemProperty(
   378     jvm->appendSystemProperty(
   374         L"-Dcom.nokia.mj.impl.installer.ui="
   379         L"-Dcom.nokia.mj.impl.installer.ui="
   375         L"com.nokia.mj.impl.installer.ui.eswt.InstallerUiEswt");
   380         L"com.nokia.mj.impl.installer.ui.eswt.InstallerUiEswt");
   376 #endif // RD_JAVA_S60_RELEASE_10_1_ONWARDS
   381 #endif // RD_JAVA_S60_RELEASE_10_1_ONWARDS
   377 #endif // RD_JAVA_INSTALLERUI_ENABLED
   382 #endif // RD_JAVA_INSTALLERUI_ENABLED