Ejemplo n.º 1
0
 /// <summary>
 /// Starts the execution of the MSI installation.
 /// </summary>
 public void StartExecute()
 {
     //Debug.Assert(false);
     started = true;
     if (!IsDemoMode)
     {
         MsiRuntime.StartExecute();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Starts the execution of the MSI installation.
 /// </summary>
 public void StartExecute()
 {
     //Debug.Assert(false);
     started = true;
     if (!IsDemoMode)
     {
         UACRevealer.Enter();
         MsiRuntime.StartExecute();
     }
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Starts the execution of the MSI installation.
 /// </summary>
 public void StartExecute()
 {
     started = true;
     MsiRuntime.StartExecute();
 }