iaupdate/IAD/engine/controller/src/iaupdateinstalloperation.cpp
changeset 72 a0dc14075813
parent 53 ae54820ef82c
equal deleted inserted replaced
67:3a625661d1ce 72:a0dc14075813
   206         // Install interface was available.
   206         // Install interface was available.
   207         // So, start installing with silent install operation.
   207         // So, start installing with silent install operation.
   208         // Get silent install parameters 
   208         // Get silent install parameters 
   209         Usif::COpaqueNamedParams * options = Usif::COpaqueNamedParams::NewLC();
   209         Usif::COpaqueNamedParams * options = Usif::COpaqueNamedParams::NewLC();
   210 
   210 
   211         IAUpdateUtils::UsifSilentInstallOptionsL ( options );
   211         IAUpdateUtils::UsifSilentInstallOptionsL ( Node(), options );
   212         
   212         
   213         operation = install->SilentInstallL( *this, options );
   213         operation = install->SilentInstallL( *this, options );
   214 
   214 
   215         if( !operation )
   215         if( !operation )
   216             {
   216             {