2793 |
|
Throw New Exception("Unknown TFTP mode 28158") |
2794 |
|
End If |
2795 |
|
ElseIf ATSGlobals.managedMode = 2 Then |
2796 |
+ |
#If HAVE_FRMCONFIGMODE Then |
2797 |
|
' We are running in unmanaged mode. Update the Destination directory |
2798 |
|
File.Copy(currentImage.objTempdir.BasePath + "\client", ProSupport.strDestDir + "\client", True) |
2799 |
|
File.Copy(currentImage.DesigntimeConfig.DataDirectory + "\client.zpxe", ProSupport.strDestDir + "\client.zpxe", True) |
2800 |
|
MessageBox.Show("Client image files saved in " & ProSupport.strDestDir, "AnywhereTS", MessageBoxButtons.OK, MessageBoxIcon.Asterisk) |
2801 |
+ |
#Else |
2802 |
+ |
Using log4net.NDC.Push("") |
2803 |
+ |
Logging.WizardLog.FatalFormat("Wizard Managed Mode: {0} is no longer supported (to enable this functionality define HAVE_FRMCONFIGMODE)", ATSGlobals.managedMode) |
2804 |
+ |
End Using |
2805 |
+ |
#End If |
2806 |
|
Else |
2807 |
|
Throw New Exception("Undefinied configuration 77114") |
2808 |
|
End If |