Example #1
0
 /// <summary>
 /// Starts the execution of the MSI installation.
 /// </summary>
 public void StartExecute()
 {
     //Debug.Assert(false);
     started = true;
     if (!IsDemoMode)
     {
         MsiRuntime.StartExecute();
     }
 }
Example #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();
     }
 }
Example #3
0
 /// <summary>
 /// Starts the execution of the MSI installation.
 /// </summary>
 public void StartExecute()
 {
     started = true;
     MsiRuntime.StartExecute();
 }