diff --git a/Epole/SplashScreen.vb b/Epole/SplashScreen.vb index 3c1ddd1..6b162c7 100644 --- a/Epole/SplashScreen.vb +++ b/Epole/SplashScreen.vb @@ -31,26 +31,27 @@ Public NotInheritable Class SplashScreen If Not LoadINI() Then End - If Command() <> "ARIN" AndAlso Not ReadAuth() Then '//에러났을떄는 카운터를 확인 - '//사용횟수가 10번ㅇ르 초과했는지 확인 - Runcnt = Me.ReadAuthcount - Dim f As New fAuth() - If (f.ShowDialog <> Windows.Forms.DialogResult.OK) Then - End - End If - 'If Runcnt >= 10 Then - ' Dim NewKey As String = InputBox("인증번호를 입력하세요 (인증번호는 숫자로만 이루어져 있습니다)") - ' If IsNumeric(NewKey) = False Then - ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인") - ' End - ' End If - ' auth.SetAuth(NewKey, My.Application.Info.DirectoryPath & "\epole.ini") - ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인") - ' End - 'Else - ' MsgBox(CStr(10 - Runcnt) & "번의 사용횟수가 남았습니다", MsgBoxStyle.Critical, "실행확인") - 'End If - End If + '//인증사용안함 191125 - + 'If Command() <> "ARIN" AndAlso Not ReadAuth() Then '//에러났을떄는 카운터를 확인 + ' '//사용횟수가 10번ㅇ르 초과했는지 확인 + ' Runcnt = Me.ReadAuthcount + ' Dim f As New fAuth() + ' If (f.ShowDialog <> Windows.Forms.DialogResult.OK) Then + ' End + ' End If + ' 'If Runcnt >= 10 Then + ' ' Dim NewKey As String = InputBox("인증번호를 입력하세요 (인증번호는 숫자로만 이루어져 있습니다)") + ' ' If IsNumeric(NewKey) = False Then + ' ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인") + ' ' End + ' ' End If + ' ' auth.SetAuth(NewKey, My.Application.Info.DirectoryPath & "\epole.ini") + ' ' MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인") + ' ' End + ' 'Else + ' ' MsgBox(CStr(10 - Runcnt) & "번의 사용횟수가 남았습니다", MsgBoxStyle.Critical, "실행확인") + ' 'End If + 'End If If Not LoadReg() Then End If Not Connect() Then End Me.lb_msg.Text = "" diff --git a/Epole/fAuth.vb b/Epole/fAuth.vb index c433de2..7ae1477 100644 --- a/Epole/fAuth.vb +++ b/Epole/fAuth.vb @@ -36,12 +36,17 @@ Dim datestr As String = strbuf(0) Dim datestrhash As String = strbuf(2) Dim hashcode As Integer = CInt(datestrhash) + Dim dateHash As Integer = datestr.GetHashCode() + If datestr.GetHashCode() = hashcode Then Dim auth As New MyAuth Dim dateValue As Date = Date.Parse(datestr) auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini") MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인") DialogResult = Windows.Forms.DialogResult.Cancel + Else + MsgBox("프로그램 인증값 오류, 인증키를 다시 입력하세요", MsgBoxStyle.Information, "확인") + DialogResult = Windows.Forms.DialogResult.Cancel End If Catch ex As Exception MsgBox("인증키 확인 중 오류 발생, 다시 시도하세요") diff --git a/Epole/입력폼/AddEpole.Designer.vb b/Epole/입력폼/AddEpole.Designer.vb index c7b4b88..9c3d082 100644 --- a/Epole/입력폼/AddEpole.Designer.vb +++ b/Epole/입력폼/AddEpole.Designer.vb @@ -20,40 +20,40 @@ Partial Class AddEpole _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim NumberCellType5 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType() - Dim NumberCellType6 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType() - Dim TextCellType55 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType56 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType57 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType58 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType59 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType60 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType61 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType62 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType63 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType64 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType65 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType66 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType67 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType68 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType69 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType70 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType71 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType72 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType73 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType74 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType75 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType76 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType77 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType78 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType79 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim TextCellType80 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim CheckBoxCellType11 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() - Dim CheckBoxCellType12 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() - Dim CheckBoxCellType13 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() - Dim CheckBoxCellType14 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() - Dim TextCellType81 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() - Dim CheckBoxCellType15 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() + Dim NumberCellType1 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType() + Dim NumberCellType2 As FarPoint.Win.Spread.CellType.NumberCellType = New FarPoint.Win.Spread.CellType.NumberCellType() + Dim TextCellType1 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType2 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType3 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType4 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType5 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType6 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType7 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType8 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType9 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType10 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType11 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType12 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType13 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType14 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType15 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType16 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType17 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType18 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType19 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType20 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType21 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType22 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType23 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType24 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType25 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim TextCellType26 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim CheckBoxCellType1 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() + Dim CheckBoxCellType2 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() + Dim CheckBoxCellType3 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() + Dim CheckBoxCellType4 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() + Dim TextCellType27 As FarPoint.Win.Spread.CellType.TextCellType = New FarPoint.Win.Spread.CellType.TextCellType() + Dim CheckBoxCellType5 As FarPoint.Win.Spread.CellType.CheckBoxCellType = New FarPoint.Win.Spread.CellType.CheckBoxCellType() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.lb_edit = New System.Windows.Forms.ToolStripStatusLabel() Me.lb_pos = New System.Windows.Forms.ToolStripStatusLabel() @@ -81,12 +81,12 @@ Partial Class AddEpole Me.ToolStripMenuItem13 = New System.Windows.Forms.ToolStripMenuItem() Me.bt_find = New System.Windows.Forms.ToolStripButton() Me.bt_datasort = New System.Windows.Forms.ToolStripButton() + Me.bt_import = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripDropDownButton() Me.allsavedata = New System.Windows.Forms.ToolStripMenuItem() Me.currentsavedata = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() - Me.bt_import = New System.Windows.Forms.ToolStripButton() Me.bt_print = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() @@ -180,7 +180,7 @@ Partial Class AddEpole Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.ta = New EpoleNet.ireaDataSetTableAdapters.jjutableTableAdapter() Me.pbar = New System.Windows.Forms.ProgressBar() - Me.fp = New NewFp() + Me.fp = New EpoleNet.NewFp() Me.fp_Sheet1 = New FarPoint.Win.Spread.SheetView() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() @@ -386,6 +386,15 @@ Partial Class AddEpole Me.bt_datasort.Size = New System.Drawing.Size(127, 36) Me.bt_datasort.Text = "[전주번호] 정렬" ' + 'bt_import + ' + Me.bt_import.Image = Global.EpoleNet.My.Resources.Resources.open_32 + Me.bt_import.ImageTransparentColor = System.Drawing.Color.Magenta + Me.bt_import.Name = "bt_import" + Me.bt_import.Size = New System.Drawing.Size(130, 36) + Me.bt_import.Text = "엑셀불러오기(&P)" + Me.bt_import.ToolTipText = "엑셀파일로부터 데이터를 가져옵니다" + ' 'ToolStripButton4 ' Me.ToolStripButton4.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.allsavedata, Me.currentsavedata}) @@ -417,15 +426,6 @@ Partial Class AddEpole Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 39) ' - 'bt_import - ' - Me.bt_import.Image = Global.EpoleNet.My.Resources.Resources.open_32 - Me.bt_import.ImageTransparentColor = System.Drawing.Color.Magenta - Me.bt_import.Name = "bt_import" - Me.bt_import.Size = New System.Drawing.Size(130, 36) - Me.bt_import.Text = "엑셀불러오기(&P)" - Me.bt_import.ToolTipText = "엑셀파일로부터 데이터를 가져옵니다" - ' 'bt_print ' Me.bt_print.Image = Global.EpoleNet.My.Resources.Resources.print_32 @@ -1347,7 +1347,7 @@ Partial Class AddEpole 'fp_Sheet1 ' Me.fp_Sheet1.Reset() - fp_Sheet1.SheetName = "Sheet1" + Me.fp_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.fp_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 fp_Sheet1.ColumnCount = 34 @@ -1410,24 +1410,24 @@ Partial Class AddEpole Me.fp_Sheet1.ColumnHeader.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.ColumnHeader.Rows.Get(0).Height = 28.0! Me.fp_Sheet1.ColumnHeader.Rows.Get(1).Height = 31.0! - NumberCellType5.DecimalPlaces = 0 - NumberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes - Me.fp_Sheet1.Columns.Get(0).CellType = NumberCellType5 + NumberCellType1.DecimalPlaces = 0 + NumberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes + Me.fp_Sheet1.Columns.Get(0).CellType = NumberCellType1 Me.fp_Sheet1.Columns.Get(0).DataField = "관리ID" Me.fp_Sheet1.Columns.Get(0).Width = 0.0! Me.fp_Sheet1.Columns.Get(1).AllowAutoSort = True - NumberCellType6.DecimalPlaces = 0 - NumberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes - Me.fp_Sheet1.Columns.Get(1).CellType = NumberCellType6 + NumberCellType2.DecimalPlaces = 0 + NumberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes + Me.fp_Sheet1.Columns.Get(1).CellType = NumberCellType2 Me.fp_Sheet1.Columns.Get(1).DataField = "번호" Me.fp_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(1).Tag = "번호" Me.fp_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(1).Width = 71.0! Me.fp_Sheet1.Columns.Get(2).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) - TextCellType55.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType55.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(2).CellType = TextCellType55 + TextCellType1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType1.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(2).CellType = TextCellType1 Me.fp_Sheet1.Columns.Get(2).DataField = "구관리구" Me.fp_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(2).Label = "관리구A" @@ -1435,9 +1435,9 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(2).Width = 72.0! Me.fp_Sheet1.Columns.Get(3).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) - TextCellType56.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType56.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(3).CellType = TextCellType56 + TextCellType2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType2.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(3).CellType = TextCellType2 Me.fp_Sheet1.Columns.Get(3).DataField = "구전산번호" Me.fp_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(3).Label = "번호A" @@ -1445,7 +1445,7 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(3).Width = 86.0! Me.fp_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) - Me.fp_Sheet1.Columns.Get(4).CellType = TextCellType57 + Me.fp_Sheet1.Columns.Get(4).CellType = TextCellType3 Me.fp_Sheet1.Columns.Get(4).DataField = "구선로명" Me.fp_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(4).Label = "선로명A" @@ -1453,32 +1453,32 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(4).Width = 72.0! Me.fp_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) - Me.fp_Sheet1.Columns.Get(5).CellType = TextCellType58 + Me.fp_Sheet1.Columns.Get(5).CellType = TextCellType4 Me.fp_Sheet1.Columns.Get(5).DataField = "구전주번호" Me.fp_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(5).Label = "전주번호" Me.fp_Sheet1.Columns.Get(5).Tag = "구전주번호" Me.fp_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(5).Width = 76.0! - TextCellType59.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType59.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(6).CellType = TextCellType59 + TextCellType5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType5.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(6).CellType = TextCellType5 Me.fp_Sheet1.Columns.Get(6).DataField = "관리구" Me.fp_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(6).Label = "관리구B" Me.fp_Sheet1.Columns.Get(6).Tag = "관리구" Me.fp_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(6).Width = 78.0! - TextCellType60.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType60.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(7).CellType = TextCellType60 + TextCellType6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType6.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(7).CellType = TextCellType6 Me.fp_Sheet1.Columns.Get(7).DataField = "전주번호" Me.fp_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(7).Label = "번호B" Me.fp_Sheet1.Columns.Get(7).Tag = "전산화번호" Me.fp_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(7).Width = 63.0! - Me.fp_Sheet1.Columns.Get(8).CellType = TextCellType61 + Me.fp_Sheet1.Columns.Get(8).CellType = TextCellType7 Me.fp_Sheet1.Columns.Get(8).DataField = "선로명" Me.fp_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(8).Label = "선로명B" @@ -1486,8 +1486,8 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(8).Width = 96.0! Me.fp_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - TextCellType62.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(9).CellType = TextCellType62 + TextCellType8.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(9).CellType = TextCellType8 Me.fp_Sheet1.Columns.Get(9).DataField = "번호1" Me.fp_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left Me.fp_Sheet1.Columns.Get(9).Label = "A1" @@ -1495,8 +1495,8 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(9).Width = 86.0! Me.fp_Sheet1.Columns.Get(10).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - TextCellType63.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(10).CellType = TextCellType63 + TextCellType9.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(10).CellType = TextCellType9 Me.fp_Sheet1.Columns.Get(10).DataField = "번호2" Me.fp_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left Me.fp_Sheet1.Columns.Get(10).Label = "A2" @@ -1504,8 +1504,8 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(10).Width = 41.0! Me.fp_Sheet1.Columns.Get(11).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - TextCellType64.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(11).CellType = TextCellType64 + TextCellType10.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(11).CellType = TextCellType10 Me.fp_Sheet1.Columns.Get(11).DataField = "번호3" Me.fp_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left Me.fp_Sheet1.Columns.Get(11).Label = "A3" @@ -1513,8 +1513,8 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(11).Width = 41.0! Me.fp_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - TextCellType65.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(12).CellType = TextCellType65 + TextCellType11.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(12).CellType = TextCellType11 Me.fp_Sheet1.Columns.Get(12).DataField = "번호4" Me.fp_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left Me.fp_Sheet1.Columns.Get(12).Label = "A4" @@ -1522,107 +1522,107 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(12).Width = 46.0! Me.fp_Sheet1.Columns.Get(13).BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) - TextCellType66.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(13).CellType = TextCellType66 + TextCellType12.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(13).CellType = TextCellType12 Me.fp_Sheet1.Columns.Get(13).DataField = "번호5" Me.fp_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left Me.fp_Sheet1.Columns.Get(13).Label = "A5" Me.fp_Sheet1.Columns.Get(13).Tag = "번호5" Me.fp_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(13).Width = 50.0! - TextCellType67.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - Me.fp_Sheet1.Columns.Get(14).CellType = TextCellType67 + TextCellType13.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + Me.fp_Sheet1.Columns.Get(14).CellType = TextCellType13 Me.fp_Sheet1.Columns.Get(14).DataField = "장척" Me.fp_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(14).Label = "장척" Me.fp_Sheet1.Columns.Get(14).Tag = "장척" Me.fp_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(14).Width = 44.0! - TextCellType68.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric - Me.fp_Sheet1.Columns.Get(15).CellType = TextCellType68 + TextCellType14.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.Numeric + Me.fp_Sheet1.Columns.Get(15).CellType = TextCellType14 Me.fp_Sheet1.Columns.Get(15).DataField = "시공년월" Me.fp_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(15).Label = "시공년월" Me.fp_Sheet1.Columns.Get(15).Locked = False Me.fp_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(15).Width = 69.0! - Me.fp_Sheet1.Columns.Get(16).CellType = TextCellType69 + Me.fp_Sheet1.Columns.Get(16).CellType = TextCellType15 Me.fp_Sheet1.Columns.Get(16).DataField = "시공자" Me.fp_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(16).Label = "시공자" Me.fp_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(16).Width = 63.0! - Me.fp_Sheet1.Columns.Get(17).CellType = TextCellType70 + Me.fp_Sheet1.Columns.Get(17).CellType = TextCellType16 Me.fp_Sheet1.Columns.Get(17).DataField = "감독자" Me.fp_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(17).Tag = "감독자" Me.fp_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(17).Width = 55.0! - TextCellType71.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType71.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(18).CellType = TextCellType71 + TextCellType17.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType17.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(18).CellType = TextCellType17 Me.fp_Sheet1.Columns.Get(18).DataField = "COS휴즈용량" Me.fp_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(18).Label = "휴즈용량" Me.fp_Sheet1.Columns.Get(18).Tag = "COS휴즈용량" Me.fp_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - TextCellType72.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType72.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - TextCellType72.MaxLength = 3 - Me.fp_Sheet1.Columns.Get(19).CellType = TextCellType72 + TextCellType18.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType18.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + TextCellType18.MaxLength = 3 + Me.fp_Sheet1.Columns.Get(19).CellType = TextCellType18 Me.fp_Sheet1.Columns.Get(19).DataField = "상표시찰1단" Me.fp_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(19).Label = "1단" Me.fp_Sheet1.Columns.Get(19).Tag = "상표시찰1단" Me.fp_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - TextCellType73.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper - TextCellType73.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric - Me.fp_Sheet1.Columns.Get(20).CellType = TextCellType73 + TextCellType19.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper + TextCellType19.CharacterSet = FarPoint.Win.Spread.CellType.CharacterSet.AlphaNumeric + Me.fp_Sheet1.Columns.Get(20).CellType = TextCellType19 Me.fp_Sheet1.Columns.Get(20).DataField = "상표시찰2단" Me.fp_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(20).Label = "2단" Me.fp_Sheet1.Columns.Get(20).Tag = "상표시찰2단" Me.fp_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(21).CellType = TextCellType74 + Me.fp_Sheet1.Columns.Get(21).CellType = TextCellType20 Me.fp_Sheet1.Columns.Get(21).DataField = "점검일자" Me.fp_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(21).Label = "점검일자" Me.fp_Sheet1.Columns.Get(21).Tag = "점검일자" Me.fp_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(22).CellType = TextCellType75 + Me.fp_Sheet1.Columns.Get(22).CellType = TextCellType21 Me.fp_Sheet1.Columns.Get(22).DataField = "선로전방" Me.fp_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(22).Label = "전방" Me.fp_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(23).CellType = TextCellType76 + Me.fp_Sheet1.Columns.Get(23).CellType = TextCellType22 Me.fp_Sheet1.Columns.Get(23).DataField = "선로좌측" Me.fp_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(23).Label = "좌측" Me.fp_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(24).CellType = TextCellType77 + Me.fp_Sheet1.Columns.Get(24).CellType = TextCellType23 Me.fp_Sheet1.Columns.Get(24).DataField = "선로우측" Me.fp_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(24).Label = "우측" Me.fp_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(25).CellType = TextCellType78 + Me.fp_Sheet1.Columns.Get(25).CellType = TextCellType24 Me.fp_Sheet1.Columns.Get(25).DataField = "DL명" Me.fp_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(25).Label = "비고" Me.fp_Sheet1.Columns.Get(25).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(25).Width = 100.0! - Me.fp_Sheet1.Columns.Get(26).CellType = TextCellType79 + Me.fp_Sheet1.Columns.Get(26).CellType = TextCellType25 Me.fp_Sheet1.Columns.Get(26).DataField = "접지저항1" Me.fp_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(26).Label = "1A" Me.fp_Sheet1.Columns.Get(26).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(26).Width = 58.0! - TextCellType80.MaxLength = 3 - Me.fp_Sheet1.Columns.Get(27).CellType = TextCellType80 + TextCellType26.MaxLength = 3 + Me.fp_Sheet1.Columns.Get(27).CellType = TextCellType26 Me.fp_Sheet1.Columns.Get(27).DataField = "접지저항2" Me.fp_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(27).Label = "2A" Me.fp_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center - Me.fp_Sheet1.Columns.Get(28).CellType = CheckBoxCellType11 + Me.fp_Sheet1.Columns.Get(28).CellType = CheckBoxCellType1 Me.fp_Sheet1.Columns.Get(28).DataField = "인쇄" Me.fp_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(28).Label = "지선" @@ -1630,7 +1630,7 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(28).Width = 47.0! Me.fp_Sheet1.Columns.Get(29).AllowAutoFilter = True - Me.fp_Sheet1.Columns.Get(29).CellType = CheckBoxCellType12 + Me.fp_Sheet1.Columns.Get(29).CellType = CheckBoxCellType2 Me.fp_Sheet1.Columns.Get(29).DataField = "인입" Me.fp_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(29).Label = "인입" @@ -1638,7 +1638,7 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(29).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(29).Width = 34.0! Me.fp_Sheet1.Columns.Get(30).AllowAutoFilter = True - Me.fp_Sheet1.Columns.Get(30).CellType = CheckBoxCellType13 + Me.fp_Sheet1.Columns.Get(30).CellType = CheckBoxCellType3 Me.fp_Sheet1.Columns.Get(30).DataField = "기입" Me.fp_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(30).Label = "기입" @@ -1646,18 +1646,18 @@ Partial Class AddEpole Me.fp_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(30).Width = 37.0! Me.fp_Sheet1.Columns.Get(31).AllowAutoFilter = True - Me.fp_Sheet1.Columns.Get(31).CellType = CheckBoxCellType14 + Me.fp_Sheet1.Columns.Get(31).CellType = CheckBoxCellType4 Me.fp_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(31).Label = "S" Me.fp_Sheet1.Columns.Get(31).Tag = "선택" Me.fp_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center Me.fp_Sheet1.Columns.Get(31).Width = 44.0! Me.fp_Sheet1.Columns.Get(32).AllowAutoSort = True - Me.fp_Sheet1.Columns.Get(32).CellType = TextCellType81 + Me.fp_Sheet1.Columns.Get(32).CellType = TextCellType27 Me.fp_Sheet1.Columns.Get(32).DataField = "정렬번호" Me.fp_Sheet1.Columns.Get(32).Width = 34.0! Me.fp_Sheet1.Columns.Get(33).AllowAutoFilter = True - Me.fp_Sheet1.Columns.Get(33).CellType = CheckBoxCellType15 + Me.fp_Sheet1.Columns.Get(33).CellType = CheckBoxCellType5 Me.fp_Sheet1.Columns.Get(33).DataField = "출력" Me.fp_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center Me.fp_Sheet1.Columns.Get(33).Label = "P" diff --git a/Epole/입력폼/AddEpole.resx b/Epole/입력폼/AddEpole.resx index d7fa23a..5fead77 100644 --- a/Epole/입력폼/AddEpole.resx +++ b/Epole/입력폼/AddEpole.resx @@ -147,9 +147,6 @@ 609, 17 - - 17, 17 - 709, 17 diff --git a/Epole_한전번호찰통합.sln b/Epole_한전번호찰통합.sln index b200c20..356f922 100644 --- a/Epole_한전번호찰통합.sln +++ b/Epole_한전번호찰통합.sln @@ -1,8 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 +# Visual Studio 2010 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "한전번호찰통합", "Epole\한전번호찰통합.vbproj", "{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "..\QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}" @@ -11,6 +9,8 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MyControlOLEDBv2", "Sub\MyC EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SubProject", "SubProject", "{397B2121-17D0-4BC5-A6E7-3242222584E2}" EndProject +Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "SetupIS", "Sub\SetupIS\SetupIS.isproj", "{EF46499A-14FC-451C-A8A3-AB58122904B0}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CD_ROM|Any CPU = CD_ROM|Any CPU @@ -50,18 +50,28 @@ Global {326F9A0F-F714-432D-81CB-CED39EC6C424}.Release|Any CPU.Build.0 = Release|Any CPU {326F9A0F-F714-432D-81CB-CED39EC6C424}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU {326F9A0F-F714-432D-81CB-CED39EC6C424}.SingleImage|Any CPU.Build.0 = Release|Any CPU + {EF46499A-14FC-451C-A8A3-AB58122904B0}.CD_ROM|Any CPU.ActiveCfg = CD_ROM + {EF46499A-14FC-451C-A8A3-AB58122904B0}.CD_ROM|Any CPU.Build.0 = CD_ROM + {EF46499A-14FC-451C-A8A3-AB58122904B0}.Debug|Any CPU.ActiveCfg = DVD-5 + {EF46499A-14FC-451C-A8A3-AB58122904B0}.Debug|Any CPU.Build.0 = DVD-5 + {EF46499A-14FC-451C-A8A3-AB58122904B0}.DVD-5|Any CPU.ActiveCfg = DVD-5 + {EF46499A-14FC-451C-A8A3-AB58122904B0}.DVD-5|Any CPU.Build.0 = DVD-5 + {EF46499A-14FC-451C-A8A3-AB58122904B0}.Release|Any CPU.ActiveCfg = SingleImage + {EF46499A-14FC-451C-A8A3-AB58122904B0}.Release|Any CPU.Build.0 = SingleImage + {EF46499A-14FC-451C-A8A3-AB58122904B0}.SingleImage|Any CPU.ActiveCfg = SingleImage + {EF46499A-14FC-451C-A8A3-AB58122904B0}.SingleImage|Any CPU.Build.0 = SingleImage EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {E98126B2-AF17-4783-96B9-856D6744DCA3} = {397B2121-17D0-4BC5-A6E7-3242222584E2} {326F9A0F-F714-432D-81CB-CED39EC6C424} = {397B2121-17D0-4BC5-A6E7-3242222584E2} + {E98126B2-AF17-4783-96B9-856D6744DCA3} = {397B2121-17D0-4BC5-A6E7-3242222584E2} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - Spices_ProjectFileName = - Spices_CreateProject = -1 - Spices_ObfuscateProject = -1 VisualSVNWorkingCopyRoot = . + Spices_ObfuscateProject = -1 + Spices_CreateProject = -1 + Spices_ProjectFileName = EndGlobalSection EndGlobal diff --git a/Epole_한전번호찰통합.suo b/Epole_한전번호찰통합.suo index 94e6810..c8a0d13 100644 Binary files a/Epole_한전번호찰통합.suo and b/Epole_한전번호찰통합.suo differ diff --git a/Sub/SetupIS/SetupIS.isl b/Sub/SetupIS/SetupIS.isl new file mode 100644 index 0000000..3fc3432 --- /dev/null +++ b/Sub/SetupIS/SetupIS.isl @@ -0,0 +1,6159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + 1252 + Installation Database + ##ID_STRING4## + ##ID_STRING2## + Installer,MSI,Database + Contact: Your local administrator + + Administrator + {DCDA56C2-2700-4065-8938-EBDF7B0C6BCA} + + 06/21/1999 22:00 + 07/15/2000 01:50 + 200 + 0 + + InstallShield Express + 1 + + + + Action + Description + Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Advertise##IDS_ACTIONTEXT_Advertising## + AllocateRegistrySpace##IDS_ACTIONTEXT_AllocatingRegistry####IDS_ACTIONTEXT_FreeSpace##AppSearch##IDS_ACTIONTEXT_SearchInstalled####IDS_ACTIONTEXT_PropertySignature##BindImage##IDS_ACTIONTEXT_BindingExes####IDS_ACTIONTEXT_File##CCPSearch##IDS_ACTIONTEXT_UnregisterModules## + CostFinalize##IDS_ACTIONTEXT_ComputingSpace3## + CostInitialize##IDS_ACTIONTEXT_ComputingSpace## + CreateFolders##IDS_ACTIONTEXT_CreatingFolders####IDS_ACTIONTEXT_Folder##CreateShortcuts##IDS_ACTIONTEXT_CreatingShortcuts####IDS_ACTIONTEXT_Shortcut##DeleteServices##IDS_ACTIONTEXT_DeletingServices####IDS_ACTIONTEXT_Service##DuplicateFiles##IDS_ACTIONTEXT_CreatingDuplicate####IDS_ACTIONTEXT_FileDirectorySize##FileCost##IDS_ACTIONTEXT_ComputingSpace2## + FindRelatedProducts##IDS_ACTIONTEXT_SearchForRelated####IDS_ACTIONTEXT_FoundApp##GenerateScript##IDS_ACTIONTEXT_GeneratingScript####IDS_ACTIONTEXT_1##ISLockPermissionsCost##IDS_ACTIONTEXT_ISLockPermissionsCost## + ISLockPermissionsInstall##IDS_ACTIONTEXT_ISLockPermissionsInstall## + InstallAdminPackage##IDS_ACTIONTEXT_CopyingNetworkFiles####IDS_ACTIONTEXT_FileDirSize##InstallFiles##IDS_ACTIONTEXT_CopyingNewFiles####IDS_ACTIONTEXT_FileDirSize2##InstallODBC##IDS_ACTIONTEXT_InstallODBC## + InstallSFPCatalogFile##IDS_ACTIONTEXT_InstallingSystemCatalog####IDS_ACTIONTEXT_FileDependencies##InstallServices##IDS_ACTIONTEXT_InstallServices####IDS_ACTIONTEXT_Service2##InstallValidate##IDS_ACTIONTEXT_Validating## + LaunchConditions##IDS_ACTIONTEXT_EvaluateLaunchConditions## + MigrateFeatureStates##IDS_ACTIONTEXT_MigratingFeatureStates####IDS_ACTIONTEXT_Application##MoveFiles##IDS_ACTIONTEXT_MovingFiles####IDS_ACTIONTEXT_FileDirSize3##PatchFiles##IDS_ACTIONTEXT_PatchingFiles####IDS_ACTIONTEXT_FileDirSize4##ProcessComponents##IDS_ACTIONTEXT_UpdateComponentRegistration## + PublishComponents##IDS_ACTIONTEXT_PublishingQualifiedComponents####IDS_ACTIONTEXT_ComponentIDQualifier##PublishFeatures##IDS_ACTIONTEXT_PublishProductFeatures####IDS_ACTIONTEXT_FeatureColon##PublishProduct##IDS_ACTIONTEXT_PublishProductInfo## + RMCCPSearch##IDS_ACTIONTEXT_SearchingQualifyingProducts## + RegisterClassInfo##IDS_ACTIONTEXT_RegisterClassServer####IDS_ACTIONTEXT_ClassId##RegisterComPlus##IDS_ACTIONTEXT_RegisteringComPlus####IDS_ACTIONTEXT_AppIdAppTypeRSN##RegisterExtensionInfo##IDS_ACTIONTEXT_RegisterExtensionServers####IDS_ACTIONTEXT_Extension2##RegisterFonts##IDS_ACTIONTEXT_RegisterFonts####IDS_ACTIONTEXT_Font##RegisterMIMEInfo##IDS_ACTIONTEXT_RegisterMimeInfo####IDS_ACTIONTEXT_ContentTypeExtension##RegisterProduct##IDS_ACTIONTEXT_RegisteringProduct####IDS_ACTIONTEXT_1b##RegisterProgIdInfo##IDS_ACTIONTEXT_RegisteringProgIdentifiers####IDS_ACTIONTEXT_ProgID2##RegisterTypeLibraries##IDS_ACTIONTEXT_RegisterTypeLibs####IDS_ACTIONTEXT_LibId##RegisterUser##IDS_ACTIONTEXT_RegUser####IDS_ACTIONTEXT_1c##RemoveDuplicateFiles##IDS_ACTIONTEXT_RemovingDuplicates####IDS_ACTIONTEXT_FileDir##RemoveEnvironmentStrings##IDS_ACTIONTEXT_UpdateEnvironmentStrings####IDS_ACTIONTEXT_NameValueAction2##RemoveExistingProducts##IDS_ACTIONTEXT_RemoveApps####IDS_ACTIONTEXT_AppCommandLine##RemoveFiles##IDS_ACTIONTEXT_RemovingFiles####IDS_ACTIONTEXT_FileDir2##RemoveFolders##IDS_ACTIONTEXT_RemovingFolders####IDS_ACTIONTEXT_Folder1##RemoveIniValues##IDS_ACTIONTEXT_RemovingIni####IDS_ACTIONTEXT_FileSectionKeyValue##RemoveODBC##IDS_ACTIONTEXT_RemovingODBC## + RemoveRegistryValues##IDS_ACTIONTEXT_RemovingRegistry####IDS_ACTIONTEXT_KeyName##RemoveShortcuts##IDS_ACTIONTEXT_RemovingShortcuts####IDS_ACTIONTEXT_Shortcut1##Rollback##IDS_ACTIONTEXT_RollingBack####IDS_ACTIONTEXT_1d##RollbackCleanup##IDS_ACTIONTEXT_RemovingBackup####IDS_ACTIONTEXT_File2##SelfRegModules##IDS_ACTIONTEXT_RegisteringModules####IDS_ACTIONTEXT_FileFolder##SelfUnregModules##IDS_ACTIONTEXT_UnregisterModules####IDS_ACTIONTEXT_FileFolder2##SetODBCFolders##IDS_ACTIONTEXT_InitializeODBCDirs## + StartServices##IDS_ACTIONTEXT_StartingServices####IDS_ACTIONTEXT_Service3##StopServices##IDS_ACTIONTEXT_StoppingServices####IDS_ACTIONTEXT_Service4##UnmoveFiles##IDS_ACTIONTEXT_RemovingMoved####IDS_ACTIONTEXT_FileDir3##UnpublishComponents##IDS_ACTIONTEXT_UnpublishQualified####IDS_ACTIONTEXT_ComponentIdQualifier2##UnpublishFeatures##IDS_ACTIONTEXT_UnpublishProductFeatures####IDS_ACTIONTEXT_Feature##UnpublishProduct##IDS_ACTIONTEXT_UnpublishingProductInfo## + UnregisterClassInfo##IDS_ACTIONTEXT_UnregisterClassServers####IDS_ACTIONTEXT_ClsID##UnregisterComPlus##IDS_ACTIONTEXT_UnregisteringComPlus####IDS_ACTIONTEXT_AppId##UnregisterExtensionInfo##IDS_ACTIONTEXT_UnregisterExtensionServers####IDS_ACTIONTEXT_Extension##UnregisterFonts##IDS_ACTIONTEXT_UnregisteringFonts####IDS_ACTIONTEXT_Font2##UnregisterMIMEInfo##IDS_ACTIONTEXT_UnregisteringMimeInfo####IDS_ACTIONTEXT_ContentTypeExtension2##UnregisterProgIdInfo##IDS_ACTIONTEXT_UnregisteringProgramIds####IDS_ACTIONTEXT_ProgID##UnregisterTypeLibraries##IDS_ACTIONTEXT_UnregTypeLibs####IDS_ACTIONTEXT_Libid2##WriteEnvironmentStrings##IDS_ACTIONTEXT_EnvironmentStrings####IDS_ACTIONTEXT_NameValueAction##WriteIniValues##IDS_ACTIONTEXT_WritingINI####IDS_ACTIONTEXT_FileSectionKeyValue2##WriteRegistryValues##IDS_ACTIONTEXT_WritingRegistry####IDS_ACTIONTEXT_KeyNameValue##
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
CostFinalize1000CostFinalize + CostInitialize800CostInitialize + FileCost900FileCost + InstallAdminPackage3900InstallAdminPackage + InstallFiles4000InstallFiles + InstallFinalize6600InstallFinalize + InstallInitialize1500InstallInitialize + InstallValidate1400InstallValidate + ScheduleRebootISSCHEDULEREBOOT4010ScheduleReboot +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AdminWelcome1010AdminWelcome + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + ExecuteAction1300ExecuteAction + FileCost900FileCost + SetupCompleteError-3SetupCompleteError + SetupCompleteSuccess-1SetupCompleteSuccess + SetupInitialization50SetupInitialization + SetupInterrupted-2SetupInterrupted + SetupProgress1020SetupProgress +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
CostFinalize1000CostFinalize + CostInitialize800CostInitialize + CreateShortcuts4500CreateShortcuts + InstallFinalize6600InstallFinalize + InstallInitialize1500InstallInitialize + InstallValidate1400InstallValidate + MsiPublishAssemblies6250MsiPublishAssemblies + PublishComponents6200PublishComponents + PublishFeatures6300PublishFeatures + PublishProduct6400PublishProduct + RegisterClassInfo4600RegisterClassInfo + RegisterExtensionInfo4700RegisterExtensionInfo + RegisterMIMEInfo4900RegisterMIMEInfo + RegisterProgIdInfo4800RegisterProgIdInfo + RegisterTypeLibraries4910RegisterTypeLibraries + ScheduleRebootISSCHEDULEREBOOT6410ScheduleReboot +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
+ + + AppId + RemoteServerName + LocalService + ServiceParameters + DllSurrogate + ActivateAtStorage + RunAsInteractiveUser +
+ + + Property + Signature_ + +
DOTNETVERSION40FULLDotNet40Full
+ + + Billboard_ + BBControl + Type + X + Y + Width + Height + Attributes + Text +
+ + + Billboard + Feature_ + Action + Ordering +
+ + + Name + Data + ISBuildSourcePath + + + + + + + + + + + + + + + + + + + + + +
ISExpHlp.dll<ISRedistPlatformDependentFolder>\ISExpHlp.dllISSELFREG.DLL<ISRedistPlatformDependentFolder>\isregsvr.dllNewBinary1<ISProductFolder>\Support\Themes\InstallShield Blue Theme\banner.jpgNewBinary10<ISProductFolder>\Redist\Language Independent\OS Independent\CompleteSetupIco.ibdNewBinary11<ISProductFolder>\Redist\Language Independent\OS Independent\CustomSetupIco.ibdNewBinary12<ISProductFolder>\Redist\Language Independent\OS Independent\DestIcon.ibdNewBinary13<ISProductFolder>\Redist\Language Independent\OS Independent\NetworkInstall.icoNewBinary14<ISProductFolder>\Redist\Language Independent\OS Independent\DontInstall.icoNewBinary15<ISProductFolder>\Redist\Language Independent\OS Independent\Install.icoNewBinary16<ISProductFolder>\Redist\Language Independent\OS Independent\InstallFirstUse.icoNewBinary17<ISProductFolder>\Redist\Language Independent\OS Independent\InstallPartial.icoNewBinary18<ISProductFolder>\Redist\Language Independent\OS Independent\InstallStateMenu.icoNewBinary2<ISProductFolder>\Redist\Language Independent\OS Independent\New.ibdNewBinary3<ISProductFolder>\Redist\Language Independent\OS Independent\Up.ibdNewBinary4<ISProductFolder>\Redist\Language Independent\OS Independent\WarningIcon.ibdNewBinary5<ISProductFolder>\Support\Themes\InstallShield Blue Theme\welcome.jpgNewBinary6<ISProductFolder>\Redist\Language Independent\OS Independent\CustomSetupIco.ibdNewBinary7<ISProductFolder>\Redist\Language Independent\OS Independent\ReinstIco.ibdNewBinary8<ISProductFolder>\Redist\Language Independent\OS Independent\RemoveIco.ibdNewBinary9<ISProductFolder>\Redist\Language Independent\OS Independent\SetupIcon.ibdSetAllUsers.dll<ISRedistPlatformDependentFolder>\SetAllUsers.dll
+ + + File_ + Path +
+ + + Signature_ +
+ + + Property + Value + + + +
ISCHECKFORPRODUCTUPDATES1LAUNCHPROGRAM1LAUNCHREADME1
+ + + CLSID + Context + Component_ + ProgId_Default + Description + AppId_ + FileTypeMask + Icon_ + IconIndex + DefInprocHandler + Argument + Feature_ + Attributes +
+ + + Property + Order + Value + Text +
+ + + Signature_ + ComponentId + Type +
+ + + Component_ + ExpType +
+ + + Component + ComponentId + Directory_ + Attributes + Condition + KeyPath + ISAttributes + ISComments + ISScanAtBuildFile + ISRegFileToMergeAtBuild + ISDotNetInstallerArgsInstall + ISDotNetInstallerArgsCommit + ISDotNetInstallerArgsUninstall + ISDotNetInstallerArgsRollback + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ACC.dll{EE982960-9FD6-495B-8FEA-E6E5DD57C193}INSTALLDIR2acc.dll17/LogFile=/LogFile=/LogFile=/LogFile=ArinDbClass.dll{82F373A6-2A49-4443-81A4-68E1A438B3B9}INSTALLDIR2arindbclass.dll17/LogFile=/LogFile=/LogFile=/LogFile=ArinNewFp.dll{B1500BE9-F30A-461F-843F-CCB7A4CEC1EF}INSTALLDIR2arinnewfp.dll17/LogFile=/LogFile=/LogFile=/LogFile=C1.Win.C1FlexGrid.4.dll{E4C6E7B3-898D-4C98-AC00-7D210EDCBC65}INSTALLDIR2c1.win.c1flexgrid.4.dll17/LogFile=/LogFile=/LogFile=/LogFile=CommonClassv2.dll{0937A18C-9593-498B-8CB6-9803A838CE02}INSTALLDIR2commonclassv2.dll17/LogFile=/LogFile=/LogFile=/LogFile=EpoleNet.exe{0AFA708C-C2B5-482B-8A31-4C2202E32153}INSTALLDIR2epolenet.exe17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.CalcEngine.dll{F8589019-5A95-478A-A6D3-DA30E6C9110E}INSTALLDIR2farpoint.calcengine.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Excel.dll{BE5C14EF-8F67-45A3-B760-540EE8CD801D}INSTALLDIR2farpoint.excel.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.PDF.dll{624DA4A2-EE99-486F-B13B-4F649EADAD31}INSTALLDIR2farpoint.pdf.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.PluginCalendar.WinForms.dll{EFFF2821-362E-4706-A582-81F646927A72}INSTALLDIR2farpoint.plugincalendar.winf17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Chart.Design.dll{91819980-A950-4D4D-9F26-4DB3E9CD922B}INSTALLDIR2farpoint.win.chart.design.dl17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Chart.dll{514A73AF-AF99-4024-9B12-A98663C9EB0D}INSTALLDIR2farpoint.win.chart.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Design.dll{14AE9003-6D96-48EC-8D78-720046F6F32C}INSTALLDIR2farpoint.win.design.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Ink.dll{076FBB2E-4F1C-43C0-843B-494489813697}INSTALLDIR2farpoint.win.ink.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Spread.Design.dll{329C4825-8FF8-4069-A78D-935A8EB983A2}INSTALLDIR2farpoint.win.spread.design.d17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Spread.Html.dll{7F838FED-E403-4A8D-966B-0D72EBE3A959}INSTALLDIR2farpoint.win.spread.html.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Spread.dll{C914A728-1CAD-4FB1-BDF4-DF9D6060BDBF}INSTALLDIR2farpoint.win.spread.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.TextRenderer.dll{55EF6319-C335-4602-8D77-F08E4B5EFE60}INSTALLDIR2farpoint.win.textrenderer.dl17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.dll{8091B34F-285E-46D4-9C72-42519675907B}INSTALLDIR2farpoint.win.dll17/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT{BDFADDE6-179A-4EDA-B27F-BD68DD4A9E7A}WindowsVolume217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT1{B404954F-732D-4F9E-8FE8-BC531DD9958D}HELP217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT10{218D9647-6037-4FF5-AD4B-6CD12FA28B9B}STYLECABLABEL217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT11{13A099D1-6392-4B17-8BDD-AFE79C90A6AC}STYLEEJ217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT12{E64CACAD-CA82-41AD-BA3E-FF6549D6EC0D}STYLEETC217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT13{4DFA806D-691C-442C-A298-2CB76BCF8C59}STYLEJD217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT14{E2B65696-34AF-437E-86B1-9BB9BE07C947}STYLEKK217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT15{D69DA7F1-A8F0-4D77-913E-27344C98D382}STYLEKR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT16{3C4105E7-BFCE-4652-8F37-F15E32774D31}DATABASEDIR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT17{38E48892-9A1A-4DBE-A41D-193D75346BB2}INSTALLDIR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT18{56D2567F-5CD9-423B-BFA3-53687680647A}VIEWCONFIG217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT2{710C581C-6D50-4D4D-AC96-07F1A18B9C3F}IMAGE217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT3{B795F76F-5334-44FF-AAF3-138BC83B601E}MACRO217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT4{23E87A2B-5293-48C8-B598-EAB7CF699FCE}OTON217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT5{E27BE490-2989-473D-AAA7-8B1EB25F16BA}XLSSYNC217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT6{A99892C6-E65C-4125-AB70-9335C18C13E0}SOUND217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT7{843F47DC-945C-41ED-BC31-1A6832373CC3}STYLE217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT8{1313E608-B309-42DF-82A7-477DC095E937}STYLECAB217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT9{5748C740-7687-4C49-9294-1FA1DA91A867}STYLECAB2217/LogFile=/LogFile=/LogFile=/LogFile=MyControlOLEDBv2.DLL{199C904F-19A6-4814-ACA7-ECAABC22BA71}INSTALLDIR2mycontrololedbv2.dll17/LogFile=/LogFile=/LogFile=/LogFile=ThoughtWorks.QRCode.DLL{FA8EFAA5-C4A2-4036-BE05-88ADAA809A69}INSTALLDIR2thoughtworks.qrcode.dll17/LogFile=/LogFile=/LogFile=/LogFile=policy.5.0.FarPoint.Win.Spread.dll{56E064DF-0E3E-4789-85AC-3127EE9418DD}INSTALLDIR2policy.5.0.farpoint.win.spre17/LogFile=/LogFile=/LogFile=/LogFile=policy.5.0.FarPoint.Win.dll{1480C6A1-D1A3-423A-8487-00A2E7276C2C}INSTALLDIR2policy.5.0.farpoint.win.dll17/LogFile=/LogFile=/LogFile=/LogFile=stdole.dll{09B577BA-14FD-4549-8D79-D2EB40FEB0C1}INSTALLDIR2stdole.dll17/LogFile=/LogFile=/LogFile=/LogFile=
+ + + Feature_ + Level + Condition +
+ + + Dialog_ + Control + Type + X + Y + Width + Height + Attributes + Property + Text + Control_Next + Help + ISWindowStyle + ISControlId + ISBuildSourcePath + Binary_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AdminChangeFolderBannerBitmap003744410NewBinary1AdminChangeFolderBannerLineLine044374010 + AdminChangeFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + AdminChangeFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + AdminChangeFolderCancelPushButton30124366173##IDS_CANCEL##ComboText0 + AdminChangeFolderComboDirectoryCombo216427780458755TARGETDIR##IDS__IsAdminInstallBrowse_4##Up0 + AdminChangeFolderComboTextText215099143##IDS__IsAdminInstallBrowse_LookIn##Combo0 + AdminChangeFolderDlgDescText21232922565539##IDS__IsAdminInstallBrowse_BrowseDestination##0 + AdminChangeFolderDlgLineLine48234326010 + AdminChangeFolderDlgTitleText1362922565539##IDS__IsAdminInstallBrowse_ChangeDestination##0 + AdminChangeFolderListDirectoryList2190332977TARGETDIR##IDS__IsAdminInstallBrowse_8##TailText0 + AdminChangeFolderNewFolderPushButton3356619193670019List##IDS__IsAdminInstallBrowse_CreateFolder##0NewBinary2AdminChangeFolderOKPushButton23024366173##IDS_OK##Cancel0 + AdminChangeFolderTailPathEdit21207332173TARGETDIR##IDS__IsAdminInstallBrowse_11##OK0 + AdminChangeFolderTailTextText2119399133##IDS__IsAdminInstallBrowse_FolderName##Tail0 + AdminChangeFolderUpPushButton3106619193670019NewFolder##IDS__IsAdminInstallBrowse_UpOneLevel##0NewBinary3AdminNetworkLocationBackPushButton16424366173##IDS_BACK##InstallNow0 + AdminNetworkLocationBannerBitmap003744410NewBinary1AdminNetworkLocationBannerLineLine044374010 + AdminNetworkLocationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + AdminNetworkLocationBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + AdminNetworkLocationBrowsePushButton28612466173##IDS__IsAdminInstallPoint_Change##Back0 + AdminNetworkLocationCancelPushButton30124366173##IDS_CANCEL##SetupPathEdit0 + AdminNetworkLocationDlgDescText21232922565539##IDS__IsAdminInstallPoint_SpecifyNetworkLocation##0 + AdminNetworkLocationDlgLineLine48234326010 + AdminNetworkLocationDlgTextText215132640131075##IDS__IsAdminInstallPoint_EnterNetworkLocation##0 + AdminNetworkLocationDlgTitleText1362922565539##IDS__IsAdminInstallPoint_NetworkLocationFormatted##0 + AdminNetworkLocationInstallNowPushButton23024366173##IDS__IsAdminInstallPoint_Install##Cancel0 + AdminNetworkLocationLBBrowseText2190100103##IDS__IsAdminInstallPoint_NetworkLocation##0 + AdminNetworkLocationSetupPathEditPathEdit21102330173TARGETDIRBrowse0 + AdminWelcomeBackPushButton16424366171##IDS_BACK##Next0 + AdminWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + AdminWelcomeDlgLineLine0234326010 + AdminWelcomeImageBitmap0037423410NewBinary5AdminWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + AdminWelcomeTextLine1Text135822545196611##IDS__IsAdminInstallPointWelcome_Wizard##0 + AdminWelcomeTextLine2Text1355522845196611##IDS__IsAdminInstallPointWelcome_ServerImage##0 + CancelSetupIconIcon1515242452428810NewBinary4CancelSetupNoPushButton1355766173##IDS__IsCancelDlg_No##Yes0 + CancelSetupTextText481519430131075##IDS__IsCancelDlg_ConfirmCancel##0 + CancelSetupYesPushButton625766173##IDS__IsCancelDlg_Yes##No0 + CustomSetupBackPushButton16424366173##IDS_BACK##Next0 + CustomSetupBannerBitmap003744410NewBinary1CustomSetupBannerLineLine044374010 + CustomSetupBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomSetupBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomSetupCancelPushButton30124366173##IDS_CANCEL##Tree0 + CustomSetupChangeFolderPushButton30120366173##IDS__IsCustomSelectionDlg_Change##Help0 + CustomSetupDetailsPushButton9324366173##IDS__IsCustomSelectionDlg_Space##Back0 + CustomSetupDlgDescText17232922565539##IDS__IsCustomSelectionDlg_SelectFeatures##0 + CustomSetupDlgLineLine48234326010 + CustomSetupDlgTextText951360103##IDS__IsCustomSelectionDlg_ClickFeatureIcon##0 + CustomSetupDlgTitleText962922565539##IDS__IsCustomSelectionDlg_CustomSetup##0 + CustomSetupFeatureGroupGroupBox235671311201##IDS__IsCustomSelectionDlg_FeatureDescription##0 + CustomSetupHelpPushButton2224366173##IDS__IsCustomSelectionDlg_Help##Details0 + CustomSetupInstallLabelText8190360103##IDS__IsCustomSelectionDlg_InstallTo##0 + CustomSetupItemDescriptionText24180120503##IDS__IsCustomSelectionDlg_MultilineDescription##0 + CustomSetupLocationText8203291203##IDS__IsCustomSelectionDlg_FeaturePath##0 + CustomSetupNextPushButton23024366173##IDS_NEXT##Cancel0 + CustomSetupSizeText241133120503##IDS__IsCustomSelectionDlg_FeatureSize##0 + CustomSetupTreeSelectionTree8702201187_BrowsePropertyChangeFolder0 + CustomSetupTipsBannerBitmap003744410NewBinary1CustomSetupTipsBannerLineLine044374010 + CustomSetupTipsBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomSetupTipsBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomSetupTipsDlgDescText21232922565539##IDS_SetupTips_CustomSetupDescription##0 + CustomSetupTipsDlgLineLine48234326010 + CustomSetupTipsDlgTitleText1362922565539##IDS_SetupTips_CustomSetup##0 + CustomSetupTipsDontInstallIcon21155242452428810NewBinary14CustomSetupTipsDontInstallTextText60155300203##IDS_SetupTips_WillNotBeInstalled##0 + CustomSetupTipsFirstInstallTextText60180300203##IDS_SetupTips_Advertise##0 + CustomSetupTipsInstallIcon21105242452428810NewBinary15CustomSetupTipsInstallFirstUseIcon21180242452428810NewBinary16CustomSetupTipsInstallPartialIcon21130242452428810NewBinary17CustomSetupTipsInstallStateMenuIcon2152242452428810NewBinary18CustomSetupTipsInstallStateTextText2191300103##IDS_SetupTips_InstallState##00 + CustomSetupTipsInstallTextText60105300203##IDS_SetupTips_AllInstalledLocal##0 + CustomSetupTipsMenuTextText5052300363##IDS_SetupTips_IconInstallState##0 + CustomSetupTipsNetworkInstallIcon21205242452428810NewBinary13CustomSetupTipsNetworkInstallTextText60205300203##IDS_SetupTips_Network##0 + CustomSetupTipsOKPushButton30124366173##IDS_SetupTips_OK##0 + CustomSetupTipsPartialTextText60130300203##IDS_SetupTips_SubFeaturesInstalledLocal##0 + CustomerInformationBackPushButton16424366173##IDS_BACK##Next0 + CustomerInformationBannerBitmap003744410NewBinary1CustomerInformationBannerLineLine044374010 + CustomerInformationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomerInformationBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomerInformationCancelPushButton30124366173##IDS_CANCEL##NameLabel0 + CustomerInformationCompanyEditEdit21100237173COMPANYNAME##IDS__IsRegisterUserDlg_Tahoma80##SerialLabel0 + CustomerInformationCompanyLabelText218975103##IDS__IsRegisterUserDlg_Organization##CompanyEdit0 + CustomerInformationDlgDescText21232922565539##IDS__IsRegisterUserDlg_PleaseEnterInfo##0 + CustomerInformationDlgLineLine48234326010 + CustomerInformationDlgRadioGroupTextText21161300142##IDS__IsRegisterUserDlg_InstallFor##0 + CustomerInformationDlgTitleText1362922565539##IDS__IsRegisterUserDlg_CustomerInformation##0 + CustomerInformationNameEditEdit2163237173USERNAME##IDS__IsRegisterUserDlg_Tahoma50##CompanyLabel0 + CustomerInformationNameLabelText215275103##IDS__IsRegisterUserDlg_UserName##NameEdit0 + CustomerInformationNextPushButton23024366173##IDS_NEXT##Cancel0 + CustomerInformationRadioGroupRadioButtonGroup63170300502ApplicationUsers##IDS__IsRegisterUserDlg_16##Back0 + CustomerInformationSerialLabelText21127109102##IDS__IsRegisterUserDlg_SerialNumber##SerialNumber0 + CustomerInformationSerialNumberMaskedEdit21138237172ISX_SERIALNUMRadioGroup0 + DatabaseFolderBackPushButton16424366173##IDS_BACK##Next0 + DatabaseFolderBannerBitmap003744410NewBinary1DatabaseFolderBannerLineLine044374010 + DatabaseFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DatabaseFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DatabaseFolderCancelPushButton30124366173##IDS_CANCEL##ChangeFolder0 + DatabaseFolderChangeFolderPushButton3016566173##IDS_CHANGE##Back0 + DatabaseFolderDatabaseFolderIcon2152242452428810NewBinary12DatabaseFolderDlgDescText21232922565539##IDS__DatabaseFolder_ChangeFolder##0 + DatabaseFolderDlgLineLine48234326010 + DatabaseFolderDlgTitleText1362922565539##IDS__DatabaseFolder_DatabaseFolder##0 + DatabaseFolderLocLabelText575229010131075##IDS_DatabaseFolder_InstallDatabaseTo##0 + DatabaseFolderLocationText5765240403_BrowseProperty##IDS__DatabaseFolder_DatabaseDir##0 + DatabaseFolderNextPushButton23024366173##IDS_NEXT##Cancel0 + DestinationFolderBackPushButton16424366173##IDS_BACK##Next0 + DestinationFolderBannerBitmap003744410NewBinary1DestinationFolderBannerLineLine044374010 + DestinationFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DestinationFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DestinationFolderCancelPushButton30124366173##IDS_CANCEL##ChangeFolder0 + DestinationFolderChangeFolderPushButton3016566173##IDS__DestinationFolder_Change##Back0 + DestinationFolderDestFolderIcon2152242452428810NewBinary12DestinationFolderDlgDescText21232922565539##IDS__DestinationFolder_ChangeFolder##0 + DestinationFolderDlgLineLine48234326010 + DestinationFolderDlgTitleText1362922565539##IDS__DestinationFolder_DestinationFolder##0 + DestinationFolderLocLabelText575229010131075##IDS__DestinationFolder_InstallTo##0 + DestinationFolderLocationText5765240403_BrowseProperty##IDS_INSTALLDIR##0 + DestinationFolderNextPushButton23024366173##IDS_NEXT##Cancel0 + DiskSpaceRequirementsBannerBitmap003744410NewBinary1DiskSpaceRequirementsBannerLineLine044374010 + DiskSpaceRequirementsBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DiskSpaceRequirementsBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DiskSpaceRequirementsDlgDescText17232922565539##IDS__IsFeatureDetailsDlg_SpaceRequired##0 + DiskSpaceRequirementsDlgLineLine48234326010 + DiskSpaceRequirementsDlgTextText10185358413##IDS__IsFeatureDetailsDlg_VolumesTooSmall##0 + DiskSpaceRequirementsDlgTitleText962922565539##IDS__IsFeatureDetailsDlg_DiskSpaceRequirements##0 + DiskSpaceRequirementsListVolumeCostList855358125393223##IDS__IsFeatureDetailsDlg_Numbers##0 + DiskSpaceRequirementsOKPushButton30124366173##IDS__IsFeatureDetailsDlg_OK##0 + FilesInUseBannerBitmap003744410NewBinary1FilesInUseBannerLineLine044374010 + FilesInUseBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + FilesInUseBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + FilesInUseDlgDescText21232922565539##IDS__IsFilesInUse_FilesInUseMessage##0 + FilesInUseDlgLineLine48234326010 + FilesInUseDlgTextText2151348333##IDS__IsFilesInUse_ApplicationsUsingFiles##0 + FilesInUseDlgTitleText1362922565539##IDS__IsFilesInUse_FilesInUse##0 + FilesInUseExitPushButton30124366173##IDS__IsFilesInUse_Exit##List0 + FilesInUseIgnorePushButton23024366173##IDS__IsFilesInUse_Ignore##Exit0 + FilesInUseListListBox21873311357FileInUseProcessRetry0 + FilesInUseRetryPushButton16424366173##IDS__IsFilesInUse_Retry##Ignore0 + InstallChangeFolderBannerBitmap003744410NewBinary1InstallChangeFolderBannerLineLine044374010 + InstallChangeFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + InstallChangeFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + InstallChangeFolderCancelPushButton30124366173##IDS_CANCEL##ComboText0 + InstallChangeFolderComboDirectoryCombo2164277804128779_BrowseProperty##IDS__IsBrowseFolderDlg_4##Up0 + InstallChangeFolderComboTextText215099143##IDS__IsBrowseFolderDlg_LookIn##Combo0 + InstallChangeFolderDlgDescText21232922565539##IDS__IsBrowseFolderDlg_BrowseDestFolder##0 + InstallChangeFolderDlgLineLine48234326010 + InstallChangeFolderDlgTitleText1362922565539##IDS__IsBrowseFolderDlg_ChangeCurrentFolder##0 + InstallChangeFolderListDirectoryList21903329715_BrowseProperty##IDS__IsBrowseFolderDlg_8##TailText0 + InstallChangeFolderNewFolderPushButton3356619193670019List##IDS__IsBrowseFolderDlg_CreateFolder##0NewBinary2InstallChangeFolderOKPushButton23024366173##IDS__IsBrowseFolderDlg_OK##Cancel0 + InstallChangeFolderTailPathEdit212073321715_BrowseProperty##IDS__IsBrowseFolderDlg_11##OK0 + InstallChangeFolderTailTextText2119399133##IDS__IsBrowseFolderDlg_FolderName##Tail0 + InstallChangeFolderUpPushButton3106619193670019NewFolder##IDS__IsBrowseFolderDlg_UpOneLevel##0NewBinary3InstallWelcomeBackPushButton16424366171##IDS_BACK##Copyright0 + InstallWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + InstallWelcomeCopyrightText1351442287365539##IDS__IsWelcomeDlg_WarningCopyright##Next0 + InstallWelcomeDlgLineLine0234374010 + InstallWelcomeImageBitmap0037423410NewBinary5InstallWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + InstallWelcomeTextLine1Text135822545196611##IDS__IsWelcomeDlg_WelcomeProductName##0 + InstallWelcomeTextLine2Text1355522845196611##IDS__IsWelcomeDlg_InstallProductName##0 + LicenseAgreementAgreeRadioButtonGroup8190291403AgreeToLicenseBack0 + LicenseAgreementBackPushButton16424366173##IDS_BACK##Next0 + LicenseAgreementBannerBitmap003744410NewBinary1LicenseAgreementBannerLineLine044374010 + LicenseAgreementBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + LicenseAgreementBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + LicenseAgreementCancelPushButton30124366173##IDS_CANCEL##ISPrintButton0 + LicenseAgreementDlgDescText21232922565539##IDS__IsLicenseDlg_ReadLicenseAgreement##0 + LicenseAgreementDlgLineLine48234326010 + LicenseAgreementDlgTitleText1362922565539##IDS__IsLicenseDlg_LicenseAgreement##0 + LicenseAgreementISPrintButtonPushButton30118865173##IDS_PRINT_BUTTON##Agree0 + LicenseAgreementMemoScrollableText85535813070<ISProductFolder>\Redist\0409\Eula.rtf + LicenseAgreementNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceTypeBackPushButton16424366173##IDS_BACK##Next0 + MaintenanceTypeBannerBitmap003744410NewBinary1MaintenanceTypeBannerLineLine044374010 + MaintenanceTypeBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + MaintenanceTypeBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + MaintenanceTypeCancelPushButton30124366173##IDS_CANCEL##RadioGroup0 + MaintenanceTypeDlgDescText21232922565539##IDS__IsMaintenanceDlg_MaitenanceOptions##0 + MaintenanceTypeDlgLineLine48234326010 + MaintenanceTypeDlgTitleText1362922565539##IDS__IsMaintenanceDlg_ProgramMaintenance##0 + MaintenanceTypeIco1Icon3575242452428810NewBinary6MaintenanceTypeIco2Icon35135242452428810NewBinary7MaintenanceTypeIco3Icon35195242452428810NewBinary8MaintenanceTypeNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceTypeRadioGroupRadioButtonGroup21552901703_IsMaintenanceBack0 + MaintenanceTypeText1Text8072260353##IDS__IsMaintenanceDlg_ChangeFeatures##0 + MaintenanceTypeText2Text80135260353##IDS__IsMaintenanceDlg_RepairMessage##0 + MaintenanceTypeText3Text8019226035131075##IDS__IsMaintenanceDlg_RemoveProductName##0 + MaintenanceWelcomeBackPushButton16424366171##IDS_BACK##Next0 + MaintenanceWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + MaintenanceWelcomeDlgLineLine0234374010 + MaintenanceWelcomeImageBitmap0037423410NewBinary5MaintenanceWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceWelcomeTextLine1Text135822545196611##IDS__IsMaintenanceWelcome_WizardWelcome##0 + MaintenanceWelcomeTextLine2Text1355522850196611##IDS__IsMaintenanceWelcome_MaintenanceOptionsDescription##0 + MsiRMFilesInUseBannerBitmap003744410NewBinary1MsiRMFilesInUseBannerLineLine044374010 + MsiRMFilesInUseBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + MsiRMFilesInUseBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + MsiRMFilesInUseCancelPushButton30124366173##IDS_CANCEL##Restart0 + MsiRMFilesInUseDlgDescText21232922565539##IDS__IsFilesInUse_FilesInUseMessage##0 + MsiRMFilesInUseDlgLineLine48234326010 + MsiRMFilesInUseDlgTextText2151348143##IDS__IsMsiRMFilesInUse_ApplicationsUsingFiles##0 + MsiRMFilesInUseDlgTitleText1362922565539##IDS__IsFilesInUse_FilesInUse##0 + MsiRMFilesInUseListListBox21663311303FileInUseProcessOK0 + MsiRMFilesInUseOKPushButton23024366173##IDS_OK##Cancel0 + MsiRMFilesInUseRestartRadioButtonGroup19187343403RestartManagerOptionList0 + OutOfSpaceBannerBitmap003744410NewBinary1OutOfSpaceBannerLineLine044374010 + OutOfSpaceBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + OutOfSpaceBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + OutOfSpaceDlgDescText21232922565539##IDS__IsDiskSpaceDlg_DiskSpace##0 + OutOfSpaceDlgLineLine48234326010 + OutOfSpaceDlgTextText2151326433##IDS__IsDiskSpaceDlg_HighlightedVolumes##0 + OutOfSpaceDlgTitleText1362922565539##IDS__IsDiskSpaceDlg_OutOfDiskSpace##0 + OutOfSpaceListVolumeCostList2195332120393223##IDS__IsDiskSpaceDlg_Numbers##0 + OutOfSpaceResumePushButton30124366173##IDS__IsDiskSpaceDlg_OK##0 + PatchWelcomeBackPushButton16424366171##IDS_BACK##Next0 + PatchWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + PatchWelcomeDlgLineLine0234374010 + PatchWelcomeImageBitmap0037423410NewBinary5PatchWelcomeNextPushButton23024366173##IDS__IsPatchDlg_Update##Cancel0 + PatchWelcomeTextLine1Text135822545196611##IDS__IsPatchDlg_WelcomePatchWizard##0 + PatchWelcomeTextLine2Text1355422845196611##IDS__IsPatchDlg_PatchClickUpdate##0 + ReadmeInformationBackPushButton16424366171048579##IDS_BACK##Next0 + ReadmeInformationBannerBitmap00374443DlgTitle0NewBinary1ReadmeInformationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##00 + ReadmeInformationBranding2Text3228501365537##IDS_INSTALLSHIELD##00 + ReadmeInformationCancelPushButton30124366171048579##IDS__IsReadmeDlg_Cancel##Readme0 + ReadmeInformationDlgDescText21232321665539##IDS__IsReadmeDlg_PleaseReadInfo##Back00 + ReadmeInformationDlgLineLine482343260300 + ReadmeInformationDlgTitleText1361931365539##IDS__IsReadmeDlg_ReadMeInfo##DlgDesc0 + ReadmeInformationNextPushButton23024366171048579##IDS_NEXT##Cancel0 + ReadmeInformationReadmeScrollableText10553531663Banner0<ISProductFolder>\Redist\0409\Readme.rtf + ReadyToInstallBackPushButton16424366173##IDS_BACK##GroupBox10 + ReadyToInstallBannerBitmap003744410NewBinary1ReadyToInstallBannerLineLine044374010 + ReadyToInstallBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + ReadyToInstallBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + ReadyToInstallCancelPushButton30124366173##IDS_CANCEL##Back0 + ReadyToInstallCompanyNameTextText3819821193##IDS__IsVerifyReadyDlg_Company##SerialNumberText0 + ReadyToInstallCurrentSettingsTextText198081103##IDS__IsVerifyReadyDlg_CurrentSettings##InstallNow0 + ReadyToInstallDlgDescText21232922565539##IDS__IsVerifyReadyDlg_WizardReady##0 + ReadyToInstallDlgLineLine482343260100 + ReadyToInstallDlgText1Text2154330243##IDS__IsVerifyReadyDlg_BackOrCancel##0 + ReadyToInstallDlgText2Text2199330202##IDS__IsRegisterUserDlg_InstallFor##0 + ReadyToInstallDlgTitleText1362922565538##IDS__IsVerifyReadyDlg_ModifyReady##0 + ReadyToInstallDlgTitle2Text1362922565538##IDS__IsVerifyReadyDlg_ReadyRepair##0 + ReadyToInstallDlgTitle3Text1362922565538##IDS__IsVerifyReadyDlg_ReadyInstall##0 + ReadyToInstallGroupBox1Text199233013365541SetupTypeText10 + ReadyToInstallInstallNowPushButton23024366178388611##IDS__IsVerifyReadyDlg_Install##InstallPerMachine0 + ReadyToInstallInstallPerMachinePushButton63123248178388610##IDS__IsRegisterUserDlg_Anyone##InstallPerUser0 + ReadyToInstallInstallPerUserPushButton63143248172##IDS__IsRegisterUserDlg_OnlyMe##Cancel0 + ReadyToInstallSerialNumberTextText3821130693##IDS__IsVerifyReadyDlg_Serial##CurrentSettingsText0 + ReadyToInstallSetupTypeText1Text2397306133##IDS__IsVerifyReadyDlg_SetupType##SetupTypeText20 + ReadyToInstallSetupTypeText2Text37114306143##IDS__IsVerifyReadyDlg_SelectedSetupType##TargetFolderText10 + ReadyToInstallTargetFolderText1Text24136306113##IDS__IsVerifyReadyDlg_DestFolder##TargetFolderText20 + ReadyToInstallTargetFolderText2Text37151306133##IDS__IsVerifyReadyDlg_Installdir##UserInformationText0 + ReadyToInstallUserInformationTextText23171306133##IDS__IsVerifyReadyDlg_UserInfo##UserNameText0 + ReadyToInstallUserNameTextText3818430693##IDS__IsVerifyReadyDlg_UserName##CompanyNameText0 + ReadyToRemoveBackPushButton16424366173##IDS_BACK##RemoveNow0 + ReadyToRemoveBannerBitmap003744410NewBinary1ReadyToRemoveBannerLineLine044374010 + ReadyToRemoveBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + ReadyToRemoveBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + ReadyToRemoveCancelPushButton30124366173##IDS_CANCEL##Back0 + ReadyToRemoveDlgDescText21232922565539##IDS__IsVerifyRemoveAllDlg_ChoseRemoveProgram##0 + ReadyToRemoveDlgLineLine48234326010 + ReadyToRemoveDlgTextText215132624131075##IDS__IsVerifyRemoveAllDlg_ClickRemove##0 + ReadyToRemoveDlgText1Text2179330233##IDS__IsVerifyRemoveAllDlg_ClickBack##0 + ReadyToRemoveDlgText2Text211023302430 + ReadyToRemoveDlgTitleText1362922565539##IDS__IsVerifyRemoveAllDlg_RemoveProgram##0 + ReadyToRemoveRemoveNowPushButton23024366178388611##IDS__IsVerifyRemoveAllDlg_Remove##Cancel0 + SetupCompleteErrorBackPushButton16424366171##IDS_BACK##Finish0 + SetupCompleteErrorCancelPushButton30124366171##IDS_CANCEL##Back0 + SetupCompleteErrorCheckShowMsiLogCheckBox1511721092ISSHOWMSILOGCancel0 + SetupCompleteErrorDlgLineLine0234374010 + SetupCompleteErrorFinishPushButton23024366173##IDS__IsFatalError_Finish##Image0 + SetupCompleteErrorFinishText1Text135802285065539##IDS__IsFatalError_NotModified##0 + SetupCompleteErrorFinishText2Text1351352282565539##IDS__IsFatalError_ClickFinish##0 + SetupCompleteErrorImageBitmap003742341CheckShowMsiLog0NewBinary5SetupCompleteErrorRestContText1Text135802285065539##IDS__IsFatalError_KeepOrRestore##0 + SetupCompleteErrorRestContText2Text1351352282565539##IDS__IsFatalError_RestoreOrContinueLater##0 + SetupCompleteErrorShowMsiLogTextText1641721981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupCompleteErrorTextLine1Text13582254565539##IDS__IsFatalError_WizardCompleted##0 + SetupCompleteErrorTextLine2Text1355522825196611##IDS__IsFatalError_WizardInterrupted##0 + SetupCompleteSuccessBackPushButton16424366171##IDS_BACK##OK0 + SetupCompleteSuccessCancelPushButton30124366171##IDS_CANCEL##Image0 + SetupCompleteSuccessCheckBoxUpdatesCheckBox1351641092ISCHECKFORPRODUCTUPDATESCheckBox1CheckShowMsiLog0 + SetupCompleteSuccessCheckForUpdatesTextText1521621903065538##IDS__IsExitDialog_Update_YesCheckForUpdates##0 + SetupCompleteSuccessCheckLaunchProgramCheckBox1511141092LAUNCHPROGRAMCheckLaunchReadme0 + SetupCompleteSuccessCheckLaunchReadmeCheckBox1511481092LAUNCHREADMECheckBoxUpdates0 + SetupCompleteSuccessCheckShowMsiLogCheckBox1511821092ISSHOWMSILOGBack0 + SetupCompleteSuccessDlgLineLine0234374010 + SetupCompleteSuccessImageBitmap003742341CheckLaunchProgram0NewBinary5SetupCompleteSuccessLaunchProgramTextText164112981565538##IDS__IsExitDialog_LaunchProgram##00 + SetupCompleteSuccessLaunchReadmeTextText1641481201365538##IDS__IsExitDialog_ShowReadMe##00 + SetupCompleteSuccessOKPushButton23024366173##IDS__IsExitDialog_Finish##Cancel0 + SetupCompleteSuccessShowMsiLogTextText1641821981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupCompleteSuccessTextLine1Text13582254565539##IDS__IsExitDialog_WizardCompleted##0 + SetupCompleteSuccessTextLine2Text1355522845196610##IDS__IsExitDialog_InstallSuccess##0 + SetupCompleteSuccessTextLine3Text1355522845196610##IDS__IsExitDialog_UninstallSuccess##0 + SetupCompleteSuccessUpdateTextLine1Text1353022845196610##IDS__IsExitDialog_Update_SetupFinished##0 + SetupCompleteSuccessUpdateTextLine2Text1358022845196610##IDS__IsExitDialog_Update_PossibleUpdates##0 + SetupCompleteSuccessUpdateTextLine3Text1351202284565538##IDS__IsExitDialog_Update_InternetConnection##0 + SetupErrorAPushButton1928066173##IDS__IsErrorDlg_Abort##0 + SetupErrorCPushButton1928066173##IDS_CANCEL2##0 + SetupErrorErrorIconIcon1515242452428810NewBinary4SetupErrorErrorTextText501520050131075##IDS__IsErrorDlg_ErrorText##0 + SetupErrorIPushButton1928066173##IDS__IsErrorDlg_Ignore##0 + SetupErrorNPushButton1928066173##IDS__IsErrorDlg_NO##0 + SetupErrorOPushButton1928066173##IDS__IsErrorDlg_OK##0 + SetupErrorRPushButton1928066173##IDS__IsErrorDlg_Retry##0 + SetupErrorYPushButton1928066173##IDS__IsErrorDlg_Yes##0 + SetupInitializationActionDataText1351252281265539##IDS__IsInitDlg_1##0 + SetupInitializationActionTextText1351092203665539##IDS__IsInitDlg_2##0 + SetupInitializationBackPushButton16424366171##IDS_BACK##0 + SetupInitializationCancelPushButton30124366173##IDS_CANCEL##0 + SetupInitializationDlgLineLine0234374010 + SetupInitializationImageBitmap0037423410NewBinary5SetupInitializationNextPushButton23024366171##IDS_NEXT##0 + SetupInitializationTextLine1Text135822545196611##IDS__IsInitDlg_WelcomeWizard##0 + SetupInitializationTextLine2Text1355522830196611##IDS__IsInitDlg_PreparingWizard##0 + SetupInterruptedBackPushButton16424366171##IDS_BACK##Finish0 + SetupInterruptedCancelPushButton30124366171##IDS_CANCEL##Image0 + SetupInterruptedCheckShowMsiLogCheckBox1511721092ISSHOWMSILOGBack0 + SetupInterruptedDlgLineLine0234374010 + SetupInterruptedFinishPushButton23024366173##IDS__IsUserExit_Finish##Cancel0 + SetupInterruptedFinishText1Text135802285065539##IDS__IsUserExit_NotModified##0 + SetupInterruptedFinishText2Text1351352282565539##IDS__IsUserExit_ClickFinish##0 + SetupInterruptedImageBitmap003742341CheckShowMsiLog0NewBinary5SetupInterruptedRestContText1Text135802285065539##IDS__IsUserExit_KeepOrRestore##0 + SetupInterruptedRestContText2Text1351352282565539##IDS__IsUserExit_RestoreOrContinue##0 + SetupInterruptedShowMsiLogTextText1641721981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupInterruptedTextLine1Text13582254565539##IDS__IsUserExit_WizardCompleted##0 + SetupInterruptedTextLine2Text1355522825196611##IDS__IsUserExit_WizardInterrupted##0 + SetupProgressActionProgress95ProgressBar591132751265537##IDS__IsProgressDlg_ProgressDone##0 + SetupProgressActionTextText59100275123##IDS__IsProgressDlg_2##0 + SetupProgressBackPushButton16424366171##IDS_BACK##Next0 + SetupProgressBannerBitmap003744410NewBinary1SetupProgressBannerLineLine044374010 + SetupProgressBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SetupProgressBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SetupProgressCancelPushButton30124366173##IDS_CANCEL##Back0 + SetupProgressDlgDescText21232922565538##IDS__IsProgressDlg_UninstallingFeatures2##0 + SetupProgressDlgDesc2Text21232922565538##IDS__IsProgressDlg_UninstallingFeatures##0 + SetupProgressDlgLineLine48234326010 + SetupProgressDlgTextText595127530196610##IDS__IsProgressDlg_WaitUninstall2##0 + SetupProgressDlgText2Text595127530196610##IDS__IsProgressDlg_WaitUninstall##0 + SetupProgressDlgTitleText13629225196610##IDS__IsProgressDlg_InstallingProductName##0 + SetupProgressDlgTitle2Text13629225196610##IDS__IsProgressDlg_Uninstalling##0 + SetupProgressLbSecText19213932122##IDS__IsProgressDlg_SecHidden##0 + SetupProgressLbStatusText598570123##IDS__IsProgressDlg_Status##0 + SetupProgressNextPushButton23024366171##IDS_NEXT##Cancel0 + SetupProgressSetupIconIcon2151242452428810NewBinary9SetupProgressShowTimeText17013917122##IDS__IsProgressDlg_Hidden##0 + SetupProgressTextTimeText59139110122##IDS__IsProgressDlg_HiddenTimeRemaining##0 + SetupResumeBackPushButton16424366171##IDS_BACK##Next0 + SetupResumeCancelPushButton30124366173##IDS_CANCEL##Back0 + SetupResumeDlgLineLine0234374010 + SetupResumeImageBitmap0037423410NewBinary5SetupResumeNextPushButton23024366173##IDS_NEXT##Cancel0 + SetupResumePreselectedTextText1355522845196611##IDS__IsResumeDlg_WizardResume##0 + SetupResumeResumeTextText1354622845196611##IDS__IsResumeDlg_ResumeSuspended##0 + SetupResumeTextLine1Text135822545196611##IDS__IsResumeDlg_Resuming##0 + SetupTypeBackPushButton16424366173##IDS_BACK##Next0 + SetupTypeBannerBitmap003744410NewBinary1SetupTypeBannerLineLine044374010 + SetupTypeBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SetupTypeBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SetupTypeCancelPushButton30124366173##IDS_CANCEL##RadioGroup0 + SetupTypeCompTextText8080246303##IDS__IsSetupTypeMinDlg_AllFeatures##0 + SetupTypeCompleteIcoIcon3480242452428810NewBinary10SetupTypeCustTextText80171246302##IDS__IsSetupTypeMinDlg_ChooseFeatures##0 + SetupTypeCustomIcoIcon34171242452428800NewBinary11SetupTypeDlgDescText21232922565539##IDS__IsSetupTypeMinDlg_ChooseSetupType##0 + SetupTypeDlgLineLine48234326010 + SetupTypeDlgTextText2249326103##IDS__IsSetupTypeMinDlg_SelectSetupType##00 + SetupTypeDlgTitleText1362922565539##IDS__IsSetupTypeMinDlg_SetupType##0 + SetupTypeMinIcoIcon34125242452428800NewBinary11SetupTypeMinTextText80125246302##IDS__IsSetupTypeMinDlg_MinimumFeatures##0 + SetupTypeNextPushButton23024366173##IDS_NEXT##Cancel0 + SetupTypeRadioGroupRadioButtonGroup20592641391048579_IsSetupTypeMinBack00 + SplashBitmapBackPushButton16424366171##IDS_BACK##Next0 + SplashBitmapBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SplashBitmapBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SplashBitmapCancelPushButton30124366173##IDS_CANCEL##Back0 + SplashBitmapDlgLineLine48234326010 + SplashBitmapImageBitmap131234921110NewBinary5SplashBitmapNextPushButton23024366173##IDS_NEXT##Cancel0 +
+ + + Dialog_ + Control_ + Action + Condition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CustomSetupChangeFolderHideInstalledCustomSetupDetailsHideInstalledCustomSetupInstallLabelHideInstalledCustomerInformationDlgRadioGroupTextHideNOT PrivilegedCustomerInformationDlgRadioGroupTextHideProductState > 0CustomerInformationDlgRadioGroupTextHideVersion9XCustomerInformationDlgRadioGroupTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledCustomerInformationRadioGroupHideNOT PrivilegedCustomerInformationRadioGroupHideProductState > 0CustomerInformationRadioGroupHideVersion9XCustomerInformationRadioGroupHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledCustomerInformationSerialLabelShowSERIALNUMSHOWCustomerInformationSerialNumberShowSERIALNUMSHOWInstallWelcomeCopyrightHideSHOWCOPYRIGHT="No"InstallWelcomeCopyrightShowSHOWCOPYRIGHT="Yes"LicenseAgreementNextDisableAgreeToLicense <> "Yes"LicenseAgreementNextEnableAgreeToLicense = "Yes"ReadyToInstallCompanyNameTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallCurrentSettingsTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallDlgText2HideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallDlgText2ShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallDlgTitleShowProgressType0="Modify"ReadyToInstallDlgTitle2ShowProgressType0="Repair"ReadyToInstallDlgTitle3ShowProgressType0="install"ReadyToInstallGroupBox1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallNowDisableVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallNowEnableVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerMachineHideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerMachineShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallPerUserHideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerUserShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSerialNumberTextHideNOT SERIALNUMSHOWReadyToInstallSerialNumberTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSetupTypeText1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSetupTypeText2HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallTargetFolderText1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallTargetFolderText2HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallUserInformationTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallUserNameTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledSetupCompleteErrorBackDefaultUpdateStartedSetupCompleteErrorBackDisableNOT UpdateStartedSetupCompleteErrorBackEnableUpdateStartedSetupCompleteErrorCancelDisableNOT UpdateStartedSetupCompleteErrorCancelEnableUpdateStartedSetupCompleteErrorCheckShowMsiLogShowMsiLogFileLocationSetupCompleteErrorFinishDefaultNOT UpdateStartedSetupCompleteErrorFinishText1HideUpdateStartedSetupCompleteErrorFinishText1ShowNOT UpdateStartedSetupCompleteErrorFinishText2HideUpdateStartedSetupCompleteErrorFinishText2ShowNOT UpdateStartedSetupCompleteErrorRestContText1HideNOT UpdateStartedSetupCompleteErrorRestContText1ShowUpdateStartedSetupCompleteErrorRestContText2HideNOT UpdateStartedSetupCompleteErrorRestContText2ShowUpdateStartedSetupCompleteErrorShowMsiLogTextShowMsiLogFileLocationSetupCompleteSuccessCheckBoxUpdatesShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessCheckForUpdatesTextShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessCheckLaunchProgramShowSHOWLAUNCHPROGRAM="-1" And PROGRAMFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessCheckLaunchReadmeShowSHOWLAUNCHREADME="-1" And READMEFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessCheckShowMsiLogShowMsiLogFileLocation And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessLaunchProgramTextShowSHOWLAUNCHPROGRAM="-1" And PROGRAMFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessLaunchReadmeTextShowSHOWLAUNCHREADME="-1" And READMEFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessShowMsiLogTextShowMsiLogFileLocation And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessTextLine2ShowProgressType2="installed" And ((ACTION<>"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))SetupCompleteSuccessTextLine3ShowProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))SetupCompleteSuccessUpdateTextLine1ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessUpdateTextLine2ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessUpdateTextLine3ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupInterruptedBackDefaultUpdateStartedSetupInterruptedBackDisableNOT UpdateStartedSetupInterruptedBackEnableUpdateStartedSetupInterruptedCancelDisableNOT UpdateStartedSetupInterruptedCancelEnableUpdateStartedSetupInterruptedCheckShowMsiLogShowMsiLogFileLocationSetupInterruptedFinishDefaultNOT UpdateStartedSetupInterruptedFinishText1HideUpdateStartedSetupInterruptedFinishText1ShowNOT UpdateStartedSetupInterruptedFinishText2HideUpdateStartedSetupInterruptedFinishText2ShowNOT UpdateStartedSetupInterruptedRestContText1HideNOT UpdateStartedSetupInterruptedRestContText1ShowUpdateStartedSetupInterruptedRestContText2HideNOT UpdateStartedSetupInterruptedRestContText2ShowUpdateStartedSetupInterruptedShowMsiLogTextShowMsiLogFileLocationSetupProgressDlgDescShowProgressType2="installed"SetupProgressDlgDesc2ShowProgressType2="uninstalled"SetupProgressDlgTextShowProgressType3="installs"SetupProgressDlgText2ShowProgressType3="uninstalls"SetupProgressDlgTitleShowProgressType1="Installing"SetupProgressDlgTitle2ShowProgressType1="Uninstalling"SetupResumePreselectedTextHideRESUMESetupResumePreselectedTextShowNOT RESUMESetupResumeResumeTextHideNOT RESUMESetupResumeResumeTextShowRESUME
+ + + Dialog_ + Control_ + Event + Argument + Condition + Ordering + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AdminChangeFolderCancelEndDialogReturn12AdminChangeFolderCancelReset011AdminChangeFolderNewFolderDirectoryListNew010AdminChangeFolderOKEndDialogReturn10AdminChangeFolderOKSetTargetPathTARGETDIR11AdminChangeFolderUpDirectoryListUp010AdminNetworkLocationBackNewDialogAdminWelcome10AdminNetworkLocationBrowseSpawnDialogAdminChangeFolder10AdminNetworkLocationCancelSpawnDialogCancelSetup10AdminNetworkLocationInstallNowEndDialogReturnOutOfNoRbDiskSpace <> 13AdminNetworkLocationInstallNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 12AdminNetworkLocationInstallNowSetTargetPathTARGETDIR11AdminWelcomeCancelSpawnDialogCancelSetup10AdminWelcomeNextNewDialogAdminNetworkLocation10CancelSetupNoEndDialogReturn10CancelSetupYesDoActionCleanUpISSCRIPTRUNNING="1"1CancelSetupYesEndDialogExit12CustomSetupBackNewDialogCustomerInformationNOT Installed0CustomSetupBackNewDialogMaintenanceTypeInstalled0CustomSetupCancelSpawnDialogCancelSetup10CustomSetupChangeFolderSelectionBrowseInstallChangeFolder10CustomSetupDetailsSelectionBrowseDiskSpaceRequirements11CustomSetupHelpSpawnDialogCustomSetupTips11CustomSetupNextNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10CustomSetupNextNewDialogReadyToInstallOutOfNoRbDiskSpace <> 10CustomSetupNext[_IsSetupTypeMin]Custom10CustomSetupTipsOKEndDialogReturn11CustomerInformationBackNewDialogInstallWelcomeNOT Installed1CustomerInformationCancelSpawnDialogCancelSetup10CustomerInformationNextEndDialogExit(SERIALNUMVALRETRYLIMIT) And (SERIALNUMVALRETRYLIMIT<0) And (SERIALNUMVALRETURN<>SERIALNUMVALSUCCESSRETVAL)2CustomerInformationNextNewDialogReadyToInstall(Not SERIALNUMVALRETURN) OR (SERIALNUMVALRETURN=SERIALNUMVALSUCCESSRETVAL)3CustomerInformationNext[ALLUSERS]1ApplicationUsers = "AllUsers" And Privileged1CustomerInformationNext[ALLUSERS]{}ApplicationUsers = "OnlyCurrentUser" And Privileged2DatabaseFolderBackNewDialogCustomerInformation11DatabaseFolderCancelSpawnDialogCancelSetup11DatabaseFolderChangeFolderSpawnDialogInstallChangeFolder11DatabaseFolderChangeFolder[_BrowseProperty]DATABASEDIR12DatabaseFolderNextNewDialogSetupType11DestinationFolderBackNewDialogInstallWelcomeNOT Installed0DestinationFolderCancelSpawnDialogCancelSetup11DestinationFolderChangeFolderSpawnDialogInstallChangeFolder11DestinationFolderChangeFolder[_BrowseProperty]INSTALLDIR12DestinationFolderNextNewDialogReadyToInstall10DiskSpaceRequirementsOKEndDialogReturn10FilesInUseExitEndDialogExit10FilesInUseIgnoreEndDialogIgnore10FilesInUseRetryEndDialogRetry10InstallChangeFolderCancelEndDialogReturn12InstallChangeFolderCancelReset011InstallChangeFolderNewFolderDirectoryListNew010InstallChangeFolderOKEndDialogReturn13InstallChangeFolderOKSetTargetPath[_BrowseProperty]12InstallChangeFolderUpDirectoryListUp010InstallWelcomeBackNewDialogSplashBitmapDisplay_IsBitmapDlg0InstallWelcomeCancelSpawnDialogCancelSetup10InstallWelcomeNextNewDialogDestinationFolder10LicenseAgreementBackNewDialogInstallWelcome10LicenseAgreementCancelSpawnDialogCancelSetup10LicenseAgreementISPrintButtonDoActionISPrint10LicenseAgreementNextNewDialogCustomerInformationAgreeToLicense = "Yes"0MaintenanceTypeBackNewDialogMaintenanceWelcome10MaintenanceTypeCancelSpawnDialogCancelSetup10MaintenanceTypeNextNewDialogCustomSetup_IsMaintenance = "Change"12MaintenanceTypeNextNewDialogReadyToInstall_IsMaintenance = "Reinstall"13MaintenanceTypeNextNewDialogReadyToRemove_IsMaintenance = "Remove"11MaintenanceTypeNextReinstallALL_IsMaintenance = "Reinstall"10MaintenanceTypeNextReinstallMode[ReinstallModeText]_IsMaintenance = "Reinstall"9MaintenanceTypeNext[ProgressType0]Modify_IsMaintenance = "Change"2MaintenanceTypeNext[ProgressType0]Repair_IsMaintenance = "Reinstall"1MaintenanceTypeNext[ProgressType1]Modifying_IsMaintenance = "Change"3MaintenanceTypeNext[ProgressType1]Repairing_IsMaintenance = "Reinstall"4MaintenanceTypeNext[ProgressType2]modified_IsMaintenance = "Change"6MaintenanceTypeNext[ProgressType2]repairs_IsMaintenance = "Reinstall"5MaintenanceTypeNext[ProgressType3]modifies_IsMaintenance = "Change"7MaintenanceTypeNext[ProgressType3]repairs_IsMaintenance = "Reinstall"8MaintenanceWelcomeCancelSpawnDialogCancelSetup10MaintenanceWelcomeNextNewDialogMaintenanceType10MsiRMFilesInUseCancelEndDialogExit11MsiRMFilesInUseOKEndDialogReturn11MsiRMFilesInUseOKRMShutdownAndRestart0RestartManagerOption="CloseRestart"2OutOfSpaceResumeNewDialogAdminNetworkLocationACTION = "ADMIN"0OutOfSpaceResumeNewDialogDestinationFolderACTION <> "ADMIN"0PatchWelcomeCancelSpawnDialogCancelSetup11PatchWelcomeNextEndDialogReturn13PatchWelcomeNextReinstallALLPATCH And REINSTALL=""1PatchWelcomeNextReinstallModeomusPATCH And REINSTALLMODE=""2ReadmeInformationBackNewDialogLicenseAgreement11ReadmeInformationCancelSpawnDialogCancelSetup11ReadmeInformationNextNewDialogCustomerInformation11ReadyToInstallBackNewDialogCustomSetupInstalled OR _IsSetupTypeMin = "Custom"2ReadyToInstallBackNewDialogDestinationFolderNOT Installed1ReadyToInstallBackNewDialogMaintenanceTypeInstalled AND _IsMaintenance = "Reinstall"3ReadyToInstallCancelSpawnDialogCancelSetup10ReadyToInstallInstallNowEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallNow[ProgressType1]Installing10ReadyToInstallInstallNow[ProgressType2]installed10ReadyToInstallInstallNow[ProgressType3]installs10ReadyToInstallInstallPerMachineEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallPerMachineNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallPerMachine[ALLUSERS]110ReadyToInstallInstallPerMachine[MSIINSTALLPERUSER]{}10ReadyToInstallInstallPerMachine[ProgressType1]Installing10ReadyToInstallInstallPerMachine[ProgressType2]installed10ReadyToInstallInstallPerMachine[ProgressType3]installs10ReadyToInstallInstallPerUserEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallPerUserNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallPerUser[ALLUSERS]210ReadyToInstallInstallPerUser[MSIINSTALLPERUSER]110ReadyToInstallInstallPerUser[ProgressType1]Installing10ReadyToInstallInstallPerUser[ProgressType2]installed10ReadyToInstallInstallPerUser[ProgressType3]installs10ReadyToRemoveBackNewDialogMaintenanceType10ReadyToRemoveCancelSpawnDialogCancelSetup10ReadyToRemoveRemoveNowEndDialogReturnOutOfNoRbDiskSpace <> 12ReadyToRemoveRemoveNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 12ReadyToRemoveRemoveNowRemoveALL11ReadyToRemoveRemoveNow[ProgressType1]Uninstalling10ReadyToRemoveRemoveNow[ProgressType2]uninstalled10ReadyToRemoveRemoveNow[ProgressType3]uninstalls10SetupCompleteErrorBackEndDialogReturn12SetupCompleteErrorBack[Suspend]{}11SetupCompleteErrorCancelEndDialogReturn12SetupCompleteErrorCancel[Suspend]111SetupCompleteErrorFinishDoActionCleanUpISSCRIPTRUNNING="1"1SetupCompleteErrorFinishDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1")3SetupCompleteErrorFinishEndDialogExit12SetupCompleteSuccessOKDoActionCleanUpISSCRIPTRUNNING="1"1SetupCompleteSuccessOKDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1") And NOT ISENABLEDWUSFINISHDIALOG6SetupCompleteSuccessOKEndDialogExit12SetupErrorAEndDialogErrorAbort10SetupErrorCEndDialogErrorCancel10SetupErrorIEndDialogErrorIgnore10SetupErrorNEndDialogErrorNo10SetupErrorOEndDialogErrorOk10SetupErrorREndDialogErrorRetry10SetupErrorYEndDialogErrorYes10SetupInitializationCancelSpawnDialogCancelSetup10SetupInterruptedBackEndDialogExit12SetupInterruptedBack[Suspend]{}11SetupInterruptedCancelEndDialogExit12SetupInterruptedCancel[Suspend]111SetupInterruptedFinishDoActionCleanUpISSCRIPTRUNNING="1"1SetupInterruptedFinishDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1")3SetupInterruptedFinishEndDialogExit12SetupProgressCancelSpawnDialogCancelSetup10SetupResumeCancelSpawnDialogCancelSetup10SetupResumeNextEndDialogReturnOutOfNoRbDiskSpace <> 10SetupResumeNextNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10SetupTypeBackNewDialogCustomerInformation11SetupTypeCancelSpawnDialogCancelSetup10SetupTypeNextNewDialogCustomSetup_IsSetupTypeMin = "Custom"2SetupTypeNextNewDialogReadyToInstall_IsSetupTypeMin <> "Custom"1SetupTypeNextSetInstallLevel100_IsSetupTypeMin="Minimal"0SetupTypeNextSetInstallLevel200_IsSetupTypeMin="Typical"0SetupTypeNextSetInstallLevel300_IsSetupTypeMin="Custom"0SetupTypeNext[ISRUNSETUPTYPEADDLOCALEVENT]110SetupTypeNext[SelectedSetupType][DisplayNameCustom]_IsSetupTypeMin = "Custom"0SetupTypeNext[SelectedSetupType][DisplayNameMinimal]_IsSetupTypeMin = "Minimal"0SetupTypeNext[SelectedSetupType][DisplayNameTypical]_IsSetupTypeMin = "Typical"0SplashBitmapCancelSpawnDialogCancelSetup10SplashBitmapNextNewDialogInstallWelcome10
+ + + Directory_ + Component_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DATABASEDIRISX_DEFAULTCOMPONENT16HELPISX_DEFAULTCOMPONENT1IMAGEISX_DEFAULTCOMPONENT2INSTALLDIRACC.dllINSTALLDIRArinDbClass.dllINSTALLDIRArinNewFp.dllINSTALLDIRC1.Win.C1FlexGrid.4.dllINSTALLDIRCommonClassv2.dllINSTALLDIREpoleNet.exeINSTALLDIRFarPoint.CalcEngine.dllINSTALLDIRFarPoint.Excel.dllINSTALLDIRFarPoint.PDF.dllINSTALLDIRFarPoint.PluginCalendar.WinForms.dllINSTALLDIRFarPoint.Win.Chart.Design.dllINSTALLDIRFarPoint.Win.Chart.dllINSTALLDIRFarPoint.Win.Design.dllINSTALLDIRFarPoint.Win.Ink.dllINSTALLDIRFarPoint.Win.Spread.Design.dllINSTALLDIRFarPoint.Win.Spread.Html.dllINSTALLDIRFarPoint.Win.Spread.dllINSTALLDIRFarPoint.Win.TextRenderer.dllINSTALLDIRFarPoint.Win.dllINSTALLDIRISX_DEFAULTCOMPONENT1INSTALLDIRISX_DEFAULTCOMPONENT10INSTALLDIRISX_DEFAULTCOMPONENT11INSTALLDIRISX_DEFAULTCOMPONENT12INSTALLDIRISX_DEFAULTCOMPONENT13INSTALLDIRISX_DEFAULTCOMPONENT14INSTALLDIRISX_DEFAULTCOMPONENT15INSTALLDIRISX_DEFAULTCOMPONENT17INSTALLDIRISX_DEFAULTCOMPONENT18INSTALLDIRISX_DEFAULTCOMPONENT2INSTALLDIRISX_DEFAULTCOMPONENT3INSTALLDIRISX_DEFAULTCOMPONENT4INSTALLDIRISX_DEFAULTCOMPONENT5INSTALLDIRISX_DEFAULTCOMPONENT6INSTALLDIRISX_DEFAULTCOMPONENT7INSTALLDIRISX_DEFAULTCOMPONENT8INSTALLDIRISX_DEFAULTCOMPONENT9INSTALLDIRMyControlOLEDBv2.DLLINSTALLDIRThoughtWorks.QRCode.DLLINSTALLDIRpolicy.5.0.FarPoint.Win.Spread.dllINSTALLDIRpolicy.5.0.FarPoint.Win.dllINSTALLDIRstdole.dllMACROISX_DEFAULTCOMPONENT3OTONISX_DEFAULTCOMPONENT4SOUNDISX_DEFAULTCOMPONENT6STYLEISX_DEFAULTCOMPONENT7STYLECABISX_DEFAULTCOMPONENT8STYLECAB2ISX_DEFAULTCOMPONENT9STYLECABLABELISX_DEFAULTCOMPONENT10STYLEEJISX_DEFAULTCOMPONENT11STYLEETCISX_DEFAULTCOMPONENT12STYLEJDISX_DEFAULTCOMPONENT13STYLEKKISX_DEFAULTCOMPONENT14STYLEKRISX_DEFAULTCOMPONENT15VIEWCONFIGISX_DEFAULTCOMPONENT18WindowsVolumeISX_DEFAULTCOMPONENTXLSSYNCISX_DEFAULTCOMPONENT5
+ + + Action + Type + Source + Target + ExtendedType + ISComments + + + + +
ISPreventDowngrade19[IS_PREVENT_DOWNGRADE_EXIT]Exits install when a newer version of this product is foundISPrint1SetAllUsers.dllPrintScrollableTextPrints the contents of a ScrollableText control on a dialog.ISRunSetupTypeAddLocalEvent1ISExpHlp.dllRunSetupTypeAddLocalEventRun the AddLocal events associated with the Next button on the Setup Type dialog.ISSelfRegisterCosting1ISSELFREG.DLLISSelfRegisterCosting + ISSelfRegisterFiles3073ISSELFREG.DLLISSelfRegisterFiles + ISSelfRegisterFinalize1ISSELFREG.DLLISSelfRegisterFinalize + ISUnSelfRegisterFiles3073ISSELFREG.DLLISUnSelfRegisterFiles + SetARPINSTALLLOCATION51ARPINSTALLLOCATION[INSTALLDIR] + SetAllUsersProfileNT51ALLUSERSPROFILE[%SystemRoot]\Profiles\All Users + ShowMsiLog226SystemFolder[SystemFolder]notepad.exe "[MsiLogFileLocation]"Shows Property-driven MSI LogsetAllUsersProfile2K51ALLUSERSPROFILE[%ALLUSERSPROFILE] + setUserProfileNT51USERPROFILE[%USERPROFILE] +
+ + + Dialog + HCentering + VCentering + Width + Height + Attributes + Title + Control_First + Control_Default + Control_Cancel + ISComments + TextStyle_ + ISWindowStyle + ISResourceId + +
AdminChangeFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##TailOKCancelInstall Point Browse0 + AdminNetworkLocation50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##InstallNowInstallNowCancelNetwork Location0 + AdminWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelAdministration Welcome0 + CancelSetup5050260853##IDS_PRODUCTNAME_INSTALLSHIELD##NoNoNoCancel0 + CustomSetup505037426635##IDS_PRODUCTNAME_INSTALLSHIELD##TreeNextCancelCustom Selection0 + CustomSetupTips50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKCustom Setup Tips0 + CustomerInformation50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NameEditNextCancelIdentification0 + DatabaseFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelDatabase Folder0 + DestinationFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelDestination Folder0 + DiskSpaceRequirements50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKFeature Details0 + FilesInUse505037426619##IDS_PRODUCTNAME_INSTALLSHIELD##RetryRetryExitFiles in Use0 + InstallChangeFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##TailOKCancelBrowse0 + InstallWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelWelcome Panel0 + LicenseAgreement50503742662##IDS_PRODUCTNAME_INSTALLSHIELD##AgreeNextCancelLicense Agreement0 + MaintenanceType50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RadioGroupNextCancelChange, Reinstall, Remove0 + MaintenanceWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelMaintenance Welcome0 + MsiRMFilesInUse505037426619##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKCancelRestartManager Files in Use0 + OutOfSpace50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##ResumeResumeResumeOut Of Disk Space0 + PatchWelcome50503742663##IDS__IsPatchDlg_PatchWizard##NextNextCancelPatch Panel0 + ReadmeInformation50503742667##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelReadme Information00ReadyToInstall505037426635##IDS_PRODUCTNAME_INSTALLSHIELD##InstallNowInstallNowCancelReady to Install0 + ReadyToRemove50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RemoveNowRemoveNowCancelVerify Remove0 + SetupCompleteError50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##FinishFinishFinishFatal Error0 + SetupCompleteSuccess50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKExit0 + SetupError505027011065543##IDS__IsErrorDlg_InstallerInfo##ErrorTextOCError0 + SetupInitialization50503742665##IDS_PRODUCTNAME_INSTALLSHIELD##CancelCancelCancelSetup Initialization0 + SetupInterrupted50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##FinishFinishFinishUser Exit0 + SetupProgress50503742665##IDS_PRODUCTNAME_INSTALLSHIELD##CancelCancelCancelProgress0 + SetupResume50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelResume0 + SetupType50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RadioGroupNextCancelSetup Type0 + SplashBitmap50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelWelcome Bitmap0 +
+ + + Directory + Directory_Parent + DefaultDir + ISDescription + ISAttributes + ISFolderName +
ALLUSERSPROFILETARGETDIR.:ALLUSE~1|All Users0 + AdminToolsFolderTARGETDIR.:Admint~1|AdminTools0 + AppDataFolderTARGETDIR.:APPLIC~1|Application Data0 + CommonAppDataFolderTARGETDIR.:Common~1|CommonAppData0 + CommonFiles64FolderTARGETDIR.:Common640 + CommonFilesFolderTARGETDIR.:Common0 + DATABASEDIRISYourDataBaseDir.0 + DIRECTORYDIRECTORY1전주번호찰프~1|전주번호찰프로그램(한전)0 + DIRECTORY1WindowsVolume해광기획0 + DIRECTORY2DIRECTORY1한전번호찰(~1|한전번호찰(통합)0 + DesktopFolderTARGETDIR.:Desktop3 + FavoritesFolderTARGETDIR.:FAVORI~1|Favorites0 + FontsFolderTARGETDIR.:Fonts0 + GlobalAssemblyCacheTARGETDIR.:Global~1|GlobalAssemblyCache0 + HELPINSTALLDIRhelp0 + IMAGEINSTALLDIRimage0 + INSTALLDIRDIRECTORY2.0 + ISCommonFilesFolderCommonFilesFolderInstal~1|InstallShield0 + ISMyCompanyDirProgramFilesFolderMYCOMP~1|My Company Name0 + ISMyProductDirISMyCompanyDirMYPROD~1|My Product Name0 + ISYourDataBaseDirINSTALLDIRDatabase0 + LocalAppDataFolderTARGETDIR.:LocalA~1|LocalAppData0 + MACROINSTALLDIRmacro0 + MY_PRODUCT_NAMEDIRECTORY1MYPROD~1|My Product Name0 + MyPicturesFolderTARGETDIR.:MyPict~1|MyPictures0 + NetHoodFolderTARGETDIR.:NetHood0 + OTONMACROoton0 + PersonalFolderTARGETDIR.:Personal0 + PrimaryVolumePathTARGETDIR.:Primar~1|PrimaryVolumePath0 + PrintHoodFolderTARGETDIR.:PRINTH~1|PrintHood0 + ProgramFiles64FolderTARGETDIR.:Prog64~1|Program Files 640 + ProgramFilesFolderTARGETDIR.:PROGRA~1|program files0 + ProgramMenuFolderTARGETDIR.:Programs3 + RecentFolderTARGETDIR.:Recent0 + SOUNDINSTALLDIRsound0 + STYLEINSTALLDIRStyle0 + STYLECABINSTALLDIRstyleCAB0 + STYLECAB2INSTALLDIRSTYLEC~1|styleCAB20 + STYLECABLABELINSTALLDIRSTYLEC~1|styleCABLABEL0 + STYLEEJINSTALLDIRStyleEJ0 + STYLEETCINSTALLDIRStyleETC0 + STYLEJDINSTALLDIRStyleJD0 + STYLEKKINSTALLDIRStyleKK0 + STYLEKRINSTALLDIRStyleKR0 + SendToFolderTARGETDIR.:SendTo3 + StartMenuFolderTARGETDIR.:STARTM~1|Start Menu3 + StartupFolderTARGETDIR.:StartUp3 + System16FolderTARGETDIR.:System0 + System64FolderTARGETDIR.:System640 + SystemFolderTARGETDIR.:System320 + TARGETDIRSourceDir0 + TempFolderTARGETDIR.:Temp0 + TemplateFolderTARGETDIR.:ShellNew0 + USERPROFILETARGETDIR.:USERPR~1|UserProfile0 + VIEWCONFIGINSTALLDIRVIEWCO~1|viewConfig0 + WindowsFolderTARGETDIR.:Windows0 + WindowsVolumeTARGETDIR.:WinRoot0 + XLSSYNCMACROxlssync0 + product_nametindevil.com한전번~1|한전번호찰(통합)1 + tindevil.comProgramMenuFolder해광기획1 +
+ + + Signature_ + Parent + Path + Depth +
+ + + FileKey + Component_ + File_ + DestName + DestFolder +
+ + + Environment + Name + Value + Component_ +
+ + + Error + Message + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0##IDS_ERROR_0##1##IDS_ERROR_1##10##IDS_ERROR_8##11##IDS_ERROR_9##1101##IDS_ERROR_22##12##IDS_ERROR_10##13##IDS_ERROR_11##1301##IDS_ERROR_23##1302##IDS_ERROR_24##1303##IDS_ERROR_25##1304##IDS_ERROR_26##1305##IDS_ERROR_27##1306##IDS_ERROR_28##1307##IDS_ERROR_29##1308##IDS_ERROR_30##1309##IDS_ERROR_31##1310##IDS_ERROR_32##1311##IDS_ERROR_33##1312##IDS_ERROR_34##1313##IDS_ERROR_35##1314##IDS_ERROR_36##1315##IDS_ERROR_37##1316##IDS_ERROR_38##1317##IDS_ERROR_39##1318##IDS_ERROR_40##1319##IDS_ERROR_41##1320##IDS_ERROR_42##1321##IDS_ERROR_43##1322##IDS_ERROR_44##1323##IDS_ERROR_45##1324##IDS_ERROR_46##1325##IDS_ERROR_47##1326##IDS_ERROR_48##1327##IDS_ERROR_49##1328##IDS_ERROR_122##1329##IDS_ERROR_1329##1330##IDS_ERROR_1330##1331##IDS_ERROR_1331##1332##IDS_ERROR_1332##1333##IDS_ERROR_1333##1334##IDS_ERROR_1334##1335##IDS_ERROR_1335##1336##IDS_ERROR_1336##14##IDS_ERROR_12##1401##IDS_ERROR_50##1402##IDS_ERROR_51##1403##IDS_ERROR_52##1404##IDS_ERROR_53##1405##IDS_ERROR_54##1406##IDS_ERROR_55##1407##IDS_ERROR_56##1408##IDS_ERROR_57##1409##IDS_ERROR_58##1410##IDS_ERROR_59##15##IDS_ERROR_13##1500##IDS_ERROR_60##1501##IDS_ERROR_61##1502##IDS_ERROR_62##1503##IDS_ERROR_63##16##IDS_ERROR_14##1601##IDS_ERROR_64##1602##IDS_ERROR_65##1603##IDS_ERROR_66##1604##IDS_ERROR_67##1605##IDS_ERROR_68##1606##IDS_ERROR_69##1607##IDS_ERROR_70##1608##IDS_ERROR_71##1609##IDS_ERROR_1609##1651##IDS_ERROR_1651##17##IDS_ERROR_15##1701##IDS_ERROR_72##1702##IDS_ERROR_73##1703##IDS_ERROR_74##1704##IDS_ERROR_75##1705##IDS_ERROR_76##1706##IDS_ERROR_77##1707##IDS_ERROR_78##1708##IDS_ERROR_79##1709##IDS_ERROR_80##1710##IDS_ERROR_81##1711##IDS_ERROR_82##1712##IDS_ERROR_83##1713##IDS_ERROR_123##1714##IDS_ERROR_124##1715##IDS_ERROR_1715##1716##IDS_ERROR_1716##1717##IDS_ERROR_1717##1718##IDS_ERROR_1718##1719##IDS_ERROR_1719##1720##IDS_ERROR_1720##1721##IDS_ERROR_1721##1722##IDS_ERROR_1722##1723##IDS_ERROR_1723##1724##IDS_ERROR_1724##1725##IDS_ERROR_1725##1726##IDS_ERROR_1726##1727##IDS_ERROR_1727##1728##IDS_ERROR_1728##1729##IDS_ERROR_1729##1730##IDS_ERROR_1730##1731##IDS_ERROR_1731##1732##IDS_ERROR_1732##18##IDS_ERROR_16##1801##IDS_ERROR_84##1802##IDS_ERROR_85##1803##IDS_ERROR_86##1804##IDS_ERROR_87##1805##IDS_ERROR_88##1806##IDS_ERROR_89##1807##IDS_ERROR_90##19##IDS_ERROR_17##1901##IDS_ERROR_91##1902##IDS_ERROR_92##1903##IDS_ERROR_93##1904##IDS_ERROR_94##1905##IDS_ERROR_95##1906##IDS_ERROR_96##1907##IDS_ERROR_97##1908##IDS_ERROR_98##1909##IDS_ERROR_99##1910##IDS_ERROR_100##1911##IDS_ERROR_101##1912##IDS_ERROR_102##1913##IDS_ERROR_103##1914##IDS_ERROR_104##1915##IDS_ERROR_105##1916##IDS_ERROR_106##1917##IDS_ERROR_107##1918##IDS_ERROR_108##1919##IDS_ERROR_109##1920##IDS_ERROR_110##1921##IDS_ERROR_111##1922##IDS_ERROR_112##1923##IDS_ERROR_113##1924##IDS_ERROR_114##1925##IDS_ERROR_115##1926##IDS_ERROR_116##1927##IDS_ERROR_117##1928##IDS_ERROR_118##1929##IDS_ERROR_119##1930##IDS_ERROR_125##1931##IDS_ERROR_126##1932##IDS_ERROR_127##1933##IDS_ERROR_128##1934##IDS_ERROR_129##1935##IDS_ERROR_1935##1936##IDS_ERROR_1936##1937##IDS_ERROR_1937##1938##IDS_ERROR_1938##2##IDS_ERROR_2##20##IDS_ERROR_18##21##IDS_ERROR_19##2101##IDS_ERROR_2101##2102##IDS_ERROR_2102##2103##IDS_ERROR_2103##2104##IDS_ERROR_2104##2105##IDS_ERROR_2105##2106##IDS_ERROR_2106##2107##IDS_ERROR_2107##2108##IDS_ERROR_2108##2109##IDS_ERROR_2109##2110##IDS_ERROR_2110##2111##IDS_ERROR_2111##2112##IDS_ERROR_2112##2113##IDS_ERROR_2113##22##IDS_ERROR_120##2200##IDS_ERROR_2200##2201##IDS_ERROR_2201##2202##IDS_ERROR_2202##2203##IDS_ERROR_2203##2204##IDS_ERROR_2204##2205##IDS_ERROR_2205##2206##IDS_ERROR_2206##2207##IDS_ERROR_2207##2208##IDS_ERROR_2208##2209##IDS_ERROR_2209##2210##IDS_ERROR_2210##2211##IDS_ERROR_2211##2212##IDS_ERROR_2212##2213##IDS_ERROR_2213##2214##IDS_ERROR_2214##2215##IDS_ERROR_2215##2216##IDS_ERROR_2216##2217##IDS_ERROR_2217##2218##IDS_ERROR_2218##2219##IDS_ERROR_2219##2220##IDS_ERROR_2220##2221##IDS_ERROR_2221##2222##IDS_ERROR_2222##2223##IDS_ERROR_2223##2224##IDS_ERROR_2224##2225##IDS_ERROR_2225##2226##IDS_ERROR_2226##2227##IDS_ERROR_2227##2228##IDS_ERROR_2228##2229##IDS_ERROR_2229##2230##IDS_ERROR_2230##2231##IDS_ERROR_2231##2232##IDS_ERROR_2232##2233##IDS_ERROR_2233##2234##IDS_ERROR_2234##2235##IDS_ERROR_2235##2236##IDS_ERROR_2236##2237##IDS_ERROR_2237##2238##IDS_ERROR_2238##2239##IDS_ERROR_2239##2240##IDS_ERROR_2240##2241##IDS_ERROR_2241##2242##IDS_ERROR_2242##2243##IDS_ERROR_2243##2244##IDS_ERROR_2244##2245##IDS_ERROR_2245##2246##IDS_ERROR_2246##2247##IDS_ERROR_2247##2248##IDS_ERROR_2248##2249##IDS_ERROR_2249##2250##IDS_ERROR_2250##2251##IDS_ERROR_2251##2252##IDS_ERROR_2252##2253##IDS_ERROR_2253##2254##IDS_ERROR_2254##2255##IDS_ERROR_2255##2256##IDS_ERROR_2256##2257##IDS_ERROR_2257##2258##IDS_ERROR_2258##2259##IDS_ERROR_2259##2260##IDS_ERROR_2260##2261##IDS_ERROR_2261##2262##IDS_ERROR_2262##2263##IDS_ERROR_2263##2264##IDS_ERROR_2264##2265##IDS_ERROR_2265##2266##IDS_ERROR_2266##2267##IDS_ERROR_2267##2268##IDS_ERROR_2268##2269##IDS_ERROR_2269##2270##IDS_ERROR_2270##2271##IDS_ERROR_2271##2272##IDS_ERROR_2272##2273##IDS_ERROR_2273##2274##IDS_ERROR_2274##2275##IDS_ERROR_2275##2276##IDS_ERROR_2276##2277##IDS_ERROR_2277##2278##IDS_ERROR_2278##2279##IDS_ERROR_2279##2280##IDS_ERROR_2280##2281##IDS_ERROR_2281##2282##IDS_ERROR_2282##23##IDS_ERROR_121##2302##IDS_ERROR_2302##2303##IDS_ERROR_2303##2304##IDS_ERROR_2304##2305##IDS_ERROR_2305##2306##IDS_ERROR_2306##2307##IDS_ERROR_2307##2308##IDS_ERROR_2308##2309##IDS_ERROR_2309##2310##IDS_ERROR_2310##2315##IDS_ERROR_2315##2318##IDS_ERROR_2318##2319##IDS_ERROR_2319##2320##IDS_ERROR_2320##2321##IDS_ERROR_2321##2322##IDS_ERROR_2322##2323##IDS_ERROR_2323##2324##IDS_ERROR_2324##2325##IDS_ERROR_2325##2326##IDS_ERROR_2326##2327##IDS_ERROR_2327##2328##IDS_ERROR_2328##2329##IDS_ERROR_2329##2330##IDS_ERROR_2330##2331##IDS_ERROR_2331##2332##IDS_ERROR_2332##2333##IDS_ERROR_2333##2334##IDS_ERROR_2334##2335##IDS_ERROR_2335##2336##IDS_ERROR_2336##2337##IDS_ERROR_2337##2338##IDS_ERROR_2338##2339##IDS_ERROR_2339##2340##IDS_ERROR_2340##2341##IDS_ERROR_2341##2342##IDS_ERROR_2342##2343##IDS_ERROR_2343##2344##IDS_ERROR_2344##2345##IDS_ERROR_2345##2347##IDS_ERROR_2347##2348##IDS_ERROR_2348##2349##IDS_ERROR_2349##2350##IDS_ERROR_2350##2351##IDS_ERROR_2351##2352##IDS_ERROR_2352##2353##IDS_ERROR_2353##2354##IDS_ERROR_2354##2355##IDS_ERROR_2355##2356##IDS_ERROR_2356##2357##IDS_ERROR_2357##2358##IDS_ERROR_2358##2359##IDS_ERROR_2359##2360##IDS_ERROR_2360##2361##IDS_ERROR_2361##2362##IDS_ERROR_2362##2363##IDS_ERROR_2363##2364##IDS_ERROR_2364##2365##IDS_ERROR_2365##2366##IDS_ERROR_2366##2367##IDS_ERROR_2367##2368##IDS_ERROR_2368##2370##IDS_ERROR_2370##2371##IDS_ERROR_2371##2372##IDS_ERROR_2372##2373##IDS_ERROR_2373##2374##IDS_ERROR_2374##2375##IDS_ERROR_2375##2376##IDS_ERROR_2376##2379##IDS_ERROR_2379##2380##IDS_ERROR_2380##2381##IDS_ERROR_2381##2382##IDS_ERROR_2382##2401##IDS_ERROR_2401##2402##IDS_ERROR_2402##2501##IDS_ERROR_2501##2502##IDS_ERROR_2502##2503##IDS_ERROR_2503##2601##IDS_ERROR_2601##2602##IDS_ERROR_2602##2603##IDS_ERROR_2603##2604##IDS_ERROR_2604##2605##IDS_ERROR_2605##2606##IDS_ERROR_2606##2607##IDS_ERROR_2607##2608##IDS_ERROR_2608##2609##IDS_ERROR_2609##2611##IDS_ERROR_2611##2612##IDS_ERROR_2612##2613##IDS_ERROR_2613##2614##IDS_ERROR_2614##2615##IDS_ERROR_2615##2616##IDS_ERROR_2616##2617##IDS_ERROR_2617##2618##IDS_ERROR_2618##2619##IDS_ERROR_2619##2620##IDS_ERROR_2620##2621##IDS_ERROR_2621##2701##IDS_ERROR_2701##2702##IDS_ERROR_2702##2703##IDS_ERROR_2703##2704##IDS_ERROR_2704##2705##IDS_ERROR_2705##2706##IDS_ERROR_2706##2707##IDS_ERROR_2707##2708##IDS_ERROR_2708##2709##IDS_ERROR_2709##2710##IDS_ERROR_2710##2711##IDS_ERROR_2711##2712##IDS_ERROR_2712##2713##IDS_ERROR_2713##2714##IDS_ERROR_2714##2715##IDS_ERROR_2715##2716##IDS_ERROR_2716##2717##IDS_ERROR_2717##2718##IDS_ERROR_2718##2719##IDS_ERROR_2719##2720##IDS_ERROR_2720##2721##IDS_ERROR_2721##2722##IDS_ERROR_2722##2723##IDS_ERROR_2723##2724##IDS_ERROR_2724##2725##IDS_ERROR_2725##2726##IDS_ERROR_2726##2727##IDS_ERROR_2727##2728##IDS_ERROR_2728##2729##IDS_ERROR_2729##2730##IDS_ERROR_2730##2731##IDS_ERROR_2731##2732##IDS_ERROR_2732##2733##IDS_ERROR_2733##2734##IDS_ERROR_2734##2735##IDS_ERROR_2735##2736##IDS_ERROR_2736##2737##IDS_ERROR_2737##2738##IDS_ERROR_2738##2739##IDS_ERROR_2739##2740##IDS_ERROR_2740##2741##IDS_ERROR_2741##2742##IDS_ERROR_2742##2743##IDS_ERROR_2743##2744##IDS_ERROR_2744##2745##IDS_ERROR_2745##2746##IDS_ERROR_2746##2747##IDS_ERROR_2747##2748##IDS_ERROR_2748##2749##IDS_ERROR_2749##2750##IDS_ERROR_2750##27500##IDS_ERROR_130##27501##IDS_ERROR_131##27502##IDS_ERROR_27502##27503##IDS_ERROR_27503##27504##IDS_ERROR_27504##27505##IDS_ERROR_27505##27506##IDS_ERROR_27506##27507##IDS_ERROR_27507##27508##IDS_ERROR_27508##27509##IDS_ERROR_27509##2751##IDS_ERROR_2751##27510##IDS_ERROR_27510##27511##IDS_ERROR_27511##27512##IDS_ERROR_27512##27513##IDS_ERROR_27513##27514##IDS_ERROR_27514##27515##IDS_ERROR_27515##27516##IDS_ERROR_27516##27517##IDS_ERROR_27517##27518##IDS_ERROR_27518##27519##IDS_ERROR_27519##2752##IDS_ERROR_2752##27520##IDS_ERROR_27520##27521##IDS_ERROR_27521##27522##IDS_ERROR_27522##27523##IDS_ERROR_27523##27524##IDS_ERROR_27524##27525##IDS_ERROR_27525##27526##IDS_ERROR_27526##27527##IDS_ERROR_27527##27528##IDS_ERROR_27528##27529##IDS_ERROR_27529##2753##IDS_ERROR_2753##27530##IDS_ERROR_27530##27531##IDS_ERROR_27531##27532##IDS_ERROR_27532##27533##IDS_ERROR_27533##27534##IDS_ERROR_27534##27535##IDS_ERROR_27535##27536##IDS_ERROR_27536##27537##IDS_ERROR_27537##27538##IDS_ERROR_27538##27539##IDS_ERROR_27539##2754##IDS_ERROR_2754##27540##IDS_ERROR_27540##27541##IDS_ERROR_27541##27542##IDS_ERROR_27542##27543##IDS_ERROR_27543##27544##IDS_ERROR_27544##27545##IDS_ERROR_27545##27546##IDS_ERROR_27546##27547##IDS_ERROR_27547##27548##IDS_ERROR_27548##27549##IDS_ERROR_27549##2755##IDS_ERROR_2755##27550##IDS_ERROR_27550##27551##IDS_ERROR_27551##27552##IDS_ERROR_27552##27553##IDS_ERROR_27553##27554##IDS_ERROR_27554##27555##IDS_ERROR_27555##2756##IDS_ERROR_2756##2757##IDS_ERROR_2757##2758##IDS_ERROR_2758##2759##IDS_ERROR_2759##2760##IDS_ERROR_2760##2761##IDS_ERROR_2761##2762##IDS_ERROR_2762##2763##IDS_ERROR_2763##2765##IDS_ERROR_2765##2766##IDS_ERROR_2766##2767##IDS_ERROR_2767##2768##IDS_ERROR_2768##2769##IDS_ERROR_2769##2770##IDS_ERROR_2770##2771##IDS_ERROR_2771##2772##IDS_ERROR_2772##2801##IDS_ERROR_2801##2802##IDS_ERROR_2802##2803##IDS_ERROR_2803##2804##IDS_ERROR_2804##2806##IDS_ERROR_2806##2807##IDS_ERROR_2807##2808##IDS_ERROR_2808##2809##IDS_ERROR_2809##2810##IDS_ERROR_2810##2811##IDS_ERROR_2811##2812##IDS_ERROR_2812##2813##IDS_ERROR_2813##2814##IDS_ERROR_2814##2815##IDS_ERROR_2815##2816##IDS_ERROR_2816##2817##IDS_ERROR_2817##2818##IDS_ERROR_2818##2819##IDS_ERROR_2819##2820##IDS_ERROR_2820##2821##IDS_ERROR_2821##2822##IDS_ERROR_2822##2823##IDS_ERROR_2823##2824##IDS_ERROR_2824##2825##IDS_ERROR_2825##2826##IDS_ERROR_2826##2827##IDS_ERROR_2827##2828##IDS_ERROR_2828##2829##IDS_ERROR_2829##2830##IDS_ERROR_2830##2831##IDS_ERROR_2831##2832##IDS_ERROR_2832##2833##IDS_ERROR_2833##2834##IDS_ERROR_2834##2835##IDS_ERROR_2835##2836##IDS_ERROR_2836##2837##IDS_ERROR_2837##2838##IDS_ERROR_2838##2839##IDS_ERROR_2839##2840##IDS_ERROR_2840##2841##IDS_ERROR_2841##2842##IDS_ERROR_2842##2843##IDS_ERROR_2843##2844##IDS_ERROR_2844##2845##IDS_ERROR_2845##2846##IDS_ERROR_2846##2847##IDS_ERROR_2847##2848##IDS_ERROR_2848##2849##IDS_ERROR_2849##2850##IDS_ERROR_2850##2851##IDS_ERROR_2851##2852##IDS_ERROR_2852##2853##IDS_ERROR_2853##2854##IDS_ERROR_2854##2855##IDS_ERROR_2855##2856##IDS_ERROR_2856##2857##IDS_ERROR_2857##2858##IDS_ERROR_2858##2859##IDS_ERROR_2859##2860##IDS_ERROR_2860##2861##IDS_ERROR_2861##2862##IDS_ERROR_2862##2863##IDS_ERROR_2863##2864##IDS_ERROR_2864##2865##IDS_ERROR_2865##2866##IDS_ERROR_2866##2867##IDS_ERROR_2867##2868##IDS_ERROR_2868##2869##IDS_ERROR_2869##2870##IDS_ERROR_2870##2871##IDS_ERROR_2871##2872##IDS_ERROR_2872##2873##IDS_ERROR_2873##2874##IDS_ERROR_2874##2875##IDS_ERROR_2875##2876##IDS_ERROR_2876##2877##IDS_ERROR_2877##2878##IDS_ERROR_2878##2879##IDS_ERROR_2879##2880##IDS_ERROR_2880##2881##IDS_ERROR_2881##2882##IDS_ERROR_2882##2883##IDS_ERROR_2883##2884##IDS_ERROR_2884##2885##IDS_ERROR_2885##2886##IDS_ERROR_2886##2887##IDS_ERROR_2887##2888##IDS_ERROR_2888##2889##IDS_ERROR_2889##2890##IDS_ERROR_2890##2891##IDS_ERROR_2891##2892##IDS_ERROR_2892##2893##IDS_ERROR_2893##2894##IDS_ERROR_2894##2895##IDS_ERROR_2895##2896##IDS_ERROR_2896##2897##IDS_ERROR_2897##2898##IDS_ERROR_2898##2899##IDS_ERROR_2899##2901##IDS_ERROR_2901##2902##IDS_ERROR_2902##2903##IDS_ERROR_2903##2904##IDS_ERROR_2904##2905##IDS_ERROR_2905##2906##IDS_ERROR_2906##2907##IDS_ERROR_2907##2908##IDS_ERROR_2908##2909##IDS_ERROR_2909##2910##IDS_ERROR_2910##2911##IDS_ERROR_2911##2912##IDS_ERROR_2912##2919##IDS_ERROR_2919##2920##IDS_ERROR_2920##2924##IDS_ERROR_2924##2927##IDS_ERROR_2927##2928##IDS_ERROR_2928##2929##IDS_ERROR_2929##2932##IDS_ERROR_2932##2933##IDS_ERROR_2933##2934##IDS_ERROR_2934##2935##IDS_ERROR_2935##2936##IDS_ERROR_2936##2937##IDS_ERROR_2937##2938##IDS_ERROR_2938##2939##IDS_ERROR_2939##2940##IDS_ERROR_2940##2941##IDS_ERROR_2941##2942##IDS_ERROR_2942##2943##IDS_ERROR_2943##2944##IDS_ERROR_2944##2945##IDS_ERROR_2945##3001##IDS_ERROR_3001##3002##IDS_ERROR_3002##32##IDS_ERROR_20##33##IDS_ERROR_21##4##IDS_ERROR_3##5##IDS_ERROR_4##7##IDS_ERROR_5##8##IDS_ERROR_6##9##IDS_ERROR_7##
+ + + Dialog_ + Control_ + Event + Attribute + + + + + + + + + + + + + + + +
CustomSetupItemDescriptionSelectionDescriptionTextCustomSetupLocationSelectionPathTextCustomSetupSizeSelectionSizeTextSetupInitializationActionDataActionDataTextSetupInitializationActionTextActionTextTextSetupProgressActionProgress95AdminInstallFinalizeProgressSetupProgressActionProgress95InstallFilesProgressSetupProgressActionProgress95MoveFilesProgressSetupProgressActionProgress95RemoveFilesProgressSetupProgressActionProgress95RemoveRegistryValuesProgressSetupProgressActionProgress95SetProgressProgressSetupProgressActionProgress95UnmoveFilesProgressSetupProgressActionProgress95WriteIniValuesProgressSetupProgressActionProgress95WriteRegistryValuesProgressSetupProgressActionTextActionTextText
+ + + Extension + Component_ + ProgId_ + MIME_ + Feature_ +
+ + + Feature + Feature_Parent + Title + Description + Display + Level + Directory_ + Attributes + ISReleaseFlags + ISComments + ISFeatureCabName + ISProFeatureName +
AlwaysInstall##DN_AlwaysInstall##Enter the description for this feature here.01INSTALLDIR16Enter comments regarding this feature here. +
+ + + Feature_ + Component_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AlwaysInstallACC.dllAlwaysInstallArinDbClass.dllAlwaysInstallArinNewFp.dllAlwaysInstallC1.Win.C1FlexGrid.4.dllAlwaysInstallCommonClassv2.dllAlwaysInstallEpoleNet.exeAlwaysInstallFarPoint.CalcEngine.dllAlwaysInstallFarPoint.Excel.dllAlwaysInstallFarPoint.PDF.dllAlwaysInstallFarPoint.PluginCalendar.WinForms.dllAlwaysInstallFarPoint.Win.Chart.Design.dllAlwaysInstallFarPoint.Win.Chart.dllAlwaysInstallFarPoint.Win.Design.dllAlwaysInstallFarPoint.Win.Ink.dllAlwaysInstallFarPoint.Win.Spread.Design.dllAlwaysInstallFarPoint.Win.Spread.Html.dllAlwaysInstallFarPoint.Win.Spread.dllAlwaysInstallFarPoint.Win.TextRenderer.dllAlwaysInstallFarPoint.Win.dllAlwaysInstallISX_DEFAULTCOMPONENTAlwaysInstallISX_DEFAULTCOMPONENT1AlwaysInstallISX_DEFAULTCOMPONENT10AlwaysInstallISX_DEFAULTCOMPONENT11AlwaysInstallISX_DEFAULTCOMPONENT12AlwaysInstallISX_DEFAULTCOMPONENT13AlwaysInstallISX_DEFAULTCOMPONENT14AlwaysInstallISX_DEFAULTCOMPONENT15AlwaysInstallISX_DEFAULTCOMPONENT16AlwaysInstallISX_DEFAULTCOMPONENT17AlwaysInstallISX_DEFAULTCOMPONENT18AlwaysInstallISX_DEFAULTCOMPONENT2AlwaysInstallISX_DEFAULTCOMPONENT3AlwaysInstallISX_DEFAULTCOMPONENT4AlwaysInstallISX_DEFAULTCOMPONENT5AlwaysInstallISX_DEFAULTCOMPONENT6AlwaysInstallISX_DEFAULTCOMPONENT7AlwaysInstallISX_DEFAULTCOMPONENT8AlwaysInstallISX_DEFAULTCOMPONENT9AlwaysInstallMyControlOLEDBv2.DLLAlwaysInstallThoughtWorks.QRCode.DLLAlwaysInstallpolicy.5.0.FarPoint.Win.Spread.dllAlwaysInstallpolicy.5.0.FarPoint.Win.dllAlwaysInstallstdole.dll
+ + + File + Component_ + FileName + FileSize + Version + Language + Attributes + Sequence + ISBuildSourcePath + ISAttributes + ISComponentSubFolder_ +
File.cfgISX_DEFAULTCOMPONENT7(F)NOR~1.CFG|(f)normal(고장신고qr).cfg01E:\SIMP\한전번호찰(통합)\Style\(f)normal(고장신고qr).cfg1 + File.cfg1ISX_DEFAULTCOMPONENT7(G)NOR~1.CFG|(g)normal(점검필).cfg01E:\SIMP\한전번호찰(통합)\Style\(g)normal(점검필).cfg1 + File.cfg2ISX_DEFAULTCOMPONENT7(H)NOR~1.CFG|(h)normal (주소있음).cfg01E:\SIMP\한전번호찰(통합)\Style\(h)normal (주소있음).cfg1 + File.iniISX_DEFAULTCOMPONENT7(F)NOR~1.INI|(f)normal(고장신고QR).ini01E:\SIMP\한전번호찰(통합)\Style\(f)normal(고장신고QR).ini1 + File.ini1ISX_DEFAULTCOMPONENT7(G)NOR~1.INI|(g)normal(점검필).ini01E:\SIMP\한전번호찰(통합)\Style\(g)normal(점검필).ini1 + File.ini2ISX_DEFAULTCOMPONENT7(H)NOR~1.INI|(h)normal (주소있음).ini01E:\SIMP\한전번호찰(통합)\Style\(h)normal (주소있음).ini1 + File.urlISX_DEFAULTCOMPONENT17해광기획.url01E:\SIMP\한전번호찰(통합)\해광기획.url1 + _a_half.cfgISX_DEFAULTCOMPONENT7(a)half.cfg01E:\SIMP\한전번호찰(통합)\Style\(a)half.cfg1 + _a_half.iniISX_DEFAULTCOMPONENT7(a)half.ini01E:\SIMP\한전번호찰(통합)\Style\(a)half.ini1 + _b_normal.cfgISX_DEFAULTCOMPONENT7(B)NOR~1.CFG|(b)normal.cfg01E:\SIMP\한전번호찰(통합)\Style\(b)normal.cfg1 + _b_normal.iniISX_DEFAULTCOMPONENT7(B)NOR~1.INI|(b)normal.ini01E:\SIMP\한전번호찰(통합)\Style\(b)normal.ini1 + _c_jung.cfgISX_DEFAULTCOMPONENT7(c)jung.cfg01E:\SIMP\한전번호찰(통합)\Style\(c)jung.cfg1 + _c_jung.iniISX_DEFAULTCOMPONENT7(c)jung.ini01E:\SIMP\한전번호찰(통합)\Style\(c)jung.ini1 + _d_soju.cfgISX_DEFAULTCOMPONENT7(d)soju.cfg01E:\SIMP\한전번호찰(통합)\Style\(d)soju.cfg1 + _d_soju.iniISX_DEFAULTCOMPONENT7(d)soju.ini01E:\SIMP\한전번호찰(통합)\Style\(d)soju.ini1 + _e_kiip.cfgISX_DEFAULTCOMPONENT7(e)kiip.cfg01E:\SIMP\한전번호찰(통합)\Style\(e)kiip.cfg1 + _e_kiip.iniISX_DEFAULTCOMPONENT7(e)kiip.ini01E:\SIMP\한전번호찰(통합)\Style\(e)kiip.ini1 + _e_kiip.ini.bakISX_DEFAULTCOMPONENT7(E)KII~1.BAK|(e)kiip.ini.bak01E:\SIMP\한전번호찰(통합)\Style\(e)kiip.ini.bak1 + _f_bunsanjunwon.cfgISX_DEFAULTCOMPONENT7(F)BUN~1.CFG|(f)bunsanjunwon.cfg01E:\SIMP\한전번호찰(통합)\Style\(f)bunsanjunwon.cfg1 + _f_bunsanjunwon.iniISX_DEFAULTCOMPONENT7(F)BUN~1.INI|(f)bunsanjunwon.ini01E:\SIMP\한전번호찰(통합)\Style\(f)bunsanjunwon.ini1 + _i_sunro_kiip.cfgISX_DEFAULTCOMPONENT7(I)SUN~1.CFG|(i)sunro kiip.cfg01E:\SIMP\한전번호찰(통합)\Style\(i)sunro kiip.cfg1 + _i_sunro_kiip.iniISX_DEFAULTCOMPONENT7(I)SUN~1.INI|(i)sunro kiip.ini01E:\SIMP\한전번호찰(통합)\Style\(i)sunro kiip.ini1 + _j_sigong_kiip.cfgISX_DEFAULTCOMPONENT7(J)SIG~1.CFG|(j)sigong kiip.cfg01E:\SIMP\한전번호찰(통합)\Style\(j)sigong kiip.cfg1 + _j_sigong_kiip.iniISX_DEFAULTCOMPONENT7(J)SIG~1.INI|(j)sigong kiip.ini01E:\SIMP\한전번호찰(통합)\Style\(j)sigong kiip.ini1 + acc.dllACC.dllACC.dll01E:\SIMP\한전번호찰(통합)\ACC.dll1 + addepole_static.iniISX_DEFAULTCOMPONENT17ADDEPO~1.INI|AddEpole_static.ini01E:\SIMP\한전번호찰(통합)\AddEpole_static.ini1 + addepolejj_static.iniISX_DEFAULTCOMPONENT17ADDEPO~1.INI|AddEpoleJJ_static.ini01E:\SIMP\한전번호찰(통합)\AddEpoleJJ_static.ini1 + arindbclass.dllArinDbClass.dllARINDB~1.DLL|ArinDbClass.dll01E:\SIMP\한전번호찰(통합)\ArinDbClass.dll1 + arinnewfp.dllArinNewFp.dllARINNE~1.DLL|ArinNewFp.dll01E:\SIMP\한전번호찰(통합)\ArinNewFp.dll1 + bsunb_a_.cfgISX_DEFAULTCOMPONENT8bsunb(a).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(a).cfg1 + bsunb_a_.iniISX_DEFAULTCOMPONENT8bsunb(a).ini01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(a).ini1 + bsunb_b_.cfgISX_DEFAULTCOMPONENT8bsunb(b).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(b).cfg1 + bsunb_b_.iniISX_DEFAULTCOMPONENT8bsunb(b).ini01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(b).ini1 + bunsanjunwon.jpgISX_DEFAULTCOMPONENT2BUNSAN~1.JPG|bunsanjunwon.jpg01E:\SIMP\한전번호찰(통합)\image\bunsanjunwon.jpg1 + c1.win.c1flexgrid.4.dllC1.Win.C1FlexGrid.4.dllC1WINC~1.DLL|C1.Win.C1FlexGrid.4.dll01E:\SIMP\한전번호찰(통합)\C1.Win.C1FlexGrid.4.dll1 + cable.cfgISX_DEFAULTCOMPONENT8cable.cfg01E:\SIMP\한전번호찰(통합)\styleCAB\cable.cfg1 + cable.iniISX_DEFAULTCOMPONENT8cable.ini01E:\SIMP\한전번호찰(통합)\styleCAB\cable.ini1 + cable_a_.cfgISX_DEFAULTCOMPONENT8cable(a).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\cable(a).cfg1 + co1.jpgISX_DEFAULTCOMPONENT2co1.jpg01E:\SIMP\한전번호찰(통합)\image\co1.jpg1 + commonclassv2.dllCommonClassv2.dllCOMMON~1.DLL|CommonClassv2.dll01E:\SIMP\한전번호찰(통합)\CommonClassv2.dll1 + database.mdbISX_DEFAULTCOMPONENT16database.mdb01E:\SIMP\한전번호찰(통합)\Database\database.mdb1 + default.iniISX_DEFAULTCOMPONENT4default.ini01E:\SIMP\한전번호찰(통합)\macro\oton\default.ini1 + default.ini1ISX_DEFAULTCOMPONENT5default.ini01E:\SIMP\한전번호찰(통합)\macro\xlssync\default.ini1 + deung_spread.iniISX_DEFAULTCOMPONENT18DEUNG_~1.INI|deung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\deung_spread.INI1 + ding.wavISX_DEFAULTCOMPONENT6ding.wav01E:\SIMP\한전번호찰(통합)\sound\ding.wav1 + epole.iniISX_DEFAULTCOMPONENT17epole.ini01E:\SIMP\한전번호찰(통합)\epole.ini1 + epolenet.exeEpoleNet.exeEpoleNet.exe01E:\SIMP\한전번호찰(통합)\EpoleNet.exe1 + etc1.jpgISX_DEFAULTCOMPONENT2etc1.jpg01E:\SIMP\한전번호찰(통합)\image\etc1.jpg1 + etc1org.jpgISX_DEFAULTCOMPONENT2etc1org.jpg01E:\SIMP\한전번호찰(통합)\image\etc1org.jpg1 + farpoint.calcengine.dllFarPoint.CalcEngine.dllFARPOI~1.DLL|FarPoint.CalcEngine.dll01E:\SIMP\한전번호찰(통합)\FarPoint.CalcEngine.dll1 + farpoint.excel.dllFarPoint.Excel.dllFARPOI~1.DLL|FarPoint.Excel.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Excel.dll1 + farpoint.pdf.dllFarPoint.PDF.dllFARPOI~1.DLL|FarPoint.PDF.dll01E:\SIMP\한전번호찰(통합)\FarPoint.PDF.dll1 + farpoint.plugincalendar.winfFarPoint.PluginCalendar.WinForms.dllFARPOI~1.DLL|FarPoint.PluginCalendar.WinForms.dll01E:\SIMP\한전번호찰(통합)\FarPoint.PluginCalendar.WinForms.dll1 + farpoint.win.chart.design.dlFarPoint.Win.Chart.Design.dllFARPOI~1.DLL|FarPoint.Win.Chart.Design.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Chart.Design.dll1 + farpoint.win.chart.dllFarPoint.Win.Chart.dllFARPOI~1.DLL|FarPoint.Win.Chart.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Chart.dll1 + farpoint.win.design.dllFarPoint.Win.Design.dllFARPOI~1.DLL|FarPoint.Win.Design.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Design.dll1 + farpoint.win.dllFarPoint.Win.dllFARPOI~1.DLL|FarPoint.Win.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.dll1 + farpoint.win.ink.dllFarPoint.Win.Ink.dllFARPOI~1.DLL|FarPoint.Win.Ink.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Ink.dll1 + farpoint.win.spread.design.dFarPoint.Win.Spread.Design.dllFARPOI~1.DLL|FarPoint.Win.Spread.Design.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Spread.Design.dll1 + farpoint.win.spread.dllFarPoint.Win.Spread.dllFARPOI~1.DLL|FarPoint.Win.Spread.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Spread.dll1 + farpoint.win.spread.html.dllFarPoint.Win.Spread.Html.dllFARPOI~1.DLL|FarPoint.Win.Spread.Html.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Spread.Html.dll1 + farpoint.win.textrenderer.dlFarPoint.Win.TextRenderer.dllFARPOI~1.DLL|FarPoint.Win.TextRenderer.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.TextRenderer.dll1 + fixedstring.iniISX_DEFAULTCOMPONENT17FIXEDS~1.INI|FixedString.INI01E:\SIMP\한전번호찰(통합)\FixedString.INI1 + gigi.jpgISX_DEFAULTCOMPONENT2gigi.jpg01E:\SIMP\한전번호찰(통합)\image\gigi.jpg1 + goap_ha_.cfgISX_DEFAULTCOMPONENT10goap(ha).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(ha).cfg1 + goap_la_.cfgISX_DEFAULTCOMPONENT10goap(la).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la).cfg1 + goap_la_lb_.cfgISX_DEFAULTCOMPONENT10GOAP(L~1.CFG|goap(la,lb).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la,lb).cfg1 + goap_la_lb_.iniISX_DEFAULTCOMPONENT10GOAP(L~1.INI|goap(LA,LB).ini01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(LA,LB).ini1 + goap_la_lb_.shapeISX_DEFAULTCOMPONENT10GOAP(L~1.SHA|goap(la,lb).shape01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la,lb).shape1 + goapha_ab_.cfgISX_DEFAULTCOMPONENT10GOAPHA~1.CFG|goapha,ab).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goapha,ab).cfg1 + goapha_ab_.iniISX_DEFAULTCOMPONENT10GOAPHA~1.INI|goapHA,AB).ini01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goapHA,AB).ini1 + goapha_ab_.shapeISX_DEFAULTCOMPONENT10GOAPHA~1.SHA|goapha,ab).shape01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goapha,ab).shape1 + gongran.jpgISX_DEFAULTCOMPONENT2gongran.jpg01E:\SIMP\한전번호찰(통합)\image\gongran.jpg1 + half.jpgISX_DEFAULTCOMPONENT2half.jpg01E:\SIMP\한전번호찰(통합)\image\half.jpg1 + hg.icoISX_DEFAULTCOMPONENT17hg.ico01E:\SIMP\한전번호찰(통합)\hg.ico1 + hg.ico1ISX_DEFAULTCOMPONENT2hg.ico01E:\SIMP\한전번호찰(통합)\image\hg.ico1 + import.iniISX_DEFAULTCOMPONENT17import.ini01E:\SIMP\한전번호찰(통합)\import.ini1 + inipgua.jpgISX_DEFAULTCOMPONENT2inipgua.jpg01E:\SIMP\한전번호찰(통합)\image\inipgua.jpg1 + inipgua1.jpgISX_DEFAULTCOMPONENT2inipgua1.jpg01E:\SIMP\한전번호찰(통합)\image\inipgua1.jpg1 + inipgub.jpgISX_DEFAULTCOMPONENT2inipgub.jpg01E:\SIMP\한전번호찰(통합)\image\inipgub.jpg1 + jd.jpgISX_DEFAULTCOMPONENT2jd.jpg01E:\SIMP\한전번호찰(통합)\image\jd.jpg1 + jgw.jpgISX_DEFAULTCOMPONENT2jgw.jpg01E:\SIMP\한전번호찰(통합)\image\jgw.jpg1 + jgy.jpgISX_DEFAULTCOMPONENT2jgy.jpg01E:\SIMP\한전번호찰(통합)\image\jgy.jpg1 + jijung_spread.iniISX_DEFAULTCOMPONENT18JIJUNG~1.INI|Jijung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\Jijung_spread.INI1 + jijungcab_spread.iniISX_DEFAULTCOMPONENT18JIJUNG~1.INI|JijungCAB_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\JijungCAB_spread.INI1 + jijungcablabel_spread.iniISX_DEFAULTCOMPONENT18JIJUNG~1.INI|JijungCABLABEL_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\JijungCABLABEL_spread.INI1 + junju_n_1.jpgISX_DEFAULTCOMPONENT2JUNJU(~1.JPG|junju(n)1.jpg01E:\SIMP\한전번호찰(통합)\image\junju(n)1.jpg1 + kepco.jpgISX_DEFAULTCOMPONENT2kepco.jpg01E:\SIMP\한전번호찰(통합)\image\kepco.jpg1 + kiip.jpgISX_DEFAULTCOMPONENT2kiip.jpg01E:\SIMP\한전번호찰(통합)\image\kiip.jpg1 + kiki0.cfgISX_DEFAULTCOMPONENT14kiki0.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki0.cfg1 + kiki0.iniISX_DEFAULTCOMPONENT14kiki0.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki0.ini1 + kiki1.cfgISX_DEFAULTCOMPONENT14kiki1.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki1.cfg1 + kiki1.iniISX_DEFAULTCOMPONENT14kiki1.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki1.ini1 + kiki2.cfgISX_DEFAULTCOMPONENT14kiki2.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki2.cfg1 + kiki2.iniISX_DEFAULTCOMPONENT14kiki2.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki2.ini1 + kiki3.cfgISX_DEFAULTCOMPONENT14kiki3.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki3.cfg1 + kiki3.iniISX_DEFAULTCOMPONENT14kiki3.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki3.ini1 + lable1.jpgISX_DEFAULTCOMPONENT2lable1.jpg01E:\SIMP\한전번호찰(통합)\image\lable1.jpg1 + lable2.jpgISX_DEFAULTCOMPONENT2lable2.jpg01E:\SIMP\한전번호찰(통합)\image\lable2.jpg1 + listview.iniISX_DEFAULTCOMPONENT17LISTVIEW.INI01E:\SIMP\한전번호찰(통합)\LISTVIEW.INI1 + main_spread.iniISX_DEFAULTCOMPONENT18MAIN_S~1.INI|main_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\main_spread.INI1 + mh.jpgISX_DEFAULTCOMPONENT2mh.jpg01E:\SIMP\한전번호찰(통합)\image\mh.jpg1 + migwung_a_.jpgISX_DEFAULTCOMPONENT2MIGWUN~1.JPG|migwung(a).jpg01E:\SIMP\한전번호찰(통합)\image\migwung(a).jpg1 + migwung_b_.jpgISX_DEFAULTCOMPONENT2MIGWUN~1.JPG|migwung(b).jpg01E:\SIMP\한전번호찰(통합)\image\migwung(b).jpg1 + mycontrololedbv2.dllMyControlOLEDBv2.DLLMYCONT~1.DLL|MyControlOLEDBv2.DLL01E:\SIMP\한전번호찰(통합)\MyControlOLEDBv2.DLL1 + norma_add.jpgISX_DEFAULTCOMPONENT2NORMA_~1.JPG|norma_add.jpg01E:\SIMP\한전번호찰(통합)\image\norma_add.jpg1 + norma_cl.jpgISX_DEFAULTCOMPONENT2norma-cl.jpg01E:\SIMP\한전번호찰(통합)\image\norma-cl.jpg1 + normal.cfgISX_DEFAULTCOMPONENT9normal.cfg01E:\SIMP\한전번호찰(통합)\styleCAB2\normal.cfg1 + normal.cfg1ISX_DEFAULTCOMPONENT12normal.cfg01E:\SIMP\한전번호찰(통합)\StyleETC\normal.cfg1 + normal.cfg2ISX_DEFAULTCOMPONENT13normal.cfg01E:\SIMP\한전번호찰(통합)\StyleJD\normal.cfg1 + normal.iniISX_DEFAULTCOMPONENT12normal.ini01E:\SIMP\한전번호찰(통합)\StyleETC\normal.ini1 + normal.ini.bakISX_DEFAULTCOMPONENT12NORMAL~1.BAK|normal.ini.bak01E:\SIMP\한전번호찰(통합)\StyleETC\normal.ini.bak1 + normal.ini1ISX_DEFAULTCOMPONENT13normal.ini01E:\SIMP\한전번호찰(통합)\StyleJD\normal.ini1 + normal.ini2ISX_DEFAULTCOMPONENT15normal.ini01E:\SIMP\한전번호찰(통합)\StyleKR\normal.ini1 + normal1.cfgISX_DEFAULTCOMPONENT11normal1.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal1.cfg1 + normal1.iniISX_DEFAULTCOMPONENT11normal1.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal1.ini1 + normal1_1.cfgISX_DEFAULTCOMPONENT11NORMAL~1.CFG|normal1-1.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal1-1.cfg1 + normal1_1.iniISX_DEFAULTCOMPONENT11NORMAL~1.INI|normal1-1.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal1-1.ini1 + normal2.cfgISX_DEFAULTCOMPONENT11normal2.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal2.cfg1 + normal2.iniISX_DEFAULTCOMPONENT11normal2.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal2.ini1 + normal2.ini1ISX_DEFAULTCOMPONENT15normal2.ini01E:\SIMP\한전번호찰(통합)\StyleKR\normal2.ini1 + normal2_1.cfgISX_DEFAULTCOMPONENT11NORMAL~1.CFG|normal2-1.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal2-1.cfg1 + normal2_1.iniISX_DEFAULTCOMPONENT11NORMAL~1.INI|normal2-1.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal2-1.ini1 + normal3.cfgISX_DEFAULTCOMPONENT11normal3.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal3.cfg1 + normal3.iniISX_DEFAULTCOMPONENT11normal3.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal3.ini1 + normal4.cfgISX_DEFAULTCOMPONENT11normal4.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal4.cfg1 + normal4.iniISX_DEFAULTCOMPONENT11normal4.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal4.ini1 + normal5.cfgISX_DEFAULTCOMPONENT11normal5.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal5.cfg1 + normal5.iniISX_DEFAULTCOMPONENT11normal5.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal5.ini1 + normal6.cfgISX_DEFAULTCOMPONENT11normal6.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal6.cfg1 + normal6.iniISX_DEFAULTCOMPONENT11normal6.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal6.ini1 + normal7.cfgISX_DEFAULTCOMPONENT11normal7.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\normal7.cfg1 + normal7.iniISX_DEFAULTCOMPONENT11normal7.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\normal7.ini1 + normal_qr.jpgISX_DEFAULTCOMPONENT2NORMAL~1.JPG|normal-qr.jpg01E:\SIMP\한전번호찰(통합)\image\normal-qr.jpg1 + normal_sw_.cfgISX_DEFAULTCOMPONENT9NORMAL~1.CFG|normal(sw).cfg01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(sw).cfg1 + normal_sw_.iniISX_DEFAULTCOMPONENT9NORMAL~1.INI|normal(sw).ini01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(sw).ini1 + normal_sw_pdf.cfgISX_DEFAULTCOMPONENT9NORMAL~1.CFG|normal(sw)pdf.cfg01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(sw)pdf.cfg1 + normal_sw_pdf.iniISX_DEFAULTCOMPONENT9NORMAL~1.INI|normal(sw)pdf.ini01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(sw)pdf.ini1 + normal_tr_.cfgISX_DEFAULTCOMPONENT9NORMAL~1.CFG|normal(tr).cfg01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(tr).cfg1 + normal_tr_.iniISX_DEFAULTCOMPONENT9NORMAL~1.INI|normal(tr).ini01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(tr).ini1 + normal_tr_pdf.cfgISX_DEFAULTCOMPONENT9NORMAL~1.CFG|normal(tr)pdf.cfg01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(tr)pdf.cfg1 + normal_tr_pdf.iniISX_DEFAULTCOMPONENT9NORMAL~1.INI|normal(tr)pdf.ini01E:\SIMP\한전번호찰(통합)\styleCAB2\normal(tr)pdf.ini1 + notify.wavISX_DEFAULTCOMPONENT6notify.wav01E:\SIMP\한전번호찰(통합)\sound\notify.wav1 + oton01.iniISX_DEFAULTCOMPONENT4oton01.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton01.ini1 + oton03.iniISX_DEFAULTCOMPONENT4oton03.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton03.ini1 + oton04.iniISX_DEFAULTCOMPONENT4oton04.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton04.ini1 + pad_gigi.jpgISX_DEFAULTCOMPONENT2PADGIG~1.JPG|pad gigi.jpg01E:\SIMP\한전번호찰(통합)\image\pad gigi.jpg1 + padsw.jpgISX_DEFAULTCOMPONENT2padsw.jpg01E:\SIMP\한전번호찰(통합)\image\padsw.jpg1 + padswcable.jpgISX_DEFAULTCOMPONENT2PADSWC~1.JPG|padswcable.jpg01E:\SIMP\한전번호찰(통합)\image\padswcable.jpg1 + padswcable_a_.jpgISX_DEFAULTCOMPONENT2PADSWC~1.JPG|padswcable(a).jpg01E:\SIMP\한전번호찰(통합)\image\padswcable(a).jpg1 + padtr_.jpgISX_DEFAULTCOMPONENT2PADTR~1.JPG|padtr .jpg01E:\SIMP\한전번호찰(통합)\image\padtr .jpg1 + padyakwang_a_.jpgISX_DEFAULTCOMPONENT2PADYAK~1.JPG|padyakwang(a).jpg01E:\SIMP\한전번호찰(통합)\image\padyakwang(a).jpg1 + padyakwang_b_.jpgISX_DEFAULTCOMPONENT2PADYAK~1.JPG|padyakwang(b).jpg01E:\SIMP\한전번호찰(통합)\image\padyakwang(b).jpg1 + pass.datISX_DEFAULTCOMPONENT17pass.dat01E:\SIMP\한전번호찰(통합)\pass.dat1 + patch.iniISX_DEFAULTCOMPONENT16patch.ini01E:\SIMP\한전번호찰(통합)\Database\patch.ini1 + policy.5.0.farpoint.win.dllpolicy.5.0.FarPoint.Win.dllPOLICY~1.DLL|policy.5.0.FarPoint.Win.dll01E:\SIMP\한전번호찰(통합)\policy.5.0.FarPoint.Win.dll1 + policy.5.0.farpoint.win.sprepolicy.5.0.FarPoint.Win.Spread.dllPOLICY~1.DLL|policy.5.0.FarPoint.Win.Spread.dll01E:\SIMP\한전번호찰(통합)\policy.5.0.FarPoint.Win.Spread.dll1 + preview_spread.iniISX_DEFAULTCOMPONENT17PREVIE~1.INI|preview_spread.INI01E:\SIMP\한전번호찰(통합)\preview_spread.INI1 + printform.pngISX_DEFAULTCOMPONENT1PRINTF~1.PNG|printform.png01E:\SIMP\한전번호찰(통합)\help\printform.png1 + printform1.htmISX_DEFAULTCOMPONENT1PRINTF~1.HTM|PrintForm1.htm01E:\SIMP\한전번호찰(통합)\help\PrintForm1.htm1 + setting.iniISX_DEFAULTCOMPONENT17Setting.INI01E:\SIMP\한전번호찰(통합)\Setting.INI1 + sigong_kiip.jpgISX_DEFAULTCOMPONENT2SIGONG~1.JPG|sigong kiip.JPG01E:\SIMP\한전번호찰(통합)\image\sigong kiip.JPG1 + soju.jpgISX_DEFAULTCOMPONENT2soju.jpg01E:\SIMP\한전번호찰(통합)\image\soju.jpg1 + spread.iniISX_DEFAULTCOMPONENT17spread.INI01E:\SIMP\한전번호찰(통합)\spread.INI1 + start.pngISX_DEFAULTCOMPONENT2start.png01E:\SIMP\한전번호찰(통합)\image\start.png1 + stdole.dllstdole.dllstdole.dll01E:\SIMP\한전번호찰(통합)\stdole.dll1 + stylec.iniISX_DEFAULTCOMPONENT17styleC.ini01E:\SIMP\한전번호찰(통합)\styleC.ini1 + sunro_name.jpgISX_DEFAULTCOMPONENT2SUNRON~1.JPG|sunro name.jpg01E:\SIMP\한전번호찰(통합)\image\sunro name.jpg1 + suyoung_spread.iniISX_DEFAULTCOMPONENT18SUYOUN~1.INI|suyoung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\suyoung_spread.INI1 + sw_in.jpgISX_DEFAULTCOMPONENT2sw_in.jpg01E:\SIMP\한전번호찰(통합)\image\sw_in.jpg1 + swcable_a_.jpgISX_DEFAULTCOMPONENT2SWCABL~1.JPG|swcable(a).jpg01E:\SIMP\한전번호찰(통합)\image\swcable(a).jpg1 + swcable_b_.jpgISX_DEFAULTCOMPONENT2SWCABL~1.JPG|swcable(b).jpg01E:\SIMP\한전번호찰(통합)\image\swcable(b).jpg1 + swnumber.jpgISX_DEFAULTCOMPONENT2Swnumber.jpg01E:\SIMP\한전번호찰(통합)\image\Swnumber.jpg1 + thoughtworks.qrcode.dllThoughtWorks.QRCode.DLLTHOUGH~1.DLL|ThoughtWorks.QRCode.DLL01E:\SIMP\한전번호찰(통합)\ThoughtWorks.QRCode.DLL1 + thumbs.dbISX_DEFAULTCOMPONENT1Thumbs.db01E:\SIMP\한전번호찰(통합)\help\Thumbs.db1 + thumbs.db1ISX_DEFAULTCOMPONENT2Thumbs.db01E:\SIMP\한전번호찰(통합)\image\Thumbs.db1 + tr_in.jpgISX_DEFAULTCOMPONENT2tr_in.jpg01E:\SIMP\한전번호찰(통합)\image\tr_in.jpg1 + trnumber.jpgISX_DEFAULTCOMPONENT2Trnumber.jpg01E:\SIMP\한전번호찰(통합)\image\Trnumber.jpg1 + version1.sqlISX_DEFAULTCOMPONENT16version1.sql01E:\SIMP\한전번호찰(통합)\Database\version1.sql1 + version10.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version10.sql01E:\SIMP\한전번호찰(통합)\Database\version10.sql1 + version11.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version11.sql01E:\SIMP\한전번호찰(통합)\Database\version11.sql1 + version12.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version12.sql01E:\SIMP\한전번호찰(통합)\Database\version12.sql1 + version13.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version13.sql01E:\SIMP\한전번호찰(통합)\Database\version13.sql1 + version14.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version14.sql01E:\SIMP\한전번호찰(통합)\Database\version14.sql1 + version15.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version15.sql01E:\SIMP\한전번호찰(통합)\Database\version15.sql1 + version16.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version16.sql01E:\SIMP\한전번호찰(통합)\Database\version16.sql1 + version17.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version17.sql01E:\SIMP\한전번호찰(통합)\Database\version17.sql1 + version2.sqlISX_DEFAULTCOMPONENT16version2.sql01E:\SIMP\한전번호찰(통합)\Database\version2.sql1 + version3.sqlISX_DEFAULTCOMPONENT16version3.sql01E:\SIMP\한전번호찰(통합)\Database\version3.sql1 + version4.sqlISX_DEFAULTCOMPONENT16version4.sql01E:\SIMP\한전번호찰(통합)\Database\version4.sql1 + version5.sqlISX_DEFAULTCOMPONENT16version5.sql01E:\SIMP\한전번호찰(통합)\Database\version5.sql1 + version6.sqlISX_DEFAULTCOMPONENT16version6.sql01E:\SIMP\한전번호찰(통합)\Database\version6.sql1 + version7.sqlISX_DEFAULTCOMPONENT16version7.sql01E:\SIMP\한전번호찰(통합)\Database\version7.sql1 + version8.sqlISX_DEFAULTCOMPONENT16version8.sql01E:\SIMP\한전번호찰(통합)\Database\version8.sql1 + version9.sqlISX_DEFAULTCOMPONENT16version9.sql01E:\SIMP\한전번호찰(통합)\Database\version9.sql1 + xlssync03.iniISX_DEFAULTCOMPONENT5XLSSYN~1.INI|xlssync03.ini01E:\SIMP\한전번호찰(통합)\macro\xlssync\xlssync03.ini1 +
+ + + File_ + SFPCatalog_ +
+ + + File_ + FontTitle +
+ + + Tag + Data + + +
PROJECT_ASSISTANT_DEFAULT_FEATUREAlwaysInstallPROJECT_ASSISTANT_FEATURESNonSelectable
+ + + ISBillboard + Duration + Origin + X + Y + Effect + Sequence + Target + Color + Style + Font + Title + DisplayName +
+ + + Package + SourcePath + ProductCode + Order + Options + InstallCondition + RemoveCondition + InstallProperties + RemoveProperties + ISReleaseFlags + DisplayName +
+ + + Package_ + File + FilePath + Options + Data + ISBuildSourcePath +
+ + + Action_ + Name + Value +
+ + + ISComCatalogObject_ + ItemName + ItemValue +
+ + + ISComCatalogCollection + ISComCatalogObject_ + CollectionName +
+ + + ISComCatalogCollection_ + ISComCatalogObject_ +
+ + + ISComCatalogObject + DisplayName +
+ + + ISComCatalogObject_ + ComputerName + Component_ + ISAttributes + DepFiles +
+ + + ISComPlusApplicationDLL + ISComPlusApplication_ + ISComCatalogObject_ + CLSID + ProgId + DLL + AlterDLL +
+ + + ISComPlusProxy + ISComPlusApplication_ + Component_ + ISAttributes + DepFiles +
+ + + ISComPlusApplication_ + File_ + ISPath +
+ + + File_ + ISComPlusApplicationDLL_ +
+ + + ISComPlusApplication_ + File_ + ISPath +
+ + + File_ + ISComPlusApplicationDLL_ +
+ + + Component_ + OS + Language + FilterProperty + Platforms + FTPLocation + HTTPLocation + Miscellaneous +
ACC.dll_934799C9_A5A1_4F8E_9FD8_C88DD937375A_FILTER + ArinDbClass.dll_02AA4493_78EC_40BF_9B2B_0BD050C09251_FILTER + ArinNewFp.dll_AEA3653A_B2DB_45B5_94D5_E061A11E72AF_FILTER + C1.Win.C1FlexGrid.4.dll_74AEF985_9C5E_4BAB_9B40_62A6796E3C6E_FILTER + CommonClassv2.dll_03425133_D0DE_4627_8EA7_A14EA33C6C36_FILTER + EpoleNet.exe_21EE9234_2BB9_477D_9DE2_23922BCE181A_FILTER + FarPoint.CalcEngine.dll_AD289369_6AC9_4BB8_9AA3_4F93AEE2AC21_FILTER + FarPoint.Excel.dll_5C939CC7_A255_48EB_A6BB_2FD91CA5338F_FILTER + FarPoint.PDF.dll_D613DFCD_4889_4AB2_92F4_8640D707331E_FILTER + FarPoint.PluginCalendar.WinForms.dll_1B2CAAD6_1F1D_439D_BF2F_B8862D6AAA80_FILTER + FarPoint.Win.Chart.Design.dll_EBC4FF7B_E0EC_4D96_BBA0_F87F00AE9C3F_FILTER + FarPoint.Win.Chart.dll_899EFFCE_BDAC_4A03_8598_03D6AE5816DD_FILTER + FarPoint.Win.Design.dll_E04331F3_A50B_475F_8018_8161F488FBAC_FILTER + FarPoint.Win.Ink.dll_FAE79ACB_D4AB_4B02_9629_1FA80A974DE0_FILTER + FarPoint.Win.Spread.Design.dll_5FA187CD_FD29_4C07_AABB_D6C9CA7CC537_FILTER + FarPoint.Win.Spread.Html.dll_C5B24DD8_0A5B_4DED_8466_B3E178098194_FILTER + FarPoint.Win.Spread.dll_9CAABD32_A281_44B6_A2CB_AAC278C8A5AB_FILTER + FarPoint.Win.TextRenderer.dll_9FF35AD4_8AFF_40DA_B75C_238F1352F52D_FILTER + FarPoint.Win.dll_3F00227B_1102_4D47_84D1_2E44CF61227A_FILTER + ISX_DEFAULTCOMPONENT_47B99A25_26BE_4E94_BE1E_BCA7D7F21523_FILTER + ISX_DEFAULTCOMPONENT1_582D2252_D097_4C60_B2D2_C5B2E710D57F_FILTER + ISX_DEFAULTCOMPONENT10_6F0E0BE0_F5AE_4A04_AA8C_9EF8F478EF41_FILTER + ISX_DEFAULTCOMPONENT11_24F94295_4302_4304_B693_DD9775F002E4_FILTER + ISX_DEFAULTCOMPONENT12_2CF641F3_0512_4D00_A009_946EBE57BE5E_FILTER + ISX_DEFAULTCOMPONENT13_D25531AA_A81A_4019_AD2A_2A0E60F882BF_FILTER + ISX_DEFAULTCOMPONENT14_22366575_24EC_4D71_8815_E17A34211AEE_FILTER + ISX_DEFAULTCOMPONENT15_F6D259DD_337D_4C48_B66C_CB713CCD13B9_FILTER + ISX_DEFAULTCOMPONENT16_C5939F97_AFF8_443D_808A_AFD28C371060_FILTER + ISX_DEFAULTCOMPONENT17_A4DF3F0E_31FD_4882_9585_B2249E1080A9_FILTER + ISX_DEFAULTCOMPONENT18_6E750B23_BFB6_49E7_9B50_2AD12DE8E253_FILTER + ISX_DEFAULTCOMPONENT2_BF7CAF18_E38F_4212_9B92_9901D00A5006_FILTER + ISX_DEFAULTCOMPONENT3_B95BDEE3_FB40_43CC_8C3B_27BEB3883606_FILTER + ISX_DEFAULTCOMPONENT4_A5437F14_96B4_4280_B03F_09BDCA53945F_FILTER + ISX_DEFAULTCOMPONENT5_500FFD7F_CE5B_4562_9306_EC6A3BDB15B6_FILTER + ISX_DEFAULTCOMPONENT6_2363CACB_7BB8_495F_9CFE_AA82165CD91C_FILTER + ISX_DEFAULTCOMPONENT7_293936C1_E412_47EA_BFC9_E716D8C897D5_FILTER + ISX_DEFAULTCOMPONENT8_ADC4F227_D4B9_4F64_A6AF_0AF38F60CA2F_FILTER + ISX_DEFAULTCOMPONENT9_0F0070BD_AB72_4306_88D7_7D463F3977FC_FILTER + MyControlOLEDBv2.DLL_0C5035E5_0DF5_49A1_84EC_D1BC79B7124F_FILTER + ThoughtWorks.QRCode.DLL_D5F10B19_CE59_4678_9067_2FA3F4520D54_FILTER + policy.5.0.FarPoint.Win.Spread.dll_66152E98_8FFB_4E22_AEB9_A9E352C28396_FILTER + policy.5.0.FarPoint.Win.dll_3A4B5BD3_6F27_45A1_858E_9F8422B897FC_FILTER + stdole.dll_2CB40BC9_FC3E_43C2_9612_67EE45AED0A8_FILTER +
+ + + Action_ + Description + FileType + ISCAReferenceFilePath +
+ + + ISDIMReference_ + RequiredUUID + RequiredMajorVersion + RequiredMinorVersion + RequiredBuildVersion + RequiredRevisionVersion +
+ + + ISDIMReference + ISBuildSourcePath +
+ + + ISDIMReference_Parent + ISDIMDependency_ +
+ + + ISDIMVariable + ISDIMReference_ + Name + NewValue + Type +
+ + + EntryPoint + Type + Source + Target +
+ + + ISDRMFile + File_ + ISDRMLicense_ + Shell +
+ + + ISDRMFile_ + Property + Value +
+ + + ISDRMLicense + Description + ProjectVersion + Attributes + LicenseNumber + RequestCode + ResponseCode +
+ + + ISDependency + Exclude +
+ + + ISDisk1File + ISBuildSourcePath + Disk +
+ + + Component_ + SourceFolder + IncludeFlags + IncludeFiles + ExcludeFiles + ISAttributes +
+ + + Feature_ + ISDIMReference_ +
+ + + Feature_ + ModuleID + Language +
+ + + Feature_ + ISMergeModule_ + Language_ +
+ + + Feature_ + ISSetupPrerequisites_ +
+ + + File_ + Manifest_ +
+ + + ISIISItem + ISIISItem_Parent + DisplayName + Type + Component_ +
+ + + ISIISProperty + ISIISItem_ + Schema + FriendlyName + MetaDataProp + MetaDataType + MetaDataUserType + MetaDataAttributes + MetaDataValue + Order + ISAttributes +
+ + + EntryPoint + Type + Source + Target +
+ + + ISLanguage + Included + + +
1033010421
+ + + ISLinkerLibrary + Library + Order + + +
isrt.oblisrt.obl2iswi.obliswi.obl1
+ + + Dialog_ + Control_ + ISLanguage_ + Attributes + X + Y + Width + Height + Binary_ + ISBuildSourcePath +
+ + + Dialog_ + ISLanguage_ + Attributes + TextStyle_ + Width + Height +
+ + + Property + Order + ISLanguage_ + X + Y + Width + Height +
+ + + LockObject + Table + Domain + User + Permission + Attributes +
+ + + DiskId + ISProductConfiguration_ + ISRelease_ + LastSequence + DiskPrompt + Cabinet + VolumeLabel + Source +
+ + + ISLogicalDisk_ + ISProductConfiguration_ + ISRelease_ + Feature_ + Sequence + ISAttributes +
+ + + ISMergeModule + Language + Name + Destination + ISAttributes +
+ + + ISMergeModule_ + Language_ + ModuleConfiguration_ + Value + Format + Type + ContextData + DefaultValue + Attributes + DisplayName + Description + HelpLocation + HelpKeyword +
+ + + ObjectName + Language +
+ + + ObjectName + Property + Value + IncludeInBuild +
+ + + PatchConfiguration_ + UpgradedImage_ +
+ + + Name + CanPCDiffer + CanPVDiffer + IncludeWholeFiles + LeaveDecompressed + OptimizeForSize + EnablePatchCache + PatchCacheDir + Flags + PatchGuidsToReplace + TargetProductCodes + PatchGuid + OutputPath + MinMsiVersion + Attributes +
+ + + ISPatchConfiguration_ + Property + Value +
+ + + Name + ISUpgradedImage_ + FileKey + FilePath +
+ + + UpgradedImage + FileKey + Component +
+ + + ISPathVariable + Value + TestValue + Type + + + + + + + + +
CommonFilesFolder1ISPROJECTDIR1ISProductFolder1ISProjectDataFolder1ISProjectFolder1ProgramFilesFolder1SystemFolder1WindowsFolder1
+ + + ISProductConfiguration + ProductConfigurationFlags + GeneratePackageCode + +
Express1
+ + + ISProductConfiguration_ + InstanceId + Property + Value +
+ + + ISProductConfiguration_ + Property + Value +
+ + + ISRelease + ISProductConfiguration_ + BuildLocation + PackageName + Type + SupportedLanguagesUI + MsiSourceType + ReleaseType + Platforms + SupportedLanguagesData + DefaultLanguage + SupportedOSs + DiskSize + DiskSizeUnit + DiskClusterSize + ReleaseFlags + DiskSpanning + SynchMsi + MediaLocation + URLLocation + DigitalURL + DigitalPVK + DigitalSPC + Password + VersionCopyright + Attributes + CDBrowser + DotNetBuildConfiguration + MsiCommandLine + ISSetupPrerequisiteLocation + + + + + + + + +
CD_ROMExpress<ISProjectDataFolder>Default0104202Intel10420650020480MediaLocationhttp://758053CustomExpress<ISProjectDataFolder>Default2103302Intel10330100010240MediaLocationhttp://758053DVD-10Express<ISProjectDataFolder>Default3103302Intel103308.75120480MediaLocationhttp://758053DVD-18Express<ISProjectDataFolder>Default3103302Intel1033015.83120480MediaLocationhttp://758053DVD-5ExpressE:\Tinsky\HaeGwang\Runtime\Setup_한전번호찰(통합)_1911252200Default3104201Intel104204.38120480MediaLocationhttp://758053DVD-9Express<ISProjectDataFolder>Default3103302Intel103307.95120480MediaLocationhttp://758053SingleImageExpressE:\Tinsky\HaeGwang\Runtime\Setup_한전번호찰(통합)_1911252200PackageName1104201Intel104200000MediaLocationhttp://1085733WebDeploymentExpress<ISProjectDataFolder>PackageName4103321Intel103300000MediaLocationhttp://1249413
+ + + ISRelease_ + ISProductConfiguration_ + Property + Value +
+ + + ISRelease_ + ISProductConfiguration_ + WebType + WebURL + WebCabSize + OneClickCabName + OneClickHtmlName + WebLocalCachePath + EngineLocation + Win9xMsiUrl + WinNTMsiUrl + ISEngineLocation + ISEngineURL + OneClickTargetBrowser + DigitalCertificateIdNS + DigitalCertificateDBaseNS + DigitalCertificatePasswordNS + DotNetRedistLocation + DotNetRedistURL + DotNetVersion + DotNetBaseLanguage + DotNetLangaugePacks + DotNetFxCmdLine + DotNetLangPackCmdLine + JSharpCmdLine + Attributes + JSharpRedistLocation + MsiEngineVersion + WinMsi30Url + CertPassword +
CD_ROMExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + CustomExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-10Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-18Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-5Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations1http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-9Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + SingleImageExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations1http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + WebDeploymentExpress0http://0setupDefault[LocalAppDataFolder]Downloaded Installations2http://www.Installengine.com/Msiengine20http://www.Installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 +
+ + + ISRelease_ + ISProductConfiguration_ + Name + Value +
+ + + ISRelease_ + ISProductConfiguration_ + Repository + DisplayName + Publisher + Description + ISAttributes +
+ + + ISSQLConnection + Server + Database + UserName + Password + Authentication + Attributes + Order + Comments + CmdTimeout + BatchSeparator + ScriptVersion_Table + ScriptVersion_Column +
+ + + ISSQLConnectionDBServer + ISSQLConnection_ + ISSQLDBMetaData_ + Order +
+ + + ISSQLConnection_ + ISSQLScriptFile_ + Order +
+ + + ISSQLDBMetaData + DisplayName + AdoDriverName + AdoCxnDriver + AdoCxnServer + AdoCxnDatabase + AdoCxnUserID + AdoCxnPassword + AdoCxnWindowsSecurity + AdoCxnNetLibrary + TestDatabaseCmd + TestTableCmd + VersionInfoCmd + VersionBeginToken + VersionEndToken + LocalInstanceNames + CreateDbCmd + SwitchDbCmd + ISAttributes + TestTableCmd2 + WinAuthentUserId + DsnODBCName + AdoCxnPort + AdoCxnAdditional + QueryDatabasesCmd + CreateTableCmd + InsertRecordCmd + SelectTableCmd + ScriptVersion_Table + ScriptVersion_Column + ScriptVersion_ColumnType +
+ + + ISSQLRequirement + ISSQLConnection_ + MajorVersion + ServicePackLevel + Attributes + ISSQLConnectionDBServer_ +
+ + + ErrNumber + ISSQLScriptFile_ + ErrHandling + Message + Attributes +
+ + + ISSQLScriptFile + Component_ + Scheduling + InstallText + UninstallText + ISBuildSourcePath + Comments + ErrorHandling + Attributes + Version + Condition + DisplayName +
+ + + ISSQLScriptFile_ + Server + Database + UserName + Password + Authentication + IncludeTables + ExcludeTables + Attributes +
+ + + ISSQLScriptReplace + ISSQLScriptFile_ + Search + Replace + Attributes +
+ + + ISScriptFile +
+ + + FileKey + Cost + Order + CmdLine +
+ + + ISSetupFile + FileName + Stream + Language + Splash + Path +
+ + + ISSetupPrerequisites + ISBuildSourcePath + Order + ISSetupLocation + ISReleaseFlags +
_5E0CB2D8_C3BE_4E84_8CCF_5FBE67A600F5_Microsoft .NET Framework 4.0 Full.prq +
+ + + ISSetupType + Description + Display_Name + Display + Comments +
Custom##IDS__IsSetupTypeMinDlg_ChooseFeatures####IDS__IsSetupTypeMinDlg_Custom##3 + Minimal##IDS__IsSetupTypeMinDlg_MinimumFeatures####IDS__IsSetupTypeMinDlg_Minimal##2 + Typical##IDS__IsSetupTypeMinDlg_AllFeatures####IDS__IsSetupTypeMinDlg_Typical##1 +
+ + + ISSetupType_ + Feature_ + + + +
CustomAlwaysInstallMinimalAlwaysInstallTypicalAlwaysInstall
+ + + Name + ISBuildSourcePath +
+ + + ISString + ISLanguage_ + Value + Encoded + Comment + TimeStamp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
COMPANY_NAME1042Simp0-1700409721DN_AlwaysInstall1042항상 설치01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_COLOR1042시스템의 색상 설정이 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_DOTNETVERSION40FULL1042Microsoft .NET Framework 4.0 Full package or greater needs to be installed for this installation to continue.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_OS1042운영 체제가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_PROCESSOR1042프로세서가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_RAM1042RAM이 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_SCREEN1042화면 해상도가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_SETUPTYPE_COMPACT1042압축01419977134IDPROP_SETUPTYPE_COMPACT_DESC1042압축 설명01419977134IDPROP_SETUPTYPE_COMPLETE1042전체 설치01419977134IDPROP_SETUPTYPE_COMPLETE_DESC1042전체 설치 설명01419977134IDPROP_SETUPTYPE_CUSTOM1042사용자 정의01419977134IDPROP_SETUPTYPE_CUSTOM_DESC1042사용자 정의 설명01419977134IDPROP_SETUPTYPE_CUSTOM_DESC_PRO1042사용자 정의 설명01419977134IDPROP_SETUPTYPE_TYPICAL1042일반01419977134IDPROP_SETUPTYPE_TYPICAL_DESC1042일반 설명01419977134IDS_ACTIONTEXT_11042[1]01419977134IDS_ACTIONTEXT_1b1042[1]01419977134IDS_ACTIONTEXT_1c1042[1]01419977134IDS_ACTIONTEXT_1d1042[1]01419977134IDS_ACTIONTEXT_Advertising1042처음 사용 시 설치할 응용 프로그램01419977134IDS_ACTIONTEXT_AllocatingRegistry1042레지스트리 공간 할당 중01419977134IDS_ACTIONTEXT_AppCommandLine1042응용 프로그램: [1], 명령줄: [2]01419977134IDS_ACTIONTEXT_AppId1042AppId: [1]{{, AppType: [2]}}01419977134IDS_ACTIONTEXT_AppIdAppTypeRSN1042AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}01419977134IDS_ACTIONTEXT_Application1042응용 프로그램: [1]01419977134IDS_ACTIONTEXT_BindingExes1042실행 파일을 바인딩하는 중01419977134IDS_ACTIONTEXT_ClassId1042Class Id: [1]01419977134IDS_ACTIONTEXT_ClsID1042Class Id: [1]01419977134IDS_ACTIONTEXT_ComponentIDQualifier1042구성 요소 ID: [1], 제한자: [2]01419977134IDS_ACTIONTEXT_ComponentIdQualifier21042구성 요소 ID: [1], 제한자: [2]01419977134IDS_ACTIONTEXT_ComputingSpace1042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ComputingSpace21042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ComputingSpace31042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ContentTypeExtension1042MIME 컨텐트 유형: [1], 익스텐션: [2]01419977134IDS_ACTIONTEXT_ContentTypeExtension21042MIME 컨텐트 유형: [1], 익스텐션: [2]01419977134IDS_ACTIONTEXT_CopyingNetworkFiles1042네트워크 설치 파일을 복사하는 중01419977134IDS_ACTIONTEXT_CopyingNewFiles1042새 파일을 복사하는 중01419977134IDS_ACTIONTEXT_CreatingDuplicate1042중복 파일을 만드는 중01419977134IDS_ACTIONTEXT_CreatingFolders1042폴더 만드는 중01419977134IDS_ACTIONTEXT_CreatingIISRoots1042IIS 가상 루트를 만드는 중01419977134IDS_ACTIONTEXT_CreatingShortcuts1042바로 가기 만드는 중01419977134IDS_ACTIONTEXT_DeletingServices1042서비스 삭제 중01419977134IDS_ACTIONTEXT_EnvironmentStrings1042환경 문자열을 업데이트하는 중01419977134IDS_ACTIONTEXT_EvaluateLaunchConditions1042실행 조건 확인 중01419977134IDS_ACTIONTEXT_Extension1042익스텐션: [1]01419977134IDS_ACTIONTEXT_Extension21042익스텐션: [1]01419977134IDS_ACTIONTEXT_Feature1042기능: [1]01419977134IDS_ACTIONTEXT_FeatureColon1042기능: [1]01419977134IDS_ACTIONTEXT_File1042파일: [1]01419977134IDS_ACTIONTEXT_File21042파일: [1]01419977134IDS_ACTIONTEXT_FileDependencies1042파일: [1], 의존성: [2]01419977134IDS_ACTIONTEXT_FileDir1042파일: [1], 디렉터리: [9]01419977134IDS_ACTIONTEXT_FileDir21042File: [1], Directory: [9]01419977134IDS_ACTIONTEXT_FileDir31042파일: [1], 디렉터리: [9]01419977134IDS_ACTIONTEXT_FileDirSize1042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileDirSize21042File: [1], Directory: [9], Size: [6]01419977134IDS_ACTIONTEXT_FileDirSize31042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileDirSize41042파일: [1], 디렉터리: [2], 크기: [3]01419977134IDS_ACTIONTEXT_FileDirectorySize1042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileFolder1042파일: [1], 폴더: [2]01419977134IDS_ACTIONTEXT_FileFolder21042파일: [1], 폴더: [2]01419977134IDS_ACTIONTEXT_FileSectionKeyValue1042키: [1], 섹션: [2], 키: [3], 값: [4]01419977134IDS_ACTIONTEXT_FileSectionKeyValue21042키: [1], 섹션: [2], 키: [3], 값: [4]01419977134IDS_ACTIONTEXT_Folder1042폴더: [1]01419977134IDS_ACTIONTEXT_Folder11042폴더: [1]01419977134IDS_ACTIONTEXT_Font1042글꼴: [1]01419977134IDS_ACTIONTEXT_Font21042글꼴: [1]01419977134IDS_ACTIONTEXT_FoundApp1042다음 응용 프로그램을 찾았습니다: [1]01419977134IDS_ACTIONTEXT_FreeSpace1042남은 공간: [1]01419977134IDS_ACTIONTEXT_GeneratingScript1042수행할 스크립트 작업을 생성하는 중:01419977134IDS_ACTIONTEXT_ISLockPermissionsCost1042개체에 대한 권한 정보를 수집하는 중…01419977134IDS_ACTIONTEXT_ISLockPermissionsInstall1042개체에 대한 권한 정보를 적용하는 중…01419977134IDS_ACTIONTEXT_InitializeODBCDirs1042ODBC 디렉터리를 초기화하는 중01419977134IDS_ACTIONTEXT_InstallODBC1042ODBC 구성 요소 설치 중01419977134IDS_ACTIONTEXT_InstallServices1042새 서비스 설치 중01419977134IDS_ACTIONTEXT_InstallingSystemCatalog1042시스템 카탈로그 설치01419977134IDS_ACTIONTEXT_KeyName1042키: [1], 이름: [2]01419977134IDS_ACTIONTEXT_KeyNameValue1042키: [1], 이름: [2], 값: [3]01419977134IDS_ACTIONTEXT_LibId1042LibID: [1]01419977134IDS_ACTIONTEXT_Libid21042LibID: [1]01419977134IDS_ACTIONTEXT_MigratingFeatureStates1042관련 응용 프로그램에서 기능을 이동하는 중01419977134IDS_ACTIONTEXT_MovingFiles1042파일을 옮기는 중01419977134IDS_ACTIONTEXT_NameValueAction1042이름: [1], 값: [2], 수행 [3]01419977134IDS_ACTIONTEXT_NameValueAction21042이름: [1], 값: [2], 수행 [3]01419977134IDS_ACTIONTEXT_PatchingFiles1042파일 패치 중01419977134IDS_ACTIONTEXT_ProgID1042ProgId: [1]01419977134IDS_ACTIONTEXT_ProgID21042ProgId: [1]01419977134IDS_ACTIONTEXT_PropertySignature1042속성: [1], 서명: [2]01419977134IDS_ACTIONTEXT_PublishProductFeatures1042제품 기능을 게시하는 중01419977134IDS_ACTIONTEXT_PublishProductInfo1042제품 정보를 게시하는 중01419977134IDS_ACTIONTEXT_PublishingQualifiedComponents1042해당 구성 요소를 게시하는 중01419977134IDS_ACTIONTEXT_RegUser1042사용자를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterClassServer1042Class 서버를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterExtensionServers1042익스텐션 서버를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterFonts1042글꼴을 등록하는 중01419977134IDS_ACTIONTEXT_RegisterMimeInfo1042MIME 정보를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterTypeLibs1042형식 라이브러리를 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringComPlus1042COM+ 응용 프로그램과 구성 요소를 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringModules1042모듈을 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringProduct1042제품을 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringProgIdentifiers1042프로그램 확인자의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_RemoveApps1042응용 프로그램을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingBackup1042백업 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingDuplicates1042중복 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingFiles1042파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingFolders1042폴더를 제거하는 중01419977134IDS_ACTIONTEXT_RemovingIISRoots1042IIS 가상 루트를 제거하는 중01419977134IDS_ACTIONTEXT_RemovingIni1042INI 파일 항목을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingMoved1042이동한 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingODBC1042ODBC 구성 요소 제거하는 중01419977134IDS_ACTIONTEXT_RemovingRegistry1042시스템 레지스트리 값을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingShortcuts1042바로 가기를 제거하는 중01419977134IDS_ACTIONTEXT_RollingBack1042롤백을 수행하는 중:01419977134IDS_ACTIONTEXT_SearchForRelated1042관련 응용 프로그램을 검색하는 중01419977134IDS_ACTIONTEXT_SearchInstalled1042설치한 응용 프로그램 확인 중01419977134IDS_ACTIONTEXT_SearchingQualifyingProducts1042제품을 확인하는 중01419977134IDS_ACTIONTEXT_SearchingQualifyingProducts21042제품을 확인하는 중01419977134IDS_ACTIONTEXT_Service1042서비스: [1]01419977134IDS_ACTIONTEXT_Service21042서비스: [2]01419977134IDS_ACTIONTEXT_Service31042서비스: [1]01419977134IDS_ACTIONTEXT_Service41042서비스: [1]01419977134IDS_ACTIONTEXT_Shortcut1042바로 가기: [1]01419977134IDS_ACTIONTEXT_Shortcut11042바로 가기: [1]01419977134IDS_ACTIONTEXT_StartingServices1042서비스를 시작하는 중01419977134IDS_ACTIONTEXT_StoppingServices1042서비스를 중지하는 중01419977134IDS_ACTIONTEXT_UnpublishProductFeatures1042제품 기능의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnpublishQualified1042해당 구성 요소의 게시를 해제하는 중01419977134IDS_ACTIONTEXT_UnpublishingProductInfo1042제품 정보의 게시를 해제하는 중01419977134IDS_ACTIONTEXT_UnregTypeLibs1042형식 라이브러리의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterClassServers1042Class 서버의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterExtensionServers1042extension 서버의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterModules1042모듈 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringComPlus1042COM+ 응용 프로그램과 구성 요소의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringFonts1042글꼴 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringMimeInfo1042MIME 정보의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringProgramIds1042프로그램 확인자의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UpdateComponentRegistration1042구성 요소 등록을 업데이트하는 중01419977134IDS_ACTIONTEXT_UpdateEnvironmentStrings1042환경 문자열을 업데이트하는 중01419977134IDS_ACTIONTEXT_Validating1042설치를 유효화하는 중01419977134IDS_ACTIONTEXT_WritingINI1042INI 파일 값을 쓰는 중01419977134IDS_ACTIONTEXT_WritingRegistry1042시스템 레지스트리 값을 쓰는 중01419977134IDS_BACK1042< 뒤로(&B)01419977134IDS_CANCEL1042취소01419977134IDS_CANCEL21042{&Tahoma8} 취소01419977134IDS_CHANGE1042바꾸기(&C)...01419977134IDS_COMPLUS_PROGRESSTEXT_COST1042COM+ 애플리케이션 비용 산출: [1]01419977134IDS_COMPLUS_PROGRESSTEXT_INSTALL1042COM+ 애플리케이션 설치: [1]01419977134IDS_COMPLUS_PROGRESSTEXT_UNINSTALL1042COM+ 애플리케이션 제거: [1]01419977134IDS_DIALOG_TEXT2_DESCRIPTION1042Dialog 보통 설명01419977134IDS_DIALOG_TEXT_DESCRIPTION_EXTERIOR1042{&TahomaBold10}Dialog 굵게 제목01419977134IDS_DIALOG_TEXT_DESCRIPTION_INTERIOR1042{&MSSansBold8}Dialog 굵게 제목01419977134IDS_DIFX_AMD641042[ProductName]에는 X64 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DIFX_IA641042[ProductName]에는 IA64 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DIFX_X861042[ProductName]에는 X86 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DatabaseFolder_InstallDatabaseTo1042[ProductName]을 다음 위치에 설치하십시오:01419977134IDS_ERROR_01042{{심각한 오류: }}01419977134IDS_ERROR_11042{{오류 [1]. }}01419977134IDS_ERROR_101042=== 기록 시작: [Date] [Time] ===01419977134IDS_ERROR_1001042바로 가기 [2]을(를) 제거하지 못했습니다. 바로 가기 파일이 실제로 있는지, 그리고 그 파일을 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1011042파일 [2]의 형식 라이브러리를 등록하지 못했습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1021042파일 [2]의 형식 라이브러리를 등록하지 못했습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1031042ini 파일 [2][3]을(를) 업데이트하지 못했습니다. 그 파일이 실제로 있는지, 그리고 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1041042리부팅할 때 파일 [2]을(를) [3](으)로 바꾸도록 설정하지 못했습니다. 파일 [3]에 쓰기 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1051042ODBC 드라이버 관리자를 제거하는데 오류가 생겼습니다. ODBC 오류 [2]: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1061042ODBC 드라이버 관리자를 설치하는 중에 오류가 생겼습니다. ODBC 오류 [2]: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시외.01419977134IDS_ERROR_1071042ODBC 드라이버 제거하는데 오류가 생겼습니다:[4]. ODBC 오류 [2]: [3]. ODBC 드라이버를 제거할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1081042ODBC 드라이버를 설치하는 중에 오류가 생겼습니다: [4]. ODBC 오류 [2]: [3]. [4] 파일이 실제로 있는지, 그리고 그 파일을 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1091042ODBC 데이터 원본을 구성하는 중에 오류가 생겼습니다: [4]. ODBC 오류 [2]: [3]. [4] 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_111042=== 기록 시작: [Date] [Time] ===01419977134IDS_ERROR_1101042서비스 '[2]'([3])을(를) 시작하는데 실패했습니다. 시스템 서비스를 시작할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1111042서비스 '[2]'([3])을(를) 중지하지 못했습니다. 시스템 서비스를 중단할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1121042서비스 '[2]'([3])을(를) 삭제하지 못했습니다. 시스템 서비스를 삭제할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1131042서비스 '[2]'([3])을(를) 설치하지 못했습니다. 시스템 서비스를 설치할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1141042환경 변수 '[2]'을(를) 업데이트하지 못했습니다. 환경 변수를 수정할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1151042모든 사용자가 함께 사용할 수 있는 시스템에 설치 작업을 실행할 수 있는 권한이 없습니다. 관리자 권한으로 로그온해서 설치를 다시 실행하십시오.01419977134IDS_ERROR_1161042'[3]' 파일에 대한 파일 보안을 설정하지 못했습니다. 오류: [2]. 이 파일에 대한 보안을 수정할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1171042구성 요소 서비스(COM+ 1.0)가 이 컴퓨터에 설치되어 있지 않습니다. Component Service가 있어야 설치를 끝낼 수 있습니다. Component Service는 Windows 2000에서 사용할 수 있습니다.01419977134IDS_ERROR_1181042COM+ 응용 프로그램을 등록하는 중에 오류가 생겼습니다. 자세한 내용은 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1191042COM+ 응용 프로그램의 등록을 해제하는 중에 오류가 생겼습니다. 자세한 사항은 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_121042수행 시작 [Time]: [1].01419977134IDS_ERROR_1201042이 응용 프로그램의 이전 버전을 제거하는 중...01419977134IDS_ERROR_1211042이 응용 프로그램의 이전 버전을 제거하기 위해 준비하는 중...01419977134IDS_ERROR_1221042파일 [2]에 패치를 적용하는 중에 오류가 생겼습니다. 다른 방법으로 업데이트되었기 때문에 이 패치를 사용해서 수정할 수 없습니다. 자세한 사항은 패치를 구입한 대리점에 문의하십시오. {{시스템 오류: [3]}}01419977134IDS_ERROR_1231042[2](이)가 필요한 제품 중 하나를 설치할 수 없습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오. {{시스템 오류: [3].}}01419977134IDS_ERROR_1241042이전 버전의 [2]을(를) 제거할 수 없습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오. {{시스템 오류 [3].}}01419977134IDS_ERROR_1251042서비스 '[2]'([3])의 설명을 바꾸지 못했습니다.01419977134IDS_ERROR_1261042시스템 파일 [2]을(를) Windows에서 보호하고 있어서 업데이트할 수 없습니다. 이 파일을 제대로 실행하려면 이 프로그램의 운영 체제를 업데이트해야 합니다. {{패키지 버전: [3], OS 보호 버전: [4]}}01419977134IDS_ERROR_1271042Windows Installer 서비스가 보호된 Windows 파일 [2]을(를) 업데이트하지 못했습니다. {{패키지 버전: [3], OS 보호 버전: [4], SFP 오류: [5]}}01419977134IDS_ERROR_1281042Windows Installer 서비스에서 하나 이상의 보호된 Windows 파일을 업데이트할 수 없습니다. SFP 오류: [2]. 보호된 파일 목록: [3]01419977134IDS_ERROR_1291042시스템 정책에 따라 사용자 설치를 사용할 수 없습니다.01419977134IDS_ERROR_131042수행 끝 [Time]: [1]. 리턴 값 [2].01419977134IDS_ERROR_1301042이 설치 프로그램이 IIS 가상 루트를 구성하려면 Internet Information Server 4.0 이상이 필요합니다. IIS 4.0 이상이 설치되어 있는지 확인하십시오.01419977134IDS_ERROR_1311042이 설치 프로그램이 IIS 가상 루트를 구성하려면 관리자 권한이 필요합니다.01419977134IDS_ERROR_13291042캐비닛 파일 [2]이(가) 디지털 서명되어 있지 않기 때문에 필요한 파일을 설치할 수 없습니다. 캐비닛 파일이 손상되었을 수 있습니다.01419977134IDS_ERROR_13301042캐비닛 파일 [2]의 디지털 서명이 잘못되었기 때문에 필요한 파일을 설치할 수 없습니다. 캐비닛 파일이 손상된 것 같습니다.{ WinVerifyTrust에서 [3] 오류를 반환했습니다.}01419977134IDS_ERROR_13311042[2] 파일을 제대로 복사하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13321042[2] 파일을 제대로 패치하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13331042[2] 파일을 제대로 패치하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13341042캐비닛 파일 '[3]'에서 '[2]' 파일을 찾을 수 없으므로 이 파일을 설치할 수 없습니다. 네트워크 오류이거나 CD-ROM 읽기 오류이거나 이 패키지의 문제일 수 있습니다.01419977134IDS_ERROR_13351042이 설치에 필요한 캐비닛 파일 '[2]'이(가) 손상되어 사용할 수 없습니다. 네트워크 오류이거나 CD-ROM 읽기 오류이거나 이 패키지의 문제일 수 있습니다.01419977134IDS_ERROR_13361042이 설치를 완료하는 데 필요한 임시 파일을 작성하는 중 오류가 발생했습니다. 폴더: [3]. 시스템 오류 코드: [2]01419977134IDS_ERROR_141042남은 시간: {[1] 분 }{[2] 초}01419977134IDS_ERROR_151042메모리가 부족합니다. 다른 응용 프로그램을 종료한 후 다시 시도하십시오.01419977134IDS_ERROR_161042Windows Installer가 더 이상 응답하지 않습니다.01419977134IDS_ERROR_16091042보안 설정을 적용하는 동안 오류가 발생했습니다. [2]은(는) 유효한 사용자 또는 그룹이 아닙니다. 패키지에 문제가 있거나 네트워크의 도메인 컨트롤러에 연결하는 데 문제가 있을 수 있습니다. 네트워크 연결을 확인하고 [다시 시도]를 클릭하거나, 설치를 마치려면 [취소]를 클릭하십시오. 사용자의 SID를 찾을 수 없습니다. 시스템 오류 [3]01419977134IDS_ERROR_16511042관리자가 광고 상태의 사용자 단위 관리 또는 컴퓨터 단위 응용 프로그램에 패치를 적용하지 못했습니다.01419977134IDS_ERROR_171042Windows Installer가 완전히 중지되었습니다.01419977134IDS_ERROR_17151042[2] 설치됨.01419977134IDS_ERROR_17161042[2] 구성됨.01419977134IDS_ERROR_17171042[2] 제거됨.01419977134IDS_ERROR_17181042디지털 서명 정책이 [2] 파일을 거부했습니다.01419977134IDS_ERROR_17191042Windows Installer 서비스에 액세스할 수 없습니다. 고객 지원 담당자에게 문의하여 Windows Installer 서비스가 제대로 등록되어 사용할 수 있는지 확인하십시오.01419977134IDS_ERROR_17201042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 스크립트를 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 사용자 지정 작업 [2] 스크립트 오류 [3], [4]: [5] 줄 [6], 열 [7], [8]01419977134IDS_ERROR_17211042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 프로그램을 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업: [2], 위치: [3], 명령: [4]01419977134IDS_ERROR_17221042Windows Installer 패키지에 문제가 있습니다. 설치 프로그램의 일부로 실행한 프로그램이 예상대로 완료되지 않았습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업 [2], 위치: [3], 명령: [4]01419977134IDS_ERROR_17231042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 DLL을 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업 [2], 항목: [3], 라이브러리: [4]01419977134IDS_ERROR_17241042제거를 성공적으로 완료했습니다.01419977134IDS_ERROR_17251042제거하지 못했습니다.01419977134IDS_ERROR_17261042보급이 잘 끝났습니다.01419977134IDS_ERROR_17271042보급하지 못했습니다.01419977134IDS_ERROR_17281042구성을 성공적으로 완료했습니다.01419977134IDS_ERROR_17291042구성하지 못했습니다.01419977134IDS_ERROR_17301042Administrator만이 이 응용 프로그램을 제거할 수 없습니다. 이 응용 프로그램을 제거하려면, Administrator로 로그온하거나, 기술 지원 그룹에 문의하십시오.01419977134IDS_ERROR_17311042[2] 제품의 원본 설치 패키지가 클라이언트 패키지와 동기화되어 있지 않습니다. '[3]' 설치 패키지의 유효한 사본을 사용하여 다시 설치해 보십시오.01419977134IDS_ERROR_17321042[2] 설치를 완료하려면 컴퓨터를 다시 시작해야 합니다. 현재 다른 사용자가 이 컴퓨터에 로그온하고 있어서 컴퓨터를 다시 시작하면 다른 사용자의 작업을 손실할 수도 있습니다. 지금 다시 시작하시겠습니까?01419977134IDS_ERROR_181042[ProductName]을(를) 구성하고 있습니다. 기다리십시오.01419977134IDS_ERROR_191042필요한 정보를 모으는 중...01419977134IDS_ERROR_19351042어셈블리 구성 요소 '[2]'을(를) 설치하는 동안 오류가 발생했습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 어셈블리 이름: [6]}}01419977134IDS_ERROR_19361042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 어셈블리가 강력한 이름을 가지고 있지 않거나 최소 키 길이로 서명되어 있지 않습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_19371042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 서명이나 카탈로그를 확인할 수 없거나 유효하지 않습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_19381042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 하나 이상의 어셈블리 모듈을 찾을 수 없습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_21042경고 [1]. 01419977134IDS_ERROR_201042{[ProductName] }설치가 성공적으로 완료되었습니다.01419977134IDS_ERROR_211042{[ProductName] }설치를 실패했습니다.01419977134IDS_ERROR_21011042운영 체제에서 지원하지 않는 바로 가기입니다.01419977134IDS_ERROR_21021042잘못된 .ini 작업: [2]01419977134IDS_ERROR_21031042셸 폴더 [2]에 대한 경로를 확인할 수 없습니다.01419977134IDS_ERROR_21041042.ini 파일 쓰기: [3]: 시스템 오류: [2].01419977134IDS_ERROR_21051042바로 가기 [3]을(를) 만들지 못했습니다. 시스템 오류: [2].01419977134IDS_ERROR_21061042바로 가기 [3]을(를) 삭제하지 못했습니다. 시스템 오류: [2].01419977134IDS_ERROR_21071042형식 라이브러리 [2]을(를) 등록하는 동안 오류 [3]이(가) 발생했습니다.01419977134IDS_ERROR_21081042형식 라이브러리 [2]의 등록을 취소하는 동안 오류 [3]이(가) 발생했습니다.01419977134IDS_ERROR_21091042.ini 작업에 대한 섹션이 없습니다.01419977134IDS_ERROR_21101042.ini 작업에 대한 키가 없습니다.01419977134IDS_ERROR_21111042실행 중인 응용 프로그램을 검색하지 못했으므로 성능 데이터를 가져올 수 없습니다. 반환된 등록 작업: [2].01419977134IDS_ERROR_21121042실행 중인 응용 프로그램을 검색하지 못했으므로 성능 인덱스를 가져올 수 없습니다. 반환된 등록 작업: [2].01419977134IDS_ERROR_21131042실행 중인 응용 프로그램을 검색하지 못했습니다.01419977134IDS_ERROR_221042파일 읽기 오류: [2]. {{ 시스템 오류 [3].}} 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_22001042데이터베이스: [2]. 데이터베이스 개체를 만들지 못했습니다. 모드 = [3].01419977134IDS_ERROR_22011042데이터베이스: [2]. 메모리 부족으로 초기화되지 못했습니다.01419977134IDS_ERROR_22021042데이터베이스: [2]. 메모리 부족으로 데이터에 액세스하지 못했습니다.01419977134IDS_ERROR_22031042데이터베이스: [2]. 데이터베이스 파일을 열 수 없습니다. 시스템 오류 [3].01419977134IDS_ERROR_22041042데이터베이스: [2]. 테이블이 이미 있습니다: [3].01419977134IDS_ERROR_22051042데이터베이스: [2]. 테이블이 없습니다: [3].01419977134IDS_ERROR_22061042데이터베이스: [2]. 테이블을 삭제할 수 없습니다: [3].01419977134IDS_ERROR_22071042데이터베이스: [2]. 의도 위반.01419977134IDS_ERROR_22081042데이터베이스: [2]. 매개 변수가 부족하여 실행할 수 없습니다.01419977134IDS_ERROR_22091042데이터베이스: [2]. 커서의 상태가 잘못되었습니다.01419977134IDS_ERROR_22101042데이터베이스: [2]. 열 [3]의 업데이트 데이터 형식이 잘못되었습니다.01419977134IDS_ERROR_22111042데이터베이스: [2]. 테이블 테이블 [3]을(를) 만들 수 없습니다.01419977134IDS_ERROR_22121042데이터베이스: [2]. 데이터베이스가 쓰기 가능 상태가 아닙니다.01419977134IDS_ERROR_22131042데이터베이스: [2]. 데이터베이스 테이블을 저장하는 중 오류가 발생했습니다.01419977134IDS_ERROR_22141042데이터베이스: [2]. 내보낼 파일을 쓰는 중 오류가 발생했습니다. [3].01419977134IDS_ERROR_22151042데이터베이스: [2]. 가져올 파일을 열 수 없습니다: [3].01419977134IDS_ERROR_22161042데이터베이스: [2]. 파일 가져오기 형식 오류: [3], 줄 [4].01419977134IDS_ERROR_22171042데이터베이스: [2]. CreateOutputDatabase [3]의 상태가 잘못되었습니다.01419977134IDS_ERROR_22181042데이터베이스: [2]. 테이블 이름을 제공하지 않았습니다.01419977134IDS_ERROR_22191042데이터베이스: [2]. 설치 관리자 데이터베이스 형식이 잘못되었습니다.01419977134IDS_ERROR_22201042데이터베이스: [2]. 행/필드 데이터가 잘못되었습니다.01419977134IDS_ERROR_22211042데이터베이스: [2]. 가져올 파일의 코드 페이지가 충돌합니다. [3].01419977134IDS_ERROR_22221042데이터베이스: [2]. 변환 또는 병합 코드 페이지 [3]이(가) 데이터베이스 코드 페이지 [4]과(와) 다릅니다.01419977134IDS_ERROR_22231042데이터베이스: [2]. 데이터베이스가 동일하여 변환이 생성되지 않습니다.01419977134IDS_ERROR_22241042데이터베이스: [2]. GenerateTransform: 데이터베이스가 손상되었습니다. 테이블: [3].01419977134IDS_ERROR_22251042데이터베이스: [2]. 변환: 임시 테이블을 변환할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22261042데이터베이스: [2]. 변환하지 못했습니다.01419977134IDS_ERROR_22271042데이터베이스: [2]. SQL 쿼리에 잘못된 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22281042데이터베이스: [2]. SQL 쿼리에 알 수 없는 테이블 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22291042데이터베이스: [2]. SQL 쿼리의 테이블 '[3]'을(를) 로드할 수 없습니다. [4].01419977134IDS_ERROR_22301042데이터베이스: [2]. SQL 쿼리에 반복되는 테이블 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22311042데이터베이스: [2]. SQL 쿼리에 ')'가 없습니다. [3].01419977134IDS_ERROR_22321042데이터베이스: [2]. SQL 쿼리에 예기치 않은 토큰 '[3]'이(가) 있습니다: [4].01419977134IDS_ERROR_22331042데이터베이스: [2]. SQL 쿼리의 SELECT 절에 열이 없습니다: [3].01419977134IDS_ERROR_22341042데이터베이스: [2]. SQL 쿼리의 ORDER BY 절에 열이 없음: [3].01419977134IDS_ERROR_22351042데이터베이스: [2]. SQL 쿼리에 열 '[3]'이(가) 없거나 모호합니다: [4].01419977134IDS_ERROR_22361042데이터베이스: [2]. SQL 쿼리에 잘못된 연산자 '[3]'이(가) 있습니다: [4].01419977134IDS_ERROR_22371042데이터베이스: [2]. 쿼리 문자열이 잘못되었거나 없습니다: [3].01419977134IDS_ERROR_22381042데이터베이스: [2]. SQL 쿼리에 FROM 절이 없습니다. [3].01419977134IDS_ERROR_22391042데이터베이스: [2]. INSERT SQL 문에 값이 부족합니다.01419977134IDS_ERROR_22401042데이터베이스: [2]. UPDATE SQL 문에 업데이트 열이 없습니다.01419977134IDS_ERROR_22411042데이터베이스: [2]. INSER SQL 문에 삽입 열이 없습니다.01419977134IDS_ERROR_22421042데이터베이스: [2]. 열 '[3]'이(가) 반복됩니다.01419977134IDS_ERROR_22431042데이터베이스: [2]. 테이블 생성을 위한 기본 열이 정의되지 않았습니다.01419977134IDS_ERROR_22441042데이터베이스: [2]. SQL 쿼리 [4]에 잘못된 유형 지정자 '[3]'이(가) 있습니다.01419977134IDS_ERROR_22451042오류 [3](으)로 인해 IStorage::Stat가 실패했습니다.01419977134IDS_ERROR_22461042데이터베이스: [2]. 설치 관리자 변환 형식이 잘못되었습니다.01419977134IDS_ERROR_22471042데이터베이스: [2] 스트림 읽기/쓰기 변환 실패.01419977134IDS_ERROR_22481042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 열 유형이 참조 테이블과 일치하지 않습니다. 테이블: [3] 열 #: [4].01419977134IDS_ERROR_22491042데이터베이스: [2] GenerateTransform: 기본 테이블에 참조 테이블보다 더 많은 열이 있습니다. 테이블: [3].01419977134IDS_ERROR_22501042데이터베이스: [2] 변환: 기본 열을 추가할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22511042데이터베이스: [2] 변환: 존재하지 않는 행을 삭제할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22521042데이터베이스: [2] 변환: 기본 테이블을 추가할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22531042데이터베이스: [2] 변환: 존재하지 않는 테이블을 삭제할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22541042데이터베이스: [2] 변환: 존재하지 않는 행을 업데이트할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22551042데이터베이스: [2] 변환: 이름이 같은 열이 이미 있습니다. 테이블: [3] 열: [4].01419977134IDS_ERROR_22561042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 기본 키 수가 참조 테이블과 일치하지 않습니다. 테이블: [3].01419977134IDS_ERROR_22571042데이터베이스: [2]. 읽기 전용 테이블을 수정하려고 했습니다. [3].01419977134IDS_ERROR_22581042데이터베이스: [2]. 매개 변수의 유형이 일치하지 않습니다. [3].01419977134IDS_ERROR_22591042데이터베이스: [2] 테이블을 업데이트하지 못했습니다.01419977134IDS_ERROR_22601042Storage CopyTo를 실패했습니다. 시스템 오류: [3].01419977134IDS_ERROR_22611042스트림 [2]을(를) 제거할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22621042스트림이 없습니다: [2]. 시스템 오류: [3].01419977134IDS_ERROR_22631042스트림 [2]을(를) 열 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22641042스트림 [2]을(를) 제거할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22651042저장소를 커밋할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22661042저장소를 롤백할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22671042저장소 [2]을(를) 삭제할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22681042데이터베이스: [2]. 병합: [3] 테이블에서 병합 충돌이 보고되었습니다.01419977134IDS_ERROR_22691042데이터베이스: [2]. 병합: 두 데이터베이스의 '[3]' 테이블에 포함된 열 개수가 다릅니다.01419977134IDS_ERROR_22701042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 열 이름이 참조 테이블과 일치하지 않습니다. 테이블: [3] 열 #: [4].01419977134IDS_ERROR_22711042SummaryInformation 쓰기가 실패했습니다.01419977134IDS_ERROR_22721042데이터베이스: [2]. 데이터베이스가 읽기 전용으로 열려 있어 MergeDatabase가 변경 내용을 쓰지 못합니다.01419977134IDS_ERROR_22731042데이터베이스: [2]. MergeDatabase: 기본 데이터베이스에 대한 참조가 참조 데이터베이스로 전달되었습니다.01419977134IDS_ERROR_22741042데이터베이스: [2]. MergeDatabase: 오류 테이블에 오류를 쓸 수 없습니다. 미리 정의된 오류 테이블에 Null을 허용하지 않는 열이 있어 오류 테이블에 오류를 쓸 수 없습니다.01419977134IDS_ERROR_22751042데이터베이스: [2]. 지정된 [3] 수정 작업이 테이블 조인에 적합하지 않습니다.01419977134IDS_ERROR_22761042데이터베이스: [2]. 코드 페이지 [3]은(는) 시스템에서 지원되지 않습니다.01419977134IDS_ERROR_22771042데이터베이스: [2]. 테이블 [3]을(를) 저장하지 못했습니다.01419977134IDS_ERROR_22781042데이터베이스: [2]. SQL 쿼리의 WHERE 절이 식 개수 제한(32개)을 초과했습니다: [3].01419977134IDS_ERROR_22791042데이터베이스: [2] 변환: 기본 테이블 [3]에 너무 많은 열이 있습니다.01419977134IDS_ERROR_22801042데이터베이스: [2]. 테이블 [4]의 열 [3]을(를) 만들 수 없습니다.01419977134IDS_ERROR_22811042스트림 [2]의 이름을 바꿀 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22821042스트림 이름 [2]이(가) 잘못되었습니다.01419977134IDS_ERROR_231042'[2]' 파일을 만들 수 없습니다. 이 이름을 가진 디렉터리가 이미 있습니다. 설치를 취소하고 다른 위치에 다시 설치해 보십시오.01419977134IDS_ERROR_23021042패치 알림: [2]바이트가 패치되었습니다.01419977134IDS_ERROR_23031042볼륨 정보 가져오기 오류. GetLastError: [2].01419977134IDS_ERROR_23041042사용 가능한 디스크 공간을 가져오는 동안 오류가 발생했습니다. GetLastError: [2]. 볼륨: [3].01419977134IDS_ERROR_23051042패치 스레드를 기다리는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23061042패치 적용을 위한 스레드를 만들 수 없습니다. GetLastError: [2].01419977134IDS_ERROR_23071042원본 파일 키 이름이 Null입니다.01419977134IDS_ERROR_23081042대상 파이 이름이 Null입니다.01419977134IDS_ERROR_23091042패치가 이미 진행 중인데 파일 [2]을(를) 패치하려고 합니다.01419977134IDS_ERROR_23101042진행 중인 패치가 없는데 패치를 계속하려고 합니다.01419977134IDS_ERROR_23151042경로 구분 기호가 없습니다: [2].01419977134IDS_ERROR_23181042파일이 없습니다: [2].01419977134IDS_ERROR_23191042파일 특성을 설정하는 동안 오류가 발생했습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23201042파일에 쓸 수 없습니다: [2].01419977134IDS_ERROR_23211042파일을 만드는 동안 오류가 발생했습니다: [2].01419977134IDS_ERROR_23221042사용자가 취소했습니다.01419977134IDS_ERROR_23231042파일 특성이 잘못되었습니다.01419977134IDS_ERROR_23241042파일을 열 수 없습니다: [3] GetLastError: [2].01419977134IDS_ERROR_23251042파일에 대한 파일 시간을 가져올 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23261042FileToDosDateTime에 오류가 있습니다.01419977134IDS_ERROR_23271042디렉터리를 제거할 수 없습니다: [3] GetLastError: [2].01419977134IDS_ERROR_23281042파일에 대한 파일 버전 정보를 가져오는 동안 오류가 발생했습니다. [2].01419977134IDS_ERROR_23291042파일을 삭제하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23301042파일 특성을 가져오는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23311042라이브러리를 로드할 수 없거나 [2] 시작 지점을 찾을 수 없습니다 [3].01419977134IDS_ERROR_23321042파일 특성을 가져오는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23331042파일 특성을 설정하는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23341042파일에 대한 파일 시간을 로컬 시간으로 변환하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23351042경로 [2]이(가) [3]의 부모 항목이 아닙니다.01419977134IDS_ERROR_23361042경로에 임시 파일을 만드는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23371042파일을 닫을 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23381042파일에 대한 리소스를 업데이트할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23391042파일에 대한 파일 시간을 설정할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23401042파일에 대한 리소스를 업데이트할 수 없습니다. [3], 리소스가 없습니다.01419977134IDS_ERROR_23411042파일에 대한 리소스를 업데이트할 수 없습니다. [3], 리소스가 너무 큽니다.01419977134IDS_ERROR_23421042파일에 대한 리소스를 업데이트할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23431042지정된 경로가 비어 있습니다.01419977134IDS_ERROR_23441042파일의 유효성을 검사하는 데 필요한 IMAGEHLP.DLL 파일을 찾을 수 없습니다:[2].01419977134IDS_ERROR_23451042[2]: 파일에 유효한 체크섬 값이 들어 있지 않습니다.01419977134IDS_ERROR_23471042사용자가 무시했습니다.01419977134IDS_ERROR_23481042캐비닛 스트림에서 읽는 동안 오류가 발생했습니다.01419977134IDS_ERROR_23491042다른 정보를 사용하여 복사를 다시 시작했습니다.01419977134IDS_ERROR_23501042FDI 서버 오류01419977134IDS_ERROR_23511042파일 키 '[2]'이(가) 캐비닛 '[3]'에 없습니다. 설치를 계속할 수 없습니다.01419977134IDS_ERROR_23521042캐비닛 파일 서버를 초기화할 수 없습니다. 필요한 파일 'CABINET.DLL'이 없을 수 있습니다.01419977134IDS_ERROR_23531042캐비닛이 아닙니다.01419977134IDS_ERROR_23541042캐비닛을 처리할 수 없습니다.01419977134IDS_ERROR_23551042캐비닛이 손상되었습니다.01419977134IDS_ERROR_23561042스트림에서 캐비닛을 찾을 수 없습니다: [2].01419977134IDS_ERROR_23571042특성을 설정할 수 없습니다.01419977134IDS_ERROR_23581042파일이 사용 중인지 여부를 확인하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23591042대상 파일을 만들 수 없습니다. 파일이 사용 중일 수 있습니다.01419977134IDS_ERROR_23601042진행률이 표시됩니다.01419977134IDS_ERROR_23611042다음 캐비닛이 필요합니다.01419977134IDS_ERROR_23621042폴더를 찾을 수 없습니다: [2].01419977134IDS_ERROR_23631042폴더의 하위 폴더를 열거할 수 없습니다: [2].01419977134IDS_ERROR_23641042CreateCopier 호출에 잘못된 열거 상수가 있습니다.01419977134IDS_ERROR_23651042실행 파일 [2]에 대해 BindImage를 수행할 수 없습니다.01419977134IDS_ERROR_23661042사용자 오류.01419977134IDS_ERROR_23671042사용자가 중단했습니다.01419977134IDS_ERROR_23681042네트워크 리소스 정보를 가져오지 못했습니다. 오류 [2], 네트워크 경로 [3]. 확장 오류: 네트워크 공급자 [5], 오류 코드 [4], 오류 설명 [6].01419977134IDS_ERROR_23701042[2] 파일에 대한 CRC 체크섬 값이 잘못되었습니다.{ 헤더에는 체크섬 값이 [3](으)로 나타나며 계산 값은 [4]입니다.}01419977134IDS_ERROR_23711042파일 [2]에 패치를 적용할 수 없습니다. GetLastError: [3].01419977134IDS_ERROR_23721042패치 파일 [2]이(가) 손상되었거나 형식이 잘못되었습니다. 파일 [3]을(를) 패치하려고 합니다. GetLastError: [4].01419977134IDS_ERROR_23731042파일 [2]이(가) 유효한 패치 파일이 아닙니다.01419977134IDS_ERROR_23741042파일 [2]이(가) 패치 파일 [3]의 유효한 대상 파일이 아닙니다.01419977134IDS_ERROR_23751042알 수 없는 패치 오류: [2].01419977134IDS_ERROR_23761042캐비닛이 없습니다.01419977134IDS_ERROR_23791042읽기 위해 파일을 여는 동안 오류가 발생했습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23801042쓰기 위해 파일을 여는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23811042디렉터리가 없습니다. [2].01419977134IDS_ERROR_23821042드라이브가 준비되지 못했습니다: [2].01419977134IDS_ERROR_241042다음 디스크를 넣으십시오: [2]01419977134IDS_ERROR_2401104232비트 운영 체제에서 키 [2]에 대해 64비트 레지스트리 작업이 시도되었습니다.01419977134IDS_ERROR_24021042메모리가 부족합니다.01419977134IDS_ERROR_251042이 디렉터리에 액세스할 수 있는 권한이 충분하지 않습니다:[2]. 설치를 계속할 수 없습니다. 관리자 권한으로 로그온하거나 시스템 관리자에게 문의하십시오.01419977134IDS_ERROR_25011042롤백 스크립트 열거자를 만들 수 없습니다.01419977134IDS_ERROR_25021042설치가 진행되고 있지 않을 때 InstallFinalize를 호출했습니다.01419977134IDS_ERROR_25031042진행 중으로 표시되지 않은 RunScript를 호출했습니다.01419977134IDS_ERROR_261042파일 쓰기 오류: [2]. 그 디렉터리에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_26011042속성 [2]의 값이 잘못되었습니다: '[3]'01419977134IDS_ERROR_26021042미디어 테이블에 [2] 테이블 항목 '[3]'과(와) 연결된 항목이 없습니다.01419977134IDS_ERROR_26031042테이블 이름 [2]이(가) 중복되었습니다.01419977134IDS_ERROR_26041042[2] 속성이 정의되지 않았습니다.01419977134IDS_ERROR_26051042[3] 또는 [4]에서 서버 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_26061042속성 [2]의 값이 유효한 전체 경로가 아닙니다. '[3]'.01419977134IDS_ERROR_26071042파일 설치에 필요한 미디어 테이블이 없거나 비어 있습니다.01419977134IDS_ERROR_26081042개체에 대한 보안 설명자를 만들 수 없습니다. 오류: '[2]'.01419977134IDS_ERROR_26091042초기화하기 전에 제품 설정을 마이그레이션하려고 합니다.01419977134IDS_ERROR_26111042파일 [2]이(가) 압축된 것으로 표시되어 있지만 관련된 미디어 항목이 캐비닛을 지정하지 않습니다.01419977134IDS_ERROR_26121042'[2]' 열에 스트림이 없습니다. 기본 키: '[3]'.01419977134IDS_ERROR_26131042RemoveExistingProducts 작업 순서가 잘못되었습니다.01419977134IDS_ERROR_26141042설치 패키지에서 IStorage 개체에 액세스할 수 없습니다.01419977134IDS_ERROR_26151042원본 확인 오류로 인해 모듈 [2]의 등록 취소를 건너뛰었습니다.01419977134IDS_ERROR_26161042수반되는 파일 [2]에 부모 항목이 없습니다.01419977134IDS_ERROR_26171042공유 구성 요소 [2]을(를) 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_26181042격리된 응용 프로그램 구성 요소 [2]을(를) 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_26191042격리된 구성 요소 [2], [3]이(가) 동일한 기능에 속하지 않습니다.01419977134IDS_ERROR_26201042격리된 응용 프로그램 구성 요소 [2]의 키 파일이 파일 테이블에 없습니다.01419977134IDS_ERROR_26211042바로 가기 [2] 집합에 대한 리소스 DLL 또는 리소스 ID 정보가 잘못 설정되었습니다.01419977134IDS_ERROR_271042[2] 파일을 읽다가 오류가 생겼습니다. {{ 시스템 오류 [3].}} 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_27011042기능의 깊이가 [2] 레벨의 허용 가능한 트리 깊이를 초과합니다.01419977134IDS_ERROR_27021042기능 테이블 레코드([2])가 특성 필드에 존재하지 않는 부모 항목을 참조합니다.01419977134IDS_ERROR_27031042루트 원본 경로에 대한 속성 이름이 정의되지 않았습니다: [2]01419977134IDS_ERROR_27041042루트 디렉터리 속성이 정의되어 있지 않습니다. [2]01419977134IDS_ERROR_27051042잘못된 테이블: [2]. 트리로 연결할 수 없습니다.01419977134IDS_ERROR_27061042원본 경로가 생성되지 않았습니다. 디렉터리 테이블에 항목 [2]에 대한 경로가 없습니다.01419977134IDS_ERROR_27071042대상 경로가 생성되지 않았습니다. 디렉터리 테이블에 항목 [2]에 대한 경로가 없습니다.01419977134IDS_ERROR_27081042파일 테이블에 항목이 없습니다.01419977134IDS_ERROR_27091042지정된 구성 요소 이름('[2]')을 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27101042요청된 ‘Select’ 상태는 이 구성 요소에 적합하지 않습니다.01419977134IDS_ERROR_27111042지정된 기능 이름('[2]')을 기능 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27121042작업 [2]에서 모덜리스 대화 상자 [3](으)로부터 잘못된 값이 반환되었습니다.01419977134IDS_ERROR_27131042Null을 허용하지 않는 열에 Null 값이 있습니다('[4]' 테이블, '[3]' 열의 '[2]').01419977134IDS_ERROR_27141042기본 폴더 이름에 대한 값이 잘못되었습니다: [2].01419977134IDS_ERROR_27151042지정된 파일 키('[2]')를 파일 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27161042구성 요소 '[2]'에 대해 임의 하위 구성 요소 이름을 만들 수 없습니다.01419977134IDS_ERROR_27171042작업 조건이 잘못되었거나 사용자 지정 작업 '[2]'을(를) 호출하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_27181042제품 코드 '[2]'에 대한 패키지 이름이 없습니다.01419977134IDS_ERROR_27191042원본 '[2]'에 UNC와 드라이브 문자 경로가 둘 다 있습니다.01419977134IDS_ERROR_27201042원본 목록 키를 여는 동안 오류가 발생했습니다. 오류: '[2]'01419977134IDS_ERROR_27211042사용자 지정 작업 [2]을(를) 이진 테이블 스트림에서 찾을 수 없습니다.01419977134IDS_ERROR_27221042사용자 지정 작업 [2]을(를) 파일 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27231042사용자 지정 작업 [2]이(가) 지원되지 않은 유형을 지정합니다.01419977134IDS_ERROR_27241042설치를 실행 중인 미디어의 볼륨 레이블 '[2]'이(가) 미디어 테이블에 지정한 레이블 '[3]'과(와) 일치하지 않습니다. 이러한 상황은 미디어 테이블에 항목이 하나만 있을 때만 허용됩니다.01419977134IDS_ERROR_27251042데이터베이스 테이블이 잘못되었습니다.01419977134IDS_ERROR_27261042작업 찾을 수 없습니다: [2].01419977134IDS_ERROR_27271042디렉터리 항목 '[2]'이(가) 디렉터리 테이블에 없습니다.01419977134IDS_ERROR_27281042테이블 정의 오류: [2]01419977134IDS_ERROR_27291042설치 엔진이 초기화되지 않았습니다.01419977134IDS_ERROR_27301042데이터베이스에 잘못된 값이 있습니다. 테이블: '[2]', 기본 키: '[3]', 명령: '[4]'01419977134IDS_ERROR_27311042선택 관리자가 초기화되지 않았습니다.01419977134IDS_ERROR_27321042디렉터리 관리자가 초기화되지 않았습니다.01419977134IDS_ERROR_27331042'[4]' 테이블의 '[3]' 열에 잘못된 외래 키('[2]')가 있습니다.01419977134IDS_ERROR_27341042다시 설치 모드 문자가 잘못되었습니다.01419977134IDS_ERROR_27351042사용자 지정 작업 '[2]'이(가) 처리되지 않은 예외를 발생시키고 중지되었습니다. 사용자 지정 작업에 액세스 위반과 같은 내부 오류가 발생했기 때문일 수 있습니다.01419977134IDS_ERROR_27361042사용자 지정 작업 임시 파일을 생성하지 못했습니다: [2].01419977134IDS_ERROR_27371042사용자 지정 작업 [2], 항목 [3], 라이브러리 [4]에 액세스할 수 없습니다.01419977134IDS_ERROR_27381042사용자 지정 작업 [2]에 대한 VBScript 런타임에 액세스할 수 없습니다.01419977134IDS_ERROR_27391042사용자 지정 작업 [2]에 대한 JavaScript 런타임에 액세스할 수 없습니다.01419977134IDS_ERROR_27401042사용자 지정 조치 [2] 스크립트 오류 [3], [4]: [5] 라인 [6], 열 [7], [8].01419977134IDS_ERROR_27411042제품 [2]에 대한 구성 정보가 손상되었습니다. 잘못된 정보: [2].01419977134IDS_ERROR_27421042서버로 마샬링하지 못했습니다: [2].01419977134IDS_ERROR_27431042사용자 지정 작업 [2]을(를) 실행할 수 없습니다. 위치: [3], 명령: [4].01419977134IDS_ERROR_27441042사용자 지정 작업 [2]에서 EXE를 호출하지 못했습니다. 위치: [3], 명령: [4].01419977134IDS_ERROR_27451042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 언어가 [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27461042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품이 [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27471042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 < [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27481042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 <= [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27491042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 == [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27501042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 >= [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_275021042[2] 서버에 연결할 수 없습니다 [3]. [4]01419977134IDS_ERROR_275031042[2] 서버로부터 버전 스트링을 불러올 수 없습니다. '[3]'. [3]01419977134IDS_ERROR_275041042SQL 버전 요구 사항에 맞지 않습니다: [3]. 이 설치는 [2] [4] 이상이 필요합니다.01419977134IDS_ERROR_275051042SQL 스크립트 파일을 열 수 없습니다 [2].01419977134IDS_ERROR_275061042SQL 스크립트를 실행할 수 없습니다 [2]. 라인 [3]. [4]01419977134IDS_ERROR_275071042데이터베이스 서버를 찾거나 연결하려면 MDAC를 설치해야 합니다. 설치를 종료합니다.01419977134IDS_ERROR_275081042COM+ 응용 프로그램 설치할 수 없습니다. [2] [3]01419977134IDS_ERROR_275091042COM+ 응용 프로그램 제거할 수 없습니다. [2] [3]01419977134IDS_ERROR_27511042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 > [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_275101042COM+ 응용 프로그램 설치할 수 없습니다. [2] System.EnterpriseServices.RegistrationHelper 객체를 만들 수 없습니다. Microsoft(R) .NET 서비스 구성 요소를 등록하려면 Microsoft(R) .NET Framework를 설치해야 합니다. 01419977134IDS_ERROR_275111042SQL 스크립트 파일을 실행할 수 없습니다. [2] 열 수 없는 연결: [3]01419977134IDS_ERROR_275121042[2] 서버 트랜잭션을 시작할 수 없습니다. [3] 데이터베이스 [4]. [5]01419977134IDS_ERROR_275131042[2] 서버 트랜잭션을 확인할 수 없습니다. [3] 데이터베이스 [4]. [5]01419977134IDS_ERROR_275141042설치를 마치려면 Microsoft SQL Server가 필요합니다. 지정한 서버 '[3]'은(는) Microsoft SQL Server Desktop Engine 또는 SQL Server Express입니다.01419977134IDS_ERROR_275151042[2] 서버로부터 스키마 버전을 불러올 수 없습니다. '[3]' 데이터베이스: '[4]'. [5]01419977134IDS_ERROR_275161042[2] 서버에 스키마 버전을 쓸 수 없습니다. '[3]' 데이터베이스: '[4]'. [5]01419977134IDS_ERROR_275171042이 설치에서는 COM+ 응용 프로그램 설치를 위한 관리자 권한이 필요합니다. administrator로 로그온한 후 다시 이 설치를 시도하십시오.01419977134IDS_ERROR_275181042COM+ 응용 프로그램 "[2]"은(는) NT 서비스로 실행하도록 구성되어 있으며, 시스템에 COM+ 1.5 이상이 설치되어 있어야 합니다. 현재 시스템에는 COM+ 1.0이 설치되어 있으므로 이 응용 프로그램이 설치되지 않을 것입니다.01419977134IDS_ERROR_275191042XML 파일 [2]을(를) 업데이트하는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_27521042패키지 [4]의 자식 저장소로 저장된 변환 [2]을(를) 열 수 없습니다.01419977134IDS_ERROR_275201042XML 파일 [2]을(를) 여는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_275211042XML 파일을 구성하려면 MSXML 3.0 이상이 필요합니다. 버전 3.0 이상이 설치되어 있는지 확인하십시오.01419977134IDS_ERROR_275221042XML 파일 [2]을(를) 만드는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_275231042서버를 로드하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275241042NetApi32.DLL을 로드하는 동안 오류가 발생했습니다. ISNetApi.dll을 사용하려면 NetApi32.DLL을 올바르게 로드해야 하며 NT 기반 운영 체제가 있어야 합니다.01419977134IDS_ERROR_275251042서버를 찾을 수 없습니다. 지정한 서버가 있는지 확인하십시오. 서버 이름은 반드시 입력해야 합니다.01419977134IDS_ERROR_275261042ISNetApi.dll에서 알 수 없는 오류가 발생했습니다.01419977134IDS_ERROR_275271042버퍼가 너무 작습니다.01419977134IDS_ERROR_275281042액세스가 거부되었습니다. 관리자 권한을 확인하십시오.01419977134IDS_ERROR_275291042컴퓨터가 올바르지 않습니다.01419977134IDS_ERROR_27531042파일 '[2]'이(가) 설치용으로 표시되지 않았습니다.01419977134IDS_ERROR_275301042NetAPI로부터 알 수 없는 오류가 반환되었습니다. 시스템 오류: [2]01419977134IDS_ERROR_275311042처리되지 않은 예외입니다.01419977134IDS_ERROR_275321042이 서버 또는 도메인의 사용자 이름이 올바르지 않습니다.01419977134IDS_ERROR_275331042암호가 일치하지 않습니다. 암호는 대/소문자를 구분합니다.01419977134IDS_ERROR_275341042목록이 비어 있습니다.01419977134IDS_ERROR_275351042액세스 위반입니다.01419977134IDS_ERROR_275361042그룹을 가져오는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275371042사용자를 그룹에 추가하는 동안 오류가 발생했습니다. 이 도메인 또는 서버에 대한 그룹이 있는지 확인하십시오.01419977134IDS_ERROR_275381042사용자를 만드는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275391042ERROR_NETAPI_ERROR_NOT_PRIMARY를 NetAPI에서 반환했습니다.01419977134IDS_ERROR_27541042파일 '[2]'이(가) 유효한 패치 파일이 아닙니다.01419977134IDS_ERROR_275401042지정한 사용자가 이미 있습니다.01419977134IDS_ERROR_275411042지정한 그룹이 이미 있습니다.01419977134IDS_ERROR_275421042암호가 잘못되었습니다. 암호가 네트워크 암호 정책에 맞는지 확인하십시오.01419977134IDS_ERROR_275431042이름이 올바르지 않습니다.01419977134IDS_ERROR_275441042그룹이 올바르지 않습니다.01419977134IDS_ERROR_275451042사용자 이름은 비워둘 수 없으며 DOMAIN\Username 형식이어야 합니다.01419977134IDS_ERROR_275461042TEMP 디렉터리에서 INI 파일을 로드하거나 만드는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275471042ISNetAPI.dll이 로드되지 않았거나 DLL을 로드하는 동안 오류가 발생했습니다. 이 DLL을 로드해야 작업을 수행할 수 있습니다. DLL이 SUPPORTDIR 디렉터리에 있는지 확인하십시오.01419977134IDS_ERROR_275481042TEMP 디렉터리에서 새 사용자 정보가 포함된 INI 파일을 삭제하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275491042주 도메인 컨트롤러(PDC)를 가져오는 동안 오류가 발생했습니다.01419977134IDS_ERROR_27551042패키지 [3]을(를) 설치하려는 중 서버에서 오류 [2]을(를) 반환했습니다.01419977134IDS_ERROR_275501042사용자를 만들려면 모든 필드에 값이 있어야 합니다.01419977134IDS_ERROR_275511042[2]의 ODBC 드라이버를 찾을 수 없습니다. [2] 데이터베이스 서버에 연결하려면 이 드라이버가 필요합니다.01419977134IDS_ERROR_275521042데이터베이스 [4]을(를) 만드는 동안 오류가 발생했습니다. 서버: [2] [3]. [5]01419977134IDS_ERROR_275531042데이터베이스 [4]에 연결하는 동안 오류가 발생했습니다. 서버: [2] [3]. [5]01419977134IDS_ERROR_275541042연결 [2]을(를) 여는 동안 오류가 발생했습니다. 이 연결과 연결된 유효한 데이터베이스 메타테이터가 없습니다.01419977134IDS_ERROR_275551042'[2]' 개체에 권한을 적용하는 중 오류가 발생했습니다. 시스템 오류: [3] ([4])01419977134IDS_ERROR_27561042속성 '[2]'이(가) 하나 이상의 테이블에서 디렉터리 속성으로 사용되었지만 값이 할당되지 않았습니다.01419977134IDS_ERROR_27571042변환 [2]에 대한 요약 정보를 만들 수 없습니다.01419977134IDS_ERROR_27581042변환 [2]에 MSI 버전이 없습니다.01419977134IDS_ERROR_27591042변환 [2] 버전 [3]이(가) 엔진과 호환되지 않습니다. 최소: [4], 최대: [5].01419977134IDS_ERROR_27601042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 업그레이드 코드 [4]이(가) 필요한데 [5]이(가) 있습니다.01419977134IDS_ERROR_27611042트랜잭션을 시작할 수 없습니다. 전역 뮤텍스가 제대로 초기화되지 않았습니다.01419977134IDS_ERROR_27621042스크립트 레코드를 쓸 수 없습니다. 트랜잭션이 시작되지 않았습니다.01419977134IDS_ERROR_27631042스크립트를 실행할 수 없습니다. 트랜잭션이 시작되지 않았습니다.01419977134IDS_ERROR_27651042AssemblyName 테이블에 어셈블리 이름이 없습니다. 구성 요소: [4].01419977134IDS_ERROR_27661042파일 [2]은(는) 유효하지 않는 MSI 저장소 파일입니다.01419977134IDS_ERROR_27671042추가 데이터가없습니다{ [2] 열거 시}.01419977134IDS_ERROR_27681042패키 패키지의 변환이 잘못되었습니다.01419977134IDS_ERROR_27691042사용자 지정 작업 [2]이(가) [3]개의 MSIHANDLE을 닫지 않았습니다.01419977134IDS_ERROR_27701042캐시된 폴더 [2]이(가) 내부 캐시 폴더 테이블에 정의되지 않았습니다.01419977134IDS_ERROR_27711042기능 [2] 업그레이드에 구성 요소가 누락되었습니다.01419977134IDS_ERROR_27721042새로운 업그레디으 기능 [2]은(는) 리프 기능이어야 합니다.01419977134IDS_ERROR_281042'[2]' 파일을 단독으로 액세스할 수 있는 권한을 다른 응용 프로그램에서 갖고 있습니다. 다른 응용 프로그램을 모두 닫은 후 "다시 시도"를 눌러 다시 시도하십시오.01419977134IDS_ERROR_28011042알 수 없는 메시지 -- 유형 [2]. 아무 작업도 수행되지 않습니다.01419977134IDS_ERROR_28021042이벤트 [2]에 대한 게시자를 찾을 수 없습니다.01419977134IDS_ERROR_28031042대화 상자 뷰가 대화 상자 [2]에 대한 레코드를 찾지 못했습니다.01419977134IDS_ERROR_28041042대화 상자 [2]에서 컨트롤 [3]의 활성화 시 CMsiDialog가 조건 [3]을(를) 평가하지 못했습니다.01419977134IDS_ERROR_28061042대화 상자 [2]이(가) 조건 [3]을(를) 평가하지 못했습니다.01419977134IDS_ERROR_28071042작업 [2]을(를) 인식할 수 없습니다.01419977134IDS_ERROR_28081042대화 상자 [2]의 기본 단추가 잘못 정의되었습니다.01419977134IDS_ERROR_28091042대화 상자 [2]에서 다음 컨트롤 포인터가 순환을 형성하지 않습니다. [3]에서 [4](으)로의 포인터가 있지만 추가 포인터는 없습니다. 01419977134IDS_ERROR_28101042대화 상자 [2]에서 다음 컨트롤 포인터가 순환을 형성하지 않습니다. [3]과(와) [5] 둘 다에서 [4](으)로의 포인터가 있습니다.01419977134IDS_ERROR_28111042대화 상자 [2]에서 컨트롤 [3]에 포커스를 두어야 하는데 가능하지 않습니다..01419977134IDS_ERROR_28121042이벤트 [2]을(를) 인식할 수 없습니다.01419977134IDS_ERROR_28131042인수 [2]을(를) 사용하여 EndDialog 이벤트가 호출되었지만 해당 대화 상자에 부모 항목이 있습니다.01419977134IDS_ERROR_28141042대화 상자 [2]에서 컨트롤 [3]이(가) 존재하지 않는 컨트롤 [4]을(를) 다음 컨트롤로 지정합니다.01419977134IDS_ERROR_28151042ControlCondition 테이블에 대화 상자 [2]에 대한 조건 없는 행이 있습니다.01419977134IDS_ERROR_28161042EventMapping 테이블이 이벤트 [3]에 대해 대화 상자 [2]의 잘못된 컨트롤 [4]을(를) 참조합니다.01419977134IDS_ERROR_28171042이벤트 [2]이(가) 대화 상자 [3]의 컨트롤 [4]에 대한 특성을 설정하지 못했습니다.01419977134IDS_ERROR_28181042ControlEvent 테이블의 EndDialog에 인식할 수 없는 인수 [2]이(가) 있습니다.01419977134IDS_ERROR_28191042대화 상자 [2]의 컨트롤 [3]에 속성이 연결되어야 합니다.01419977134IDS_ERROR_28201042이미 초기화된 처리기를 초기화하려고 했습니다.01419977134IDS_ERROR_28211042이미 초기화된 대화 상자를 초기화하려고 했습니다. [2].01419977134IDS_ERROR_28221042모든 컨트롤을 추가할 때까지 대화 상자 [2]에 대해 다른 메서드를 호출할 수 없습니다.01419977134IDS_ERROR_28231042대화 상자 [2]에서 미리 초기화된 컨트롤 [3]을(를) 초기화하려고 했습니다.01419977134IDS_ERROR_28241042대화 상자 특성 [3]에는 [2]개 이상의 필드 레코드가 필요합니다.01419977134IDS_ERROR_28251042컨트롤 특성 [3]에는 [2]개 이상의 필드 레코드가 필요합니다.01419977134IDS_ERROR_28261042대화 상자 [2]의 컨트롤 [3]이(가) 대화 상자 [4]의 경계에서 [5]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28271042대화 상자 [2]의 라디오 단추 그룹 [3]에 포함된 단추 [4]이(가) 그룹 [5]의 경계에서 [6]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28281042대화 상자 [2]에서 컨트롤 [3]을(를) 제거하려고 했으나 해당 컨트롤이 대화 상자에 속하지 않습니다.01419977134IDS_ERROR_28291042초기화되지 않은 대화 상자를 사용하려고 합니다.01419977134IDS_ERROR_28301042대화 상자 [2]에서 초기화되지 않은 컨트롤을 사용하려고 합니다.01419977134IDS_ERROR_28311042대화 상자 [2]의 컨트롤 [3]이(가) [5] 특성 [4]을(를) 지원하지 않습니다.01419977134IDS_ERROR_28321042대화 상자 [2]이(가) 특성 [3]을(를) 지원하지 않습니다.01419977134IDS_ERROR_28331042대화 상자 [3]의 컨트롤 [4]이(가) 메시지 [2]을(를) 무시했습니다.01419977134IDS_ERROR_28341042대화 상자 [2]의 다음 포인터들이 단일 루프를 형성하지 않습니다.01419977134IDS_ERROR_28351042컨트롤 [2]이(가) 대화 상자 [3]에 없습니다.01419977134IDS_ERROR_28361042대화 상자 [2]의 컨트롤 [3]에 포커스를 둘 수 없습니다.01419977134IDS_ERROR_28371042대화 상자 [2]에 있는 컨트롤 [3]의 경우 winproc가 [4]을(를) 반환해야 합니다.01419977134IDS_ERROR_28381042선택 테이블의 항목 [2]에 대한 부모 항목이 자기 자신입니다.01419977134IDS_ERROR_28391042속성 [2]을(를) 설정하지 못했습니다.01419977134IDS_ERROR_28401042대화 상자 이름 불일치 오류입니다.01419977134IDS_ERROR_28411042오류 대화 상자에 [확인] 단추가 없습니다.01419977134IDS_ERROR_28421042오류 대화 상자에 텍스트 필드가 없습니다.01419977134IDS_ERROR_28431042표준 대화 상자에는 ErrorString 특성을 사용할 수 없습니다.01419977134IDS_ERROR_28441042Errorstring이 설정되지 않으면 오류 대화 상자를 실행할 수 없습니다.01419977134IDS_ERROR_28451042단추의 총 폭이 오류 대화 상자의 크기를 초과합니다.01419977134IDS_ERROR_28461042SetFocus가 오류 대화 상자에서 필요한 컨트롤을 찾지 못했습니다.01419977134IDS_ERROR_28471042대화 상자 [2]의 컨트롤 [3]에 아이콘과 비트맵 스타일이 모두 설정되어 있습니다.01419977134IDS_ERROR_28481042대화 상자 [2]에서 기본 단추로 설정하려는 컨트롤 [3]이(가) 없습니다.01419977134IDS_ERROR_28491042대화 상자 [2]의 컨트롤 [3]이(가) 정수 값을 지정할 수 없는 유형입니다.01419977134IDS_ERROR_28501042볼륨 유형을 인식할 수 없습니다.01419977134IDS_ERROR_28511042아이콘 [2]의 데이터가 잘못되었습니다.01419977134IDS_ERROR_28521042대화 상자 [2]을(를) 사용하려면 먼저 한 개 이상의 컨트롤을 추가해야 합니다.01419977134IDS_ERROR_28531042대화 상자 [2]은(는) 모덜리스 대화 상자이므로 execut 메서드를 호출하면 안 됩니다.01419977134IDS_ERROR_28541042대화 상자 [2]에 첫 번째 활성 컨트롤로 지정된 컨트롤 [3]이(가) 없습니다. 01419977134IDS_ERROR_28551042대화 상자 [2]의 라디오 단추 그룹 [3]에 한 개 이하의 단추가 있습니다.01419977134IDS_ERROR_28561042대화 상자 [2]의 다른 복사본을 만들고 있습니다.01419977134IDS_ERROR_28571042선택 테이블에 지정된 디렉터리 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_28581042비트맵 [2]의 데이터가 잘못되었습니다.01419977134IDS_ERROR_28591042테스트 오류 메시지.01419977134IDS_ERROR_28601042대화 상자 [2]의 [취소] 단추가 잘못 정의되었습니다.01419977134IDS_ERROR_28611042대화 상자 [2] 컨트롤 [3]의 라디오 단추에 대한 다음 포인터들이 순환을 형성하지 않습니다.01419977134IDS_ERROR_28621042대화 상자 [2]의 컨트롤 [3]에 대한 특성이 유효한 아이콘 크기를 정의하지 않습니다. 크기를 16으로 설정합니다.01419977134IDS_ERROR_28631042대화 상자 [2]의 컨트롤 [3]에는 크기가 [5]x[5]인 아이콘 [4]이(가) 필요한데 이 크기를 사용할 수 없습니다. 사용 가능한 첫 번째 크기를 로드합니다.01419977134IDS_ERROR_28641042대화 상자 [2]의 컨트롤 [3]이(가) 찾아보기 이벤트를 받았으나 현재 선택 항목에 대해 구성 가능한 디렉터리가 없습니다. 가능한 원인: 찾아보기 단추가 제대로 작성되지 않았습니다.01419977134IDS_ERROR_28651042빌보드 [2]의 컨트롤 [3]이(가) 빌보드 [4]의 경계에서 [5]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28661042대화 상자 [2]은(는) 인수 [3]을(를) 반환할 수 없습니다.01419977134IDS_ERROR_28671042오류 대화 상자 속성이 설정되지 않았습니다.01419977134IDS_ERROR_28681042오류 대화 상자 [2]에 오류 스타일 비트가 설정되지 않았습니다.01419977134IDS_ERROR_28691042대화 상자 [2]에 오류 스타일 비트가 설정되었으나 오류 대화 상자가 아닙니다.01419977134IDS_ERROR_28701042대화 상자 [2]의 컨트롤 [3]에 대한 도움말 문자열 [4]에 구분 문자가 없습니다.01419977134IDS_ERROR_28711042[2] 테이블이 최신이 아닙니다. [3].01419977134IDS_ERROR_28721042대화 상자 [2]에 있는 CheckPath 컨트롤 이벤트의 인수가 잘못되었습니다.01419977134IDS_ERROR_28731042대화 상자 [3]의 컨트롤 [2]에 잘못된 문자열 길이 제한이 지정되었습니다: [4].01419977134IDS_ERROR_28741042텍스트 글꼴을 [2](으)로 변경하지 못했습니다.01419977134IDS_ERROR_28751042텍스트 색을 [2](으)로 변경하지 못했습니다.01419977134IDS_ERROR_28761042대화 상자 [2]의 컨트롤 [3]에서 문자열을 잘라내야 합니다: [4].01419977134IDS_ERROR_28771042이진 데이터 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_28781042대화 상자 [2]에서 컨트롤 [3]에 다음 값이 지정된 것 같습니다: [4]. 이 값은 잘못되었거나 중복된 값입니다.01419977134IDS_ERROR_28791042대화 상자 [2]의 컨트롤 [3]에서는 마스크 문자열을 구문 분석할 수 없습니다. [4].01419977134IDS_ERROR_28801042나머지 컨트롤 이벤트는 수행하지 마십시오.01419977134IDS_ERROR_28811042CMsiHandler를 초기화하지 못했습니다.01419977134IDS_ERROR_28821042대화 상자 창 클래스를 등록하지 못했습니다.01419977134IDS_ERROR_28831042대화 상자 [2]에 대해 CreateNewDialog를 실패했습니다.01419977134IDS_ERROR_28841042대화 상자 [2]에서 창을 만들지 못했습니다.01419977134IDS_ERROR_28851042대화 상자 [2]에서 컨트롤 [3]을(를) 만들지 못했습니다.01419977134IDS_ERROR_28861042[2] 테이블을 만들지 못했습니다.01419977134IDS_ERROR_28871042[2] 테이블에 대한 커서를 만들지 못했습니다.01419977134IDS_ERROR_28881042[2] 뷰를 실행하지 못했습니다.01419977134IDS_ERROR_28891042대화 상자 [2]의 컨트롤 [3]에 대해 창을 만들지 못했습니다.01419977134IDS_ERROR_28901042처리기가 초기화된 대화 상자를 만들지 못했습니다.01419977134IDS_ERROR_28911042대화 상자 [2]에 대해 창을 소멸시키지 못했습니다.01419977134IDS_ERROR_28921042[2]은(는) 정수 전용 컨트롤인데 [3]이(가) 유효하지 않은 정수 값입니다.01419977134IDS_ERROR_28931042대화 상자 [2]의 컨트롤 [3]은(는) 최대 [5]문자인 속성 값을 허용할 수 있습니다. 값 [4]이(가) 이 제한을 초과하여 잘렸습니다.01419977134IDS_ERROR_28941042RICHED20.DLL을 로드하지 못했습니다. GetLastError()에서 다음을 반환했습니다: [2].01419977134IDS_ERROR_28951042RICHED20.DLL을 해제하지 못했습니다. GetLastError()에서 다음을 반환했습니다: [2].01419977134IDS_ERROR_28961042작업 [2]을(를) 실행하지 못했습니다.01419977134IDS_ERROR_28971042이 시스템에서 어떠한 [2] 글꼴도 만들지 못했습니다.01419977134IDS_ERROR_28981042[2] 텍스트 스타일에 대해 시스템은 [4] 문자 집합에 '[3]' 글꼴을 만들었습니다.01419977134IDS_ERROR_28991042[2] 텍스트 스타일을 만들지 못했습니다. GetLastError()에서 다음을 반환했습니다: [3].01419977134IDS_ERROR_291042다음 파일을 설치할 수 있는 디스크 공간이 충분하지 않습니다: [2]. 디스크 공간을 늘린 후 "다시 시도"를 누르거나 "취소"를 눌러서 끝내십시오.01419977134IDS_ERROR_29011042작업 [2]에 대한 매개 변수가 잘못되었습니다: 매개 변수 [3].01419977134IDS_ERROR_29021042작업 [2]의 호출이 시퀀스를 벗어났습니다.01419977134IDS_ERROR_29031042파일 [2]이(가) 없습니다.01419977134IDS_ERROR_29041042파일 [2]에 대해 BindImage를 수행할 수 없습니다.01419977134IDS_ERROR_29051042스크립트 파일 [2]에서 레코드를 읽을 수 없습니다.01419977134IDS_ERROR_29061042스크립트 파일 [2]에 헤더가 없습니다.01419977134IDS_ERROR_29071042안전한 보안 설명자를 만들 수 없습니다. 오류: [2].01419977134IDS_ERROR_29081042구성 요소 [2]을(를) 등록할 수 없습니다.01419977134IDS_ERROR_29091042구성 요소 [2]의 등록을 취소할 수 없습니다.01419977134IDS_ERROR_29101042사용자의 보안 ID를 확인할 수 없습니다.01419977134IDS_ERROR_29111042폴더 [2]을(를) 제거할 수 없습니다.01419977134IDS_ERROR_29121042다시 시작 시 파일 [2]을(를) 제거하도록 예약할 수 있습니다.01419977134IDS_ERROR_29191042압축된 파일에 대해 캐비닛이 지정되지 않았습니다. [2].01419977134IDS_ERROR_29201042파일 [2]에 대해 원본 디렉터리가 지정되지 않았습니다.01419977134IDS_ERROR_29241042스크립트 [2] 버전은 지원되지 않습니다. 스크립트 버전: [3], 최소 버전: [4], 최대 버전: [5].01419977134IDS_ERROR_29271042ShellFolder id [2]이(가) 잘못되었습니다.01419977134IDS_ERROR_29281042최대 원본 수를 초과했습니다. 원본 '[2]'을(를) 건너뜁니다.01419977134IDS_ERROR_29291042게시 루트를 확인할 수 없습니다. 오류: [2].01419977134IDS_ERROR_29321042스크립트 데이터에서 파일 [2]을(를) 만들 수 없습니다. 오류: [3].01419977134IDS_ERROR_29331042롤백 스크립트 [2]을(를) 초기화할 수 없습니다.01419977134IDS_ERROR_29341042변환 [2]의 보안을 유지할 수 없습니다. 오류 [3].01419977134IDS_ERROR_29351042변환 [2]의 보안을 해제할 수 없습니다. 오류 [3].01419977134IDS_ERROR_29361042변환 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_29371042시스템 파일 보호 카탈로그를 설치할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29381042캐시에서 시스템 파일 보호 카탈로그를 검색할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29391042캐시에서 시스템 파일 보호 카탈로그를 삭제할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29401042원본 확인을 위한 디렉터리 관리자가 제공되지 않았습니다.01419977134IDS_ERROR_29411042파일 [2]에 대한 CRC를 계산할 수 없습니다.01419977134IDS_ERROR_29421042[2] 파일에 대해 BindImage 작업이 실행되지 않았습니다.01419977134IDS_ERROR_29431042이 버전의 Windows는 64비트 패키지의 배포를 지원하지 않습니다. [2]이(가) 64비트 패키지용 스크립트입니다.01419977134IDS_ERROR_29441042GetProductAssignmentType을 실패했습니다.01419977134IDS_ERROR_29451042오류 [3](으)로 인해 ComPlus 응용 프로그램 [2]을(를) 설치하지 못했습니다.01419977134IDS_ERROR_31042Info [1]. 01419977134IDS_ERROR_301042원본 파일이 없습니다: [2]. 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_30011042이 목록의 패치에 잘못된 배열 정보가 있습니다: [2][3][4][5][6][7][8][9][10][11][12][13][14][15][16].01419977134IDS_ERROR_30021042패치 [2]에 잘못된 배열 정보가 있습니다. 01419977134IDS_ERROR_311042파일 읽기 오류: [3]. {{ 시스템 오류 [2].}} 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_321042파일 쓰기 오류: [3]. {{ 시스템 오류 [2].}} 그 디렉터리에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_331042원본 파일이 없습니다{{(cabinet)}}: [2]. 그 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_341042'[2]' 디렉터리를 만들 수 없습니다. 이 이름을 가진 파일이 이미 있습니다. 그 파일 이름을 다른 것으로 바꾸거나 제거한 후 "다시 시도"를 누르거나 "취소"를 눌러 끝내십시오.01419977134IDS_ERROR_351042볼륨 [2]을(를) 현재 사용할 수 없습니다. 다른 볼륨을 선택하십시오.01419977134IDS_ERROR_361042지정한 경로 '[2]'을(를) 사용할 수 없습니다.01419977134IDS_ERROR_371042지정한 폴더에 쓸 수 없습니다: [2].01419977134IDS_ERROR_381042파일을 읽을 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_391042디렉터리를 만들 때 오류가 생겼습니다: [2]01419977134IDS_ERROR_41042내부 오류 [1]. [2]{, [3]}{, [4]}01419977134IDS_ERROR_401042디렉터리를 만들 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_411042원본 파일 캐비넷을 열 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_421042지정한 경로가 너무 깁니다: [2]01419977134IDS_ERROR_431042이 파일을 수정할 수 있는 권한이 충분하지 않습니다: [2].01419977134IDS_ERROR_441042폴더 경로 '[2]'이(가) 잘못 되었습니다. 경로로 지정한 문자가 없거나 경로가 너무 깁니다.01419977134IDS_ERROR_451042폴더 경로 '[2]'에 폴더 경로로 사용할 수 없는 글자가 들어 있습니다.01419977134IDS_ERROR_461042폴더 경로 '[2]'에 사용할 수 없는 글자가 들어 있습니다.01419977134IDS_ERROR_471042'[2]'은(는) 파일 이름으로 유효하지 않습니다.01419977134IDS_ERROR_481042파일 보안 오류: [3] GetLastError: [2]01419977134IDS_ERROR_491042사용할 수 없는 드라이브: [2]01419977134IDS_ERROR_51042{{디스크 꽉 참: }}01419977134IDS_ERROR_501042키를 만들 수 없습니다: [2]. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_511042키를 열 수 없습니다: [2]. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_521042키 [3]에서 값 [2]을(를) 삭제할 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_531042키 [2]을(를) 삭제할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_541042키 [3]에서 값 [2]을(를) 읽을 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_551042키 [3]에 값 [2]을(를) 쓸 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 충분한지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_561042키 [2]의 값 이름을 구할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_571042키 [2]의 하위 키 이름을 구할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_581042키 [2]의 보안 정보를 읽을 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_591042사용 가능한 레지스트리 공간을 늘릴 수 없습니다. 이 응용 프로그램을 설치하는데 [2]KB의 레지스트리 공간이 필요합니다.01419977134IDS_ERROR_61042수행 [Time]: [1]. [2]01419977134IDS_ERROR_601042다른 설치 프로그램이 실행 중입니다. 그 프로그램의 설치를 끝낸 후, 이 작업을 계속하십시오.01419977134IDS_ERROR_611042보안 데이터에 액세스하는 중에 오류가 생겼습니다. Windows Installer를 올바르게 구성했는지 확인한 후 다시 설치하십시오.01419977134IDS_ERROR_621042사용자 '[2]'이(가) 제품 '[3]'의 설치를 이전에 초기화한 적이 있습니다. 그 사용자가 설치 프로그램을 다시 실행해야 그 제품을 사용할 수 있습니다. 지금 실행하는 설치 작업은 계속됩니다.01419977134IDS_ERROR_631042사용자 '[2]'이(가) 제품 '[3]'의 설치를 이전에 초기화한 적이 있습니다. 그 사용자가 설치 프로그램을 다시 실행해야 그 제품을 사용할 수 있습니다.01419977134IDS_ERROR_641042디스크 공간 부족 - 볼륨: '[2]'; 필요한 공간: [3]KB; 사용할 수 있는 공간: [4]KB. 디스크 공간을 늘린 후 다시 시도하십시오.01419977134IDS_ERROR_651042취소하시겠습니까?01419977134IDS_ERROR_661042파일 [2][3]을(를) 다음 프로세스에서 사용하고 있습니다{이름: [4], Id: [5], 창 제목: '[6]'}. 그 응용 프로그램을 닫은 후 다시 시도하십시오.01419977134IDS_ERROR_671042제품 '[2]'이(가) 이미 설치되어 있어서 이 제품을 설치할 수 없습니다. 이 두 제품은 호환되지 않습니다.01419977134IDS_ERROR_681042디스크 공간 부족 - 볼륨: '[2]'; 필요한 공간: [3]KB; 사용할 수 있는 공간: [4]KB. 롤백 기능을 해제하면 디스크 공간을 충분히 사용할 수 있습니다. 끝내시려면 "취소"를 누르고, 사용할 수 있는 디스크 공간을 확인하려면 "다시 시도"를 누르고, 롤백없이 계속하려면 "무시"를 누르십시오.01419977134IDS_ERROR_691042네트워크 위치 [2]에 액세스할 수 없습니다.01419977134IDS_ERROR_71042[ProductName]01419977134IDS_ERROR_701042다음 응용 프로그램을 닫아야 설치를 계속할 수 있습니다:01419977134IDS_ERROR_711042이 제품을 설치하려는 시스템에 해당 제품을 이전에 설치한 적이 없습니다. 01419977134IDS_ERROR_721042키 [2]이(가) 유효하지 않습니다. 정확한 키를 입력했는지 확인하십시오.01419977134IDS_ERROR_731042시스템을 다시 시작한 후에 [2]의 구성을 설정해야 합니다. 지금 다시 시작하려면 "예"를 누르고, 나중에 수동으로 다시 시작하려면 "아니오"를 누르십시오.01419977134IDS_ERROR_741042변경된 구성 설정을 [2]에 적용하려면 시스템을 다시 시작해야 합니다. 지금 다시 시작하려면 "예"를 누르고, 나중에 수동으로 다시 시작하려면 "아니오"를 누르십시오.01419977134IDS_ERROR_751042[2]의 설치가 현재 중지된 상태입니다. 계속하려면 설치하면서 변경된 사항을 취소해야 합니다. 변경된 사항들을 취소하시겠습니까?01419977134IDS_ERROR_761042이 제품의 설치 작업이 실행 중입니다. 계속하려면 전에 설치하면서 변경된 사항을 다시 되돌려야 합니다. 변경된 사항을 취소하시겠습니까?01419977134IDS_ERROR_771042제품 [2]의 설치 패키지를 찾을 수 없습니다. 설치 패키지 '[3]'의 사본을 사용해서 설치를 다시 시도하십시오.01419977134IDS_ERROR_781042설치 작업을 성공적으로 완료했습니다.01419977134IDS_ERROR_791042설치를 실패했습니다.01419977134IDS_ERROR_81042{[2]}{, [3]}{, [4]}01419977134IDS_ERROR_801042제품: [2] - [3]01419977134IDS_ERROR_811042컴퓨터를 이전 상태로 되돌리거나, 나중에 다시 설치해야 합니다. 이전 상태로 되돌리시겠습니까?01419977134IDS_ERROR_821042디스크에 설치 정보를 쓰는데 오류가 생겼습니다. 디스크 공간이 충분한지 확인하고 "다시 시도"를 누르거나, 설치를 끝내려면 "취소"를 누르십시오.01419977134IDS_ERROR_831042사용자의 컴퓨터를 이전 상태로 되돌리는데 필요한 파일 중 일부를 찾을 수 없습니다. 복구할 수 없습니다.01419977134IDS_ERROR_841042경로 [2]이(가) 유효하지 않습니다. 정확한 경로를 지정하십시오.01419977134IDS_ERROR_851042메모리가 부족합니다. 다른 응용 프로그램을 종료한 후 다시 시도하십시오.01419977134IDS_ERROR_861042드라이브 [2]에 디스크가 없습니다. 디스크를 넣은 후 "다시 시도"를 누르거나, "취소"를 눌러서 이전에 선택한 볼륨으로 다시 돌아가십시오.01419977134IDS_ERROR_871042드라이브 [2]에 디스크가 없습니다. 디스크를 넣은 후 "다시 시도"를 누르거나, "취소"를 눌러서 "찾아보기" 대화 상자로 이동한 후 다른 볼륨을 선택하십시오.01419977134IDS_ERROR_881042폴더 [2]이(가) 존재하지 않습니다. 기존에 있던 폴더의 경로를 입력하십시오.01419977134IDS_ERROR_891042이 폴더에 대한 읽기 권한이 충분하지 않습니다.01419977134IDS_ERROR_91042메시지 유형: [1], 인수: [2]01419977134IDS_ERROR_901042설치할 대상 폴더를 지정하지 않았습니다.01419977134IDS_ERROR_911042다음 원본 설치 데이터베이스를 읽는 중에 오류가 생겼습니다: [2].01419977134IDS_ERROR_921042리부팅 작업을 설정하고 있습니다: 파일 [2]의 이름을 [3](으)로 바꾸고 있습니다. 작업을 완료하려면 리부팅해야 합니다.01419977134IDS_ERROR_931042리부팅 작업을 설정하고 있습니다: 파일 [2]을(를) 삭제하고 있습니다. 작업을 완료하려면 리부팅해야 합니다.01419977134IDS_ERROR_941042모듈 [2]을(를) 등록하는데 실패했습니다. HRESULT [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_951042모듈 [2]의 등록을 해제하는데 실패했습니다. HRESULT [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_961042패키지 [2]을(를) 캐시하는데 실패했습니다. 오류: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_971042[2] 글꼴을 등록하지 못했습니다. 글꼴을 설치할 수 있는 권한이 충분한지, 그리고 이 글꼴을 시스템에서 지원하는지 확인하십시오.01419977134IDS_ERROR_981042[2] 글꼴의 등록을 해제하지 못했습니다. 글꼴을 제거할 수 있는 권한이 충분히 있는지 확인하십시오.01419977134IDS_ERROR_991042바로 가기 [2]을(를) 만들지 못했습니다. 대상 폴더가 실제로 있는지, 그리고 그 폴더에 액세스할 수 있는지 확인하십시오.01419977134IDS_INSTALLDIR1042{&Tahoma8}[INSTALLDIR]01419977134IDS_INSTALLSHIELD1042InstallShield01419977134IDS_INSTALLSHIELD_FORMATTED1042{&MSSWhiteSerif8}InstallShield01419977134IDS_ISSCRIPT_VERSION_MISSING1042InstallScript 엔진이 현재 컴퓨터에서 누락되었습니다. 가능한 경우, ISScript.msi를 실행하거나 지원 담당자에게 문의하여 도움을 받으십시오.01419977134IDS_ISSCRIPT_VERSION_OLD1042현재 컴퓨터의 InstallScript 엔진은 이 설치에 필요한 버전보다 오래된 것입니다. 가능한 경우, 최신 버전의 ISScript.msi를 실행하거나 지원 담당자에게 문의하여 도움을 받으십시오.01419977134IDS_NEXT1042다음(&N) >01419977134IDS_OK1042{&Tahoma8} 확인01419977134IDS_PREREQUISITE_SETUP_BROWSE1042[ProductName]의 [SETUPEXENAME] 원본 열기01419977134IDS_PREREQUISITE_SETUP_INVALID1042이 실행 파일은 [ProductName]의 원본 실행 파일이 아닙니다. [SETUPEXENAME] 원본을 사용하지 않고 추가 종속 항목을 설치하면 [ProductName]이(가) 제대로 작동하지 않을 수 있습니다. [SETUPEXENAME] 원본을 찾으시겠습니까?01419977134IDS_PREREQUISITE_SETUP_SEARCH1042이 설치를 위해 추가 종속 항목이 필요할 수 있습니다. 그러한 종속 항목이 없으면 [ProductName]이(가) 제대로 작동하지 않을 수 있습니다. [SETUPEXENAME] 원본을 찾으시겠습니까?01419977134IDS_PREVENT_DOWNGRADE_EXIT1042이 컴퓨터에 이 응용 프로그램의 새 버전이 이미 설치되어 있습니다. 이 버전을 설치하려면 먼저 새 버전을 제거하십시오. 마법사를 종료하려면 확인을 클릭하십시오.01419977134IDS_PRINT_BUTTON1042인쇄(&P)01419977134IDS_PRODUCTNAME_INSTALLSHIELD1042[ProductName] - InstallShield Wizard01419977134IDS_PROGMSG_IIS_CREATEAPPPOOL1042응용 프로그램 풀 %s 만들기01419977134IDS_PROGMSG_IIS_CREATEAPPPOOLS1042응용 프로그램 풀 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEVROOT1042IIS 가상 디렉터리 %s(을)를 만들고 있습니다.01419977134IDS_PROGMSG_IIS_CREATEVROOTS1042IIS 가상 디렉터리를 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSION1042웹 서비스 확장 만들기01419977134IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS1042웹 서비스 확장 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEWEBSITE1042IIS 웹사이트 %s을(를) 만드는 중01419977134IDS_PROGMSG_IIS_CREATEWEBSITES1042IIS 웹사이트를 만드는 중...01419977134IDS_PROGMSG_IIS_EXTRACT1042IIS 가상 디렉터리 정보를 추출하고 있습니다.01419977134IDS_PROGMSG_IIS_EXTRACTDONE1042IIS 가상 디렉터리 정보를 추출했습니다.01419977134IDS_PROGMSG_IIS_REMOVEAPPPOOL1042응용 프로그램 풀 제거01419977134IDS_PROGMSG_IIS_REMOVEAPPPOOLS1042응용 프로그램 풀 제거 중...01419977134IDS_PROGMSG_IIS_REMOVESITE1042포트 %d에서 웹 사이트를 제거하고 있습니다.01419977134IDS_PROGMSG_IIS_REMOVEVROOT1042IIS 가상 디렉터리 %s(을)를 제거하고 있습니다.01419977134IDS_PROGMSG_IIS_REMOVEVROOTS1042IIS 가상 디렉터리를 제거하는 중...01419977134IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION1042웹 서비스 확장 제거01419977134IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS1042웹 서비스 확장 제거 중...01419977134IDS_PROGMSG_IIS_REMOVEWEBSITES1042IIS 웹사이트를 제거하는 중...01419977134IDS_PROGMSG_IIS_ROLLBACKAPPPOOLS1042응용 프로그램 풀 롤백 중...01419977134IDS_PROGMSG_IIS_ROLLBACKVROOTS1042가상 디렉터리 및 웹 사이트 변경 내용을 롤백하고 있습니다.01419977134IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS1042웹 서비스 확장 롤백 중...01419977134IDS_PROGMSG_TEXTFILECHANGS_REPLACE1042%s을(를) %s(으)로 바꾸는 중(%s에서)...01419977134IDS_PROGMSG_XML_COSTING1042XML 파일의 크기를 계산하는 중...01419977134IDS_PROGMSG_XML_CREATE_FILE1042XML 파일 %s(을)를 만드는 중...01419977134IDS_PROGMSG_XML_FILES1042XML 파일 변경 수행 중...01419977134IDS_PROGMSG_XML_REMOVE_FILE1042XML 파일 %s(을)를 제거하고 있습니다.01419977134IDS_PROGMSG_XML_ROLLBACK_FILES1042XML 파일 변경 내용을 롤백하는 중...01419977134IDS_PROGMSG_XML_UPDATE_FILE1042XML 파일 %s(을)를 업데이트하는 중...01419977134IDS_SETUPEXE_EXPIRE_MSG1042이 설치 프로그램은 %s까지 작동합니다. 설치 프로그램을 종료합니다.01419977134IDS_SETUPEXE_LAUNCH_COND_E1042이 설치 프로그램은 InstallShield의 평가판으로 만들어졌으며 setup.exe에서만 시작할 수 있습니다.01419977134IDS_SHORTCUT_DISPLAY_NAME11042전주번호찰프로그램(한전)01419977134IDS_SQLBROWSE_INTRO1042아래 서버 목록에서 대상 데이터베이스 서버를 선택하십시오.01419977134IDS_SQLBROWSE_INTRO_DB1042아래 카탈로그 이름 목록에서 지정하려는 데이터베이스 카탈로그를 선택하십시오.01419977134IDS_SQLBROWSE_INTRO_TEMPLATE1042[IS_SQLBROWSE_INTRO]01419977134IDS_SQLLOGIN_BROWSE1042검색(&R)...01419977134IDS_SQLLOGIN_BROWSE_DB1042검색(&O)...01419977134IDS_SQLLOGIN_CATALOG1042데이터베이스 카탈로그 이름(&N):01419977134IDS_SQLLOGIN_CONNECT1042연결 방식:01419977134IDS_SQLLOGIN_DESC1042데이터베이스 서버 및 인증 방법을 선택하십시오.01419977134IDS_SQLLOGIN_ID1042로그인 ID(&L):01419977134IDS_SQLLOGIN_INTRO1042아래 목록에서 설치할 데이터베이스 서버를 선택하거나 [찾아보기]를 클릭하여 모든 데이터베이스 서버의 목록을 살펴보십시오. 또한 현재 자격 증명 또는 SQL 로그인 ID 및 암호를 사용하여 로그인 인증 방식을 지정할 수 있습니다.01419977134IDS_SQLLOGIN_PSWD1042비밀번호(&P):01419977134IDS_SQLLOGIN_SERVER1042데이터베이스 서버(&S):01419977134IDS_SQLLOGIN_SERVER21042설치하려는 데이터 서버(&D):01419977134IDS_SQLLOGIN_SQL1042다음 로그인 ID 및 암호를 사용하여 서버 인증(&Q)01419977134IDS_SQLLOGIN_TITLE1042{MSSansBold8}데이터베이스 서버(&M)01419977134IDS_SQLLOGIN_WIN1042현재 사용자의 Windows 인증 자격 증명(&W)01419977134IDS_SQLSCRIPT_INSTALLING1042기존의 SQL 설치 스크립트...01419977134IDS_SQLSCRIPT_UNINSTALLING1042SQL 제거 스크립트 실행...01419977134IDS_STANDARD_USE_SETUPEXE1042MSI 패키지를 직접 실행하여 설치할 수 없습니다. setup.exe를 실행해야 합니다.01419977134IDS_SetupTips_Advertise1042{&Tahoma8} 처음 사용 시 구성요소가 설치됩니다 (해당 구성요소가 이 옵션을 지원하는 경우에만 적용됨).01419977134IDS_SetupTips_AllInstalledLocal1042{&Tahoma8} 로컬 하드 드라이브에 전체 구성요소가 설치됩니다.01419977134IDS_SetupTips_CustomSetup1042{&MSSansBold8} 사용자 정의 설치 참고01419977134IDS_SetupTips_CustomSetupDescription1042{&Tahoma8} 사용자 정의 설치는 프로그램 구성요소를 선택하여 설치할 수 있도록 해줍니다.01419977134IDS_SetupTips_IconInstallState1042{&Tahoma8} 구성요소 이름 옆의 아이콘은 해당 구성요소의 설치 상태를 나타냅니다. 아이콘을 눌러 각 구성요소의 설치 상태 메뉴를 드롭다운하십시오.01419977134IDS_SetupTips_InstallState1042{&Tahoma8} 설치 상태는 각각 다음을 의미합니다.01419977134IDS_SetupTips_Network1042{&Tahoma8} 네트워크로부터 구성요소를 실행하도록 설치합니다 (해당 구성요소가 이 옵션을 지원하는 경우에만 적용됨).01419977134IDS_SetupTips_OK1042{&Tahoma8} 확인01419977134IDS_SetupTips_SubFeaturesInstalledLocal1042{&Tahoma8} 로컬 하드 드라이브에 일부 하위 구성요소가 설치됩니다. (해당 구성요소에 하위 구성요소가 있는 경우에만 적용됨).01419977134IDS_SetupTips_WillNotBeInstalled1042{&Tahoma8} 구성요소가 설치되지 않습니다.01419977134IDS_UITEXT_Available1042 사용 가능01419977134IDS_UITEXT_Bytes1042 바이트01419977134IDS_UITEXT_CompilingFeaturesCost1042 이 구성요소의 비용을 수집하고 있습니다.01419977134IDS_UITEXT_Differences1042 차이01419977134IDS_UITEXT_DiskSize1042 디스크 크기01419977134IDS_UITEXT_FeatureCompletelyRemoved1042 이 구성요소를 완전히 제거합니다.01419977134IDS_UITEXT_FeatureContinueNetwork1042 이 구성요소를 계속 네트워크에서 실행하도록 합니다.01419977134IDS_UITEXT_FeatureFreeSpace1042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureInstalledCD1042 이 구성요소 및 모든 하위 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledCD21042 이 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledLocal1042 이 구성요소 및 모든 하위 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureInstalledLocal21042 이 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureInstalledNetwork1042 이 구성요소 및 모든 하위 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledNetwork21042 이 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledRequired1042 요구시 이 구성요소를 설치합니다.01419977134IDS_UITEXT_FeatureInstalledWhenRequired1042 요구시 이 구성요소를 설치하도록 설정합니다.01419977134IDS_UITEXT_FeatureInstalledWhenRequired21042 요구시 이 구성요소를 설치합니다.01419977134IDS_UITEXT_FeatureLocal1042 이 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureLocal21042 이 구성요소를 사용자의 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureNetwork1042 이 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureNetwork21042 이 구성요소를 네트워크에서 실행할 수 있도록 합니다.01419977134IDS_UITEXT_FeatureNotAvailable1042 이 구성요소를 사용할 수 없게 됩니다.01419977134IDS_UITEXT_FeatureOnCD1042 이 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureOnCD21042 이 구성요소를 CD로부터 실행할 수 있도록 합니다.01419977134IDS_UITEXT_FeatureRemainLocal1042 이 구성요소를 사용자의 로컬 하드 드라이브에 남겨둡니다.01419977134IDS_UITEXT_FeatureRemoveNetwork1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 네트워크로부터 여전히 실행할 수 있습니다.01419977134IDS_UITEXT_FeatureRemovedCD1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 CD에서는 여전히 실행할 수 있습니다.01419977134IDS_UITEXT_FeatureRemovedUnlessRequired1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 요구시 설치되도록 설정합니다.01419977134IDS_UITEXT_FeatureRequiredSpace1042 이 구성요소는 하드 드라이브에 [1]를 필요로 합니다. 01419977134IDS_UITEXT_FeatureRunFromCD1042 이 구성요소를 계속 CD로부터 실행하도록 합니다.01419977134IDS_UITEXT_FeatureSpaceFree1042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureSpaceFree21042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]를 필요로 합니다.01419977134IDS_UITEXT_FeatureSpaceFree31042 이 구성요소는 하드 드라이브의 [1]를 필요로 합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureSpaceFree41042 이 구성요소는 하드 드라이브의 [1]를 필요로 합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]를 필요로 합니다.01419977134IDS_UITEXT_FeatureUnavailable1042 이 구성요소를 설치 제거합니다.01419977134IDS_UITEXT_FeatureUninstallNoNetwork1042 이 구성요소는 완전히 설치 제거되며 네트워크로부터 이 구성요소를 실행할 수 없게 됩니다.01419977134IDS_UITEXT_FeatureWasCD1042 이 구성요소는 CD로부터 실행되었지만 요구시 설치되도록 설정합니다.01419977134IDS_UITEXT_FeatureWasCDLocal1042 이 구성요소는 CD로부터 실행되었지만 로컬 하드 드라이브에 설치됩니다.01419977134IDS_UITEXT_FeatureWasOnNetworkInstalled1042 이 구성요소는 네트워크로부터 실행되었지만 요구시 설치됩니다.01419977134IDS_UITEXT_FeatureWasOnNetworkLocal1042 이 구성요소는 네트워크로부터 실행되었지만 로컬 하드 드라이브에 설치됩니다.01419977134IDS_UITEXT_FeatureWillBeUninstalled1042 이 구성요소는 완전히 설치 제거되며 CD로부터 이 구성요소를 실행할 수 없게 됩니다.01419977134IDS_UITEXT_Folder1042 폴더|새 폴더01419977134IDS_UITEXT_GB1042 GB01419977134IDS_UITEXT_KB1042 KB01419977134IDS_UITEXT_MB1042 MB01419977134IDS_UITEXT_Required1042 필수01419977134IDS_UITEXT_TimeRemaining1042 남은 시간: {[1]분 }{[2]초}01419977134IDS_UITEXT_Volume1042 볼륨01419977134IDS__AgreeToLicense_01042{&Tahoma8} 사용권 계약서의 조건에 동의하지 않음(&D)01419977134IDS__AgreeToLicense_11042{&Tahoma8} 사용권 계약서의 조건에 동의함(&A)01419977134IDS__DatabaseFolder_ChangeFolder1042이 폴더에 설치하려면 [다음]을 클릭하고, 또는 다른 폴더로 설치하려면 [바꾸기]를 클릭하십시오.01419977134IDS__DatabaseFolder_DatabaseDir1042[DATABASEDIR]01419977134IDS__DatabaseFolder_DatabaseFolder1042{&MSSansBold8}데이터베이스 폴더01419977134IDS__DestinationFolder_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__DestinationFolder_ChangeFolder1042{&Tahoma8} 이 폴더에 설치하려면 "다음" 단추를 누르고, 다른 위치에 설치하려면 "변경" 단추를 누르십시오.01419977134IDS__DestinationFolder_DestinationFolder1042{&MSSansBold8} 대상 폴더01419977134IDS__DestinationFolder_InstallTo1042{&Tahoma8} [ProductName] 설치 위치:01419977134IDS__DisplayName_Custom1042사용자 정의01419977134IDS__DisplayName_Minimal1042최소01419977134IDS__DisplayName_Typical1042일반01419977134IDS__IsAdminInstallBrowse_111042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_41042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_81042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_BrowseDestination1042{&Tahoma8} 대상 폴더를 찾습니다.01419977134IDS__IsAdminInstallBrowse_ChangeDestination1042{&MSSansBold8} 현재 대상 폴더 변경01419977134IDS__IsAdminInstallBrowse_CreateFolder1042 새 폴더 작성||01419977134IDS__IsAdminInstallBrowse_FolderName1042{&Tahoma8} 폴더 이름(&F):01419977134IDS__IsAdminInstallBrowse_LookIn1042{&Tahoma8} 찾는 위치(&L)01419977134IDS__IsAdminInstallBrowse_UpOneLevel1042 상위 폴더|01419977134IDS__IsAdminInstallPointWelcome_ServerImage1042{&Tahoma8} InstallShield(R) 설치 마법사는 지정된 네트워크 위치에 [ProductName]의 서버 이미지를 작성합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsAdminInstallPointWelcome_Wizard1042{&TahomaBold10} [ProductName] - InstallShield Wizard 마법사를 시작합니다01419977134IDS__IsAdminInstallPoint_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__IsAdminInstallPoint_EnterNetworkLocation1042{&Tahoma8} 네트워크 위치를 입력하거나 "변경" 단추를 눌러 위치를 찾으십시오. 네트워크 위치를 입력하거나 "변경" 단추를 눌러 위치를 찾으십시오. 지정한 네트워크 위치에 [ProductName]의 서버 이미지를 작성하려면 "설치" 단추를 누르고, 설치 마법사를 종료하려면 "취소" 단추를 누르십시오.01419977134IDS__IsAdminInstallPoint_Install1042{&Tahoma8} 설치(&I)01419977134IDS__IsAdminInstallPoint_NetworkLocation1042{&Tahoma8} 네트워크 위치(&N):01419977134IDS__IsAdminInstallPoint_NetworkLocationFormatted1042{&MSSansBold8} 네트워크 위치01419977134IDS__IsAdminInstallPoint_SpecifyNetworkLocation1042{&Tahoma8} 제품의 서버 이미지를 위한 네트워크 위치를 지정합니다.01419977134IDS__IsBrowseButton1042검색(&R)...01419977134IDS__IsBrowseFolderDlg_111042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_41042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_81042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_BrowseDestFolder1042{&Tahoma8} 대상 폴더를 찾습니다.01419977134IDS__IsBrowseFolderDlg_ChangeCurrentFolder1042{&MSSansBold8} 현재 대상 폴더 변경01419977134IDS__IsBrowseFolderDlg_CreateFolder1042 새 폴더 작성||01419977134IDS__IsBrowseFolderDlg_FolderName1042{&Tahoma8} 폴더 이름(&F):01419977134IDS__IsBrowseFolderDlg_LookIn1042{&Tahoma8} 찾는 위치(&L)01419977134IDS__IsBrowseFolderDlg_OK1042{&Tahoma8} 확인01419977134IDS__IsBrowseFolderDlg_UpOneLevel1042 상위 폴더||01419977134IDS__IsBrowseForAccount1042사용자 계정 찾아보기01419977134IDS__IsBrowseGroup1042사용자 그룹 선택01419977134IDS__IsBrowseUsernameTitle1042사용자 이름 선택01419977134IDS__IsCancelDlg_ConfirmCancel1042{&Tahoma8} [ProductName] - InstallShield Wizard를 취소하시겠습니까?01419977134IDS__IsCancelDlg_No1042{&Tahoma8} 아니오(&N)01419977134IDS__IsCancelDlg_Yes1042{&Tahoma8} 예(&Y) 01419977134IDS__IsConfirmPassword1042암호 확인(&F):01419977134IDS__IsCreateNewUserTitle1042새 사용자 정보01419977134IDS__IsCreateUserBrowse1042새 사용자 정보(&E)...01419977134IDS__IsCustomSelectionDlg_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__IsCustomSelectionDlg_ClickFeatureIcon1042{&Tahoma8} 구성요소의 설치 방법을 변경하려면 아래 목록에 있는 아이콘을 누르십시오.01419977134IDS__IsCustomSelectionDlg_CustomSetup1042{&MSSansBold8} 사용자 정의 설치01419977134IDS__IsCustomSelectionDlg_FeatureDescription1042{&Tahoma8} 구성요소 설명01419977134IDS__IsCustomSelectionDlg_FeaturePath1042{&Tahoma8} <selected feature path> 01419977134IDS__IsCustomSelectionDlg_FeatureSize1042{&Tahoma8} 구성요소 크기01419977134IDS__IsCustomSelectionDlg_Help1042{&Tahoma8} 도움말(&H)01419977134IDS__IsCustomSelectionDlg_InstallTo1042{&Tahoma8} 설치 위치:01419977134IDS__IsCustomSelectionDlg_MultilineDescription1042{&Tahoma8} 현재 선택한 항목을 여러 행으로 설명합니다01419977134IDS__IsCustomSelectionDlg_SelectFeatures1042{&Tahoma8} 설치하려는 프로그램 구성요소를 선택하십시오.01419977134IDS__IsCustomSelectionDlg_Space1042{&Tahoma8} 공간(&S)01419977134IDS__IsDiskSpaceDlg_DiskSpace1042{&Tahoma8} 설치에 필요한 디스크 공간이 사용 가능한 디스크 공간을 초과합니다.01419977134IDS__IsDiskSpaceDlg_HighlightedVolumes1042{&Tahoma8} 강조 표시된 드라이브는 현재 선택한 구성요소 설치에 필요한 디스크 공간이 부족합니다. 강조 표시된 드라이브에서 파일을 제거하거나, 구성요소를 적게 선택하여 설치하거나, 다른 대상 드라이브를 선택하십시오.01419977134IDS__IsDiskSpaceDlg_Numbers1042{&Tahoma8}{120}{70}{70}{70}{70}01419977134IDS__IsDiskSpaceDlg_OK1042{&Tahoma8} 확인(&O)01419977134IDS__IsDiskSpaceDlg_OutOfDiskSpace1042{&MSSansBold8} 디스크 공간 부족01419977134IDS__IsDomainOrServer1042도메인 및 서버(&D):01419977134IDS__IsErrorDlg_Abort1042{&Tahoma8} 중단(&A)01419977134IDS__IsErrorDlg_ErrorText1042{&Tahoma8} <error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here>01419977134IDS__IsErrorDlg_Ignore1042{&Tahoma8} 무시(&I)01419977134IDS__IsErrorDlg_InstallerInfo1042[ProductName] - InstallShield Wizard 정보01419977134IDS__IsErrorDlg_NO1042{&Tahoma8} 아니오(&N)01419977134IDS__IsErrorDlg_OK1042{&Tahoma8} 확인(&O)01419977134IDS__IsErrorDlg_Retry1042{&Tahoma8} 재시도(&R)01419977134IDS__IsErrorDlg_Yes1042{&Tahoma8} 예(&Y)01419977134IDS__IsExitDialog_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsExitDialog_InstallSuccess1042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 성공적으로 설치했습니다. 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsExitDialog_LaunchProgram1042프로그램을 실행합니다.01419977134IDS__IsExitDialog_ShowReadMe1042readme 파일을 표시합니다.01419977134IDS__IsExitDialog_UninstallSuccess1042{&Tahoma8} InstallShield Wizard[ProductName]을(를) 성공적으로 제거했습니다. 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsExitDialog_Update_InternetConnection1042인터넷 접속은 최신 갱신본이 있는지 확인하는데 사용될 수 있습니다.01419977134IDS__IsExitDialog_Update_PossibleUpdates1042일부 프로그램 파일은 [ProductName] 사본을 구입한 후 갱신되었을 수 있습니다.01419977134IDS__IsExitDialog_Update_SetupFinished1042설치 프로그램은 [ProductName] 설치를 완료하였습니다.01419977134IDS__IsExitDialog_Update_YesCheckForUpdates1042예, 설치가 완료된 후 프로그램 갱신 내용을 확인합니다(권장사항)(&Y).01419977134IDS__IsExitDialog_WizardCompleted1042{&TahomaBold10} InstallShield 완료01419977134IDS__IsFatalError_ClickFinish1042{&Tahoma8} 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsFatalError_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsFatalError_KeepOrRestore1042{&Tahoma8} 시스템에 설치된 기존 요소를 보관하여 다음에 설치를 계속하거나, 설치 이전의 원래 상태로 시스템을 복원할 수 있습니다.01419977134IDS__IsFatalError_NotModified1042{&Tahoma8} 시스템이 변경되지 않았습니다. 다음에 설치를 완료하려면 설치 프로그램을 다시 실행하십시오.01419977134IDS__IsFatalError_RestoreOrContinueLater1042{&Tahoma8} 마법사를 종료하려면 "복원" 또는 "다음에 계속" 단추를 누르십시오.01419977134IDS__IsFatalError_WizardCompleted1042{&TahomaBold10}[ProductName] - InstallShield Wizard 마법사를 완료했습니다.01419977134IDS__IsFatalError_WizardInterrupted1042{&Tahoma8} [ProductName] - InstallShield Wizard가 완료되기 전에 설치 마법사가 중단되었습니다.01419977134IDS__IsFeatureDetailsDlg_DiskSpaceRequirements1042{&MSSansBold8} 디스크 공간 요구 사항01419977134IDS__IsFeatureDetailsDlg_Numbers1042{&Tahoma8}{120}{70}{70}{70}{70}01419977134IDS__IsFeatureDetailsDlg_OK1042{&Tahoma8} 확인01419977134IDS__IsFeatureDetailsDlg_SpaceRequired1042{&Tahoma8} 선택한 구성요소를 설치하기 위한 디스크 공간.01419977134IDS__IsFeatureDetailsDlg_VolumesTooSmall1042{&Tahoma8} 강조 표시된 드라이브는 현재 선택한 구성요소 설치에 필요한 디스크 공간이 부족합니다. 강조 표시된 드라이브에서 파일을 제거하거나, 구성요소를 적게 선택하여 설치하거나, 다른 대상 드라이브를 선택하십시오.01419977134IDS__IsFilesInUse_ApplicationsUsingFiles1042{&Tahoma8} 이 프로그램 설치시 업데이트해야 할 파일을 다음의 응용 프로그램에서 사용하고 있습니다. 계속하려면 해당 응용 프로그램을 닫은 후 "재시도" 단추를 누르십시오.01419977134IDS__IsFilesInUse_Exit1042{&Tahoma8} 종료(&E)01419977134IDS__IsFilesInUse_FilesInUse1042{&MSSansBold8} 사용 중인 파일01419977134IDS__IsFilesInUse_FilesInUseMessage1042{&Tahoma8} 업데이트해야 할 일부 파일이 현재 사용 중입니다.01419977134IDS__IsFilesInUse_Ignore1042{&Tahoma8} 무시(&I)01419977134IDS__IsFilesInUse_Retry1042{&Tahoma8} 재시도(&R)01419977134IDS__IsGroup1042사용자 그룹(&U):01419977134IDS__IsGroupLabel1042사용자 그룹(&O):01419977134IDS__IsInitDlg_11042{&Tahoma8}01419977134IDS__IsInitDlg_21042{&Tahoma8}01419977134IDS__IsInitDlg_PreparingWizard1042{&Tahoma8} InstallShield Wizard가 설치 과정으로 귀하를 안내할 준비를 하는 동안 잠시 기다려 주십시오.01419977134IDS__IsInitDlg_WelcomeWizard1042{&TahomaBold10} [ProductName]InstallShield Wizard를 시작합니다01419977134IDS__IsLicenseDlg_LicenseAgreement1042{&MSSansBold8} 사용권 계약서01419977134IDS__IsLicenseDlg_ReadLicenseAgreement1042{&Tahoma8} 다음의 사용권 계약서를 자세히 읽으십시오.01419977134IDS__IsLogonInfoDescription1042이 응용 프로그램에서 사용할 사용자 계정을 지정하십시오. 사용자 계정은 도메인\사용자 이름 형식이어야 합니다.01419977134IDS__IsLogonInfoTitle1042{&MSSansBold8}로그온 정보01419977134IDS__IsLogonInfoTitleDescription1042사용자 이름 및 암호를 지정하십시오.01419977134IDS__IsLogonNewUserDescription1042아래 버튼을 선택하여 설치하는 동안 만들 새 사용자에 대한 정보를 지정하십시오.01419977134IDS__IsMaintenanceDlg_ChangeFeatures1042{&Tahoma8} 설치할 프로그램 구성요소를 변경합니다. 이 옵션을 선택하면 구성요소 설치 방법을 변경할 수 있는 사용자 선택 대화 상자가 나타납니다.01419977134IDS__IsMaintenanceDlg_MaitenanceOptions1042{&Tahoma8} 프로그램을 변경, 복구 또는 제거합니다.01419977134IDS__IsMaintenanceDlg_Modify1042{&MSSansBold8} 변경(&M)01419977134IDS__IsMaintenanceDlg_ProgramMaintenance1042{&MSSansBold8} 프로그램 유지 보수01419977134IDS__IsMaintenanceDlg_Remove1042{&MSSansBold8} 제거(&R)01419977134IDS__IsMaintenanceDlg_RemoveProductName1042{&Tahoma8} 컴퓨터에서 [ProductName]을(를) 제거합니다.01419977134IDS__IsMaintenanceDlg_Repair1042{&MSSansBold8} 복구(&P)01419977134IDS__IsMaintenanceDlg_RepairMessage1042{&Tahoma8} 프로그램의 오류를 복구합니다. 이 옵션을 선택하면 누락되거나 손상된 파일, 바로 가기 및 레지스트리 항목을 수정합니다.01419977134IDS__IsMaintenanceWelcome_MaintenanceOptionsDescription1042{&Tahoma8} InstallShield(R) Wizard가 [ProductName]의 변경, 복구 또는 제거를 도와줍니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsMaintenanceWelcome_WizardWelcome1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 시작합니다01419977134IDS__IsMsiRMFilesInUse_ApplicationsUsingFiles1042다음 응용 프로그램에서 이 설치 프로그램으로 업데이트할 파일을 사용하고 있습니다.01419977134IDS__IsMsiRMFilesInUse_CloseRestart1042자동 종료 후 응용 프로그램을 다시 시작합니다.01419977134IDS__IsMsiRMFilesInUse_RebootAfter1042응용 프로그램이 종료되지 않습니다. (다시 부팅해야 합니다.)01419977134IDS__IsPatchDlg_PatchClickUpdate1042InstallShield(R) Wizard는 사용자의 컴퓨터에 [ProductName]를 위한 패치를 설치합니다.계속하려면 업데이트를 클릭하십시오.01419977134IDS__IsPatchDlg_PatchWizard1042[ProductName] - InstallShield Wizard01419977134IDS__IsPatchDlg_Update1042업데이트(&U) >01419977134IDS__IsPatchDlg_WelcomePatchWizard1042{&TahomaBold10}[ProductName]의 패치에 오신 것을 환영합니다01419977134IDS__IsProgressDlg_21042{&Tahoma8}01419977134IDS__IsProgressDlg_Hidden1042{&Tahoma8} (Hidden for now)01419977134IDS__IsProgressDlg_HiddenTimeRemaining1042{&Tahoma8} (Hidden for now) 예상 남은 시간:01419977134IDS__IsProgressDlg_InstallingProductName1042{&MSSansBold8} [ProductName]을(를) 설치합니다. 01419977134IDS__IsProgressDlg_ProgressDone1042 진행률01419977134IDS__IsProgressDlg_SecHidden1042{&Tahoma8} (Hidden for now)초01419977134IDS__IsProgressDlg_Status1042{&Tahoma8} 상태:01419977134IDS__IsProgressDlg_Uninstalling1042{&MSSansBold8} [ProductName]을(를) 삭제합니다.01419977134IDS__IsProgressDlg_UninstallingFeatures1042{&Tahoma8} 선택한 프로그램 구성요소가 제거됩니다.01419977134IDS__IsProgressDlg_UninstallingFeatures21042{&Tahoma8} 선택한 프로그램 구성요소가 설치됩니다.01419977134IDS__IsProgressDlg_WaitUninstall1042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 제거하는 동안 잠시 기다려 주십시오. 이 작업은 몇 분 정도 걸립니다.01419977134IDS__IsProgressDlg_WaitUninstall21042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 설치하는 동안 잠시 기다려 주십시오. 이 작업은 몇 분 정도 걸립니다.01419977134IDS__IsReadmeDlg_Cancel1042취소(&C)01419977134IDS__IsReadmeDlg_PleaseReadInfo1042다음 readme 정보를 자세히 읽으십시오.01419977134IDS__IsReadmeDlg_ReadMeInfo1042{&MSSansBold8}Readme 정보01419977134IDS__IsRegisterUserDlg_161042{&Tahoma8}01419977134IDS__IsRegisterUserDlg_Anyone1042{&Tahoma8} 컴퓨터를 사용하는 모든 사용자(&A)01419977134IDS__IsRegisterUserDlg_CustomerInformation1042{&MSSansBold8} 사용자 정보01419977134IDS__IsRegisterUserDlg_InstallFor1042{&Tahoma8} 다음 사용자용으로 프로그램을 설치합니다.01419977134IDS__IsRegisterUserDlg_OnlyMe1042{&Tahoma8} 사용자([USERNAME]) 전용(&M)01419977134IDS__IsRegisterUserDlg_Organization1042{&Tahoma8} 조직(&O):01419977134IDS__IsRegisterUserDlg_PleaseEnterInfo1042{&Tahoma8} 사용자 정보를 입력하십시오.01419977134IDS__IsRegisterUserDlg_SerialNumber1042일련번호(&S)01419977134IDS__IsRegisterUserDlg_Tahoma501042{50}01419977134IDS__IsRegisterUserDlg_Tahoma801042{80}01419977134IDS__IsRegisterUserDlg_UserName1042{&Tahoma8} 사용자 이름(&U):01419977134IDS__IsResumeDlg_ResumeSuspended1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 중단된 [ProductName] - InstallShield Wizard를 완료합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsResumeDlg_Resuming1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 다시 시작합니다01419977134IDS__IsResumeDlg_WizardResume1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 [ProductName]을(를) 설치했습니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsSelectDomainOrServer1042도메인 또는 서버 선택01419977134IDS__IsSelectDomainUserInstructions1042아래 버튼을 선택하여 설치하는 동안 만들 새 사용자에 대한 정보를 지정하십시오.01419977134IDS__IsSetupComplete_ShowMsiLog1042Windows Installer 로그 표시01419977134IDS__IsSetupTypeMinDlg_131042{&Tahoma8}01419977134IDS__IsSetupTypeMinDlg_AllFeatures1042{&Tahoma8} 모든 프로그램 구성요소를 설치합니다. (디스크 공간을 가장 많이 필요로 함).01419977134IDS__IsSetupTypeMinDlg_ChooseFeatures1042{&Tahoma8} 설치하려는 프로그램 구성요소 및 설치할 위치를 선택하십시오. 고급 사용자일 경우에 권장합니다.01419977134IDS__IsSetupTypeMinDlg_ChooseSetupType1042{&Tahoma8} 사용자의 필요에 가장 적합한 설치 유형을 선택하십시오.01419977134IDS__IsSetupTypeMinDlg_Complete1042{&MSSansBold8} 전체 설치(&C)01419977134IDS__IsSetupTypeMinDlg_Custom1042{&MSSansBold8} 사용자 정의 설치(&S)01419977134IDS__IsSetupTypeMinDlg_Minimal1042{&MSSansBold8}최소(&M)01419977134IDS__IsSetupTypeMinDlg_MinimumFeatures1042{&Tahoma8}최소 필수 기능들이 설치될 것입니다01419977134IDS__IsSetupTypeMinDlg_SelectSetupType1042{&Tahoma8} 설치 유형을 선택하십시오.01419977134IDS__IsSetupTypeMinDlg_SetupType1042{&MSSansBold8} 설치 유형01419977134IDS__IsSetupTypeMinDlg_Typical1042{&MSSansBold8}일반(&T)01419977134IDS__IsUserExit_ClickFinish1042{&Tahoma8} 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsUserExit_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsUserExit_KeepOrRestore1042{&Tahoma8} 시스템에 설치된 기존 요소를 보관하여 다음에 설치를 계속하거나, 설치 이전의 원래 상태로 시스템을 복원할 수 있습니다.01419977134IDS__IsUserExit_NotModified1042{&Tahoma8} 시스템이 변경되지 않았습니다. 나중에 이 프로그램을 설치하려면 설치 프로그램을 다시 실행하십시오.01419977134IDS__IsUserExit_RestoreOrContinue1042{&Tahoma8} 마법사를 종료하려면 "복원" 또는 "다음에 계속" 단추를 누르십시오.01419977134IDS__IsUserExit_WizardCompleted1042{&TahomaBold10} InstallShield Wizard를 완료했습니다.01419977134IDS__IsUserExit_WizardInterrupted1042{&Tahoma8} [ProductName] - InstallShield Wizard가 완료되기 전에 설치 마법사가 중단되었습니다.01419977134IDS__IsUserNameLabel1042사용자 이름(&U):01419977134IDS__IsVerifyReadyDlg_BackOrCancel1042{&Tahoma8} 설치 설정 사항을 검토하거나 변경하려면 "뒤로" 단추를 누르십시오. 마법사를 종료하려면 "취소" 단추를 누르십시오. 01419977134IDS__IsVerifyReadyDlg_ClickInstall1042{&Tahoma8} 설치를 시작하려면 "설치" 단추를 누르십시오.01419977134IDS__IsVerifyReadyDlg_Company1042회사: [COMPANYNAME]01419977134IDS__IsVerifyReadyDlg_CurrentSettings1042현재 설정:01419977134IDS__IsVerifyReadyDlg_DestFolder1042설치 폴더:01419977134IDS__IsVerifyReadyDlg_Install1042{&Tahoma8} 설치(&I)01419977134IDS__IsVerifyReadyDlg_Installdir1042[INSTALLDIR]01419977134IDS__IsVerifyReadyDlg_ModifyReady1042{&MSSansBold8} 프로그램 변경 준비 완료01419977134IDS__IsVerifyReadyDlg_ReadyInstall1042{&MSSansBold8} 프로그램 설치 준비 완료01419977134IDS__IsVerifyReadyDlg_ReadyRepair1042{&MSSansBold8} 프로그램 복구 준비 완료01419977134IDS__IsVerifyReadyDlg_SelectedSetupType1042[SelectedSetupType]01419977134IDS__IsVerifyReadyDlg_Serial1042일련번호: [ISX_SERIALNUM]01419977134IDS__IsVerifyReadyDlg_SetupType1042설치 종류:01419977134IDS__IsVerifyReadyDlg_UserInfo1042사용자 정보:01419977134IDS__IsVerifyReadyDlg_UserName1042성명: [USERNAME]01419977134IDS__IsVerifyReadyDlg_WizardReady1042{&Tahoma8} 마법사는 설치를 시작할 준비가 되었습니다.01419977134IDS__IsVerifyRemoveAllDlg_ChoseRemoveProgram1042{&Tahoma8} 사용자 시스템에서 프로그램을 제거하도록 선택했습니다.01419977134IDS__IsVerifyRemoveAllDlg_ClickBack1042{&Tahoma8} 설정 사항을 검토하거나 변경하려면 "뒤로" 단추를 누르십시오.01419977134IDS__IsVerifyRemoveAllDlg_ClickRemove1042{&Tahoma8} 컴퓨터에서 '[ProductName]'을(를) 제거하려면 "제거" 단추를 누르십시오. 제거 후에는 더 이상 이 프로그램을 사용할 수 없습니다.01419977134IDS__IsVerifyRemoveAllDlg_Remove1042{&Tahoma8} 제거(&R)01419977134IDS__IsVerifyRemoveAllDlg_RemoveProgram1042{&MSSansBold8} 프로그램 제거01419977134IDS__IsWelcomeDlg_InstallProductName1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 [ProductName]을(를) 설치합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsWelcomeDlg_WarningCopyright1042경고: 이 프로그램은 저작권법과 국제 협약에 의해 보호되고 있습니다.01419977134IDS__IsWelcomeDlg_WelcomeProductName1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 시작합니다.01419977134IDS__TargetReq_DESC_COLOR1042시스템의 색상 설정은 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_OS1042운영 체제는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_PROCESSOR1042프로세서는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_RAM1042RAM 양은 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_RESOLUTION1042화면 해상도는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134ID_STRING11042http://tindevil.com0-2086294048ID_STRING101033NEWSHO~1|NewShortcut10-198926857ID_STRING101042번호찰~1|번호찰프로그램(한전)0-198936969ID_STRING111033NEWSHO~1|NewShortcut20-198914569ID_STRING111042번호찰~1|번호찰프로그램(한전)0-198932873ID_STRING121033NEWSHO~1|NewShortcut101092964396ID_STRING121042한전번~1|한전번호찰 통합프로그램0-1322925802ID_STRING131033NEWSHO~1|NewShortcut201092974636ID_STRING131042한전번~1|한전번호찰 통합프로그램0-1322919658ID_STRING141033NEWSHO~1|NewShortcut10-1700407499ID_STRING141042한번번~1|한번번호찰 통합프로그램0-1700401355ID_STRING151033NEWSHO~1|NewShortcut20-1700458667ID_STRING151042한전번~1|한전번호찰 통합프로그램0-1700454571ID_STRING161033NEWSHO~1|NewShortcut10-844656010ID_STRING161042한전번~1|한전번호찰(통합)0-844651914ID_STRING171033NEWSHO~1|NewShortcut20-844643722ID_STRING171042한전번~1|한전번호찰(통합)0-844641674ID_STRING21042Simp0-1700409721ID_STRING31042전주번호찰프로그램(한전)01419977134ID_STRING41033전주번호찰프로그램(한전) 설치01419993518ID_STRING41042한전번호찰(통합)(.Net 4)0-844672426ID_STRING51033NEWSHO~1|NewShortcut101420016366ID_STRING51042전주번~1|전주번호찰(한전)01420024558ID_STRING61033NEWSHO~1|NewShortcut201419971342ID_STRING61042전주번~1|전주번호찰(한전)01419971342ID_STRING71033NEWSHO~1|NewShortcut30-198947209ID_STRING71042한전번~1|한전번호찰(통합) 제거0-844686730ID_STRING81033NEWSHO~1|NewShortcut10153403218ID_STRING81042전주번~1|전주번호찰프로그램(한전)0153358194ID_STRING91033NEWSHO~1|NewShortcut20153380722ID_STRING91042번호찰~1|번호찰(한전)0153403250IIDS_UITEXT_FeatureUninstalled1042 이 구성요소는 설치 안된 상태로 유지됩니다.01419977134
+ + + Name + Value + +
UniqueId1D4B2161-19C7-45C1-9AB1-EF9BC0806D3F
+ + + UpgradedImage_ + Name + MsiPath + Order + Flags + IgnoreMissingFiles +
+ + + UpgradeItem + ObjectSetupPath + ISReleaseFlags + ISAttributes +
+ + + Name + MsiPath + Family +
+ + + Directory_ + Name + Value +
+ + + File_ + Name + Value +
+ + + Name + Value +
+ + + Registry_ + Name + Value +
+ + + ISRelease_ + ISProductConfiguration_ + Name + Value +
+ + + Shortcut_ + Name + Value +
+ + + Action_ + Name + Value +
+ + + ISXmlElement + ISXmlFile_ + ISXmlElement_Parent + XPath + Content + ISAttributes +
+ + + ISXmlElementAttrib + ISXmlElement_ + Name + Value + ISAttributes +
+ + + ISXmlFile + FileName + Component_ + Directory + ISAttributes + SelectionNamespaces + Encoding +
+ + + Signature_ + Parent + Element + Attribute + ISAttributes +
+ + + Name + Data + ISBuildSourcePath + ISIconIndex + + + + + + + + + + + + + + + + +
ARPPRODUCTICON.exe<ISProductFolder>\redist\Language Independent\OS Independent\setupicon.ico0EpoleNet.exe1_B5B7B84F00494FE084A31F60830A100D.exeE:\Tinsky\Visual Basic For IREA\Z_Epole_v2\Epole\bin\난독처리\EpoleNet.exe0EpoleNet.exe_FDB5E94620784C6D813ECC5BACB9A794.exeE:\Tinsky\Visual Basic For IREA\Z_Epole_v2\Epole\bin\난독처리\EpoleNet.exe0NewShortcut1_6E5ED265605640C78AB2790FC0976774.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut1_83F2DE39FCD442F1A592612259D78B1B.exeE:\Tinsky\Visual Basic For IREA\Runtime\Epole_v2\EpoleNet.exe0NewShortcut1_8F69A0BD33C2488ABB061B14AC5BDA76.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut1_B58BD83443D54A078C742FE7B6997CC6.exeE:\Tinsky\Visual Basic For IREA\Z_Epole_v2\Epole\bin\Debug\EpoleNet.exe0NewShortcut1_BB891E347FF849749B7C2C06C48B9DE5.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut1_C2AF28BDEE934D17827B4402BF66751C.exeE:\Tinsky\Visual Basic For IREA\Runtime_Epole_v2\EpoleNet.exe0NewShortcut2_079187CF3AED44BCA6D595E8350A6F1D.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut2_393608EE869E45E8983549E48C0C1BAF.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut2_408D912C2B0049C289BD0EC3687FFBF3.exeE:\Tinsky\Visual Basic For IREA\Runtime\Epole_v2\EpoleNet.exe0NewShortcut2_670C3F3766B34E6FA4FA3BF2A199F36C.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut2_9431FB5C8EC5424295009BC684086297.exeE:\Tinsky\Visual Basic For IREA\Z_Epole_v2\Epole\bin\Debug\EpoleNet.exe0NewShortcut2_F14BD0C6BAFB45C5A236A8A562A7EE5F.exeE:\Tinsky\Visual Basic For IREA\Runtime_Epole_v2\EpoleNet.exe0NewShortcut3_72FFEAB4388345EC83C1DA2453406F66.exeC:\Program Files (x86)\InstallShield\2015LE\Redist\Language Independent\OS Independent\uninstall.ico0
+ + + IniFile + FileName + DirProperty + Section + Key + Value + Action + Component_ +
+ + + Signature_ + FileName + Section + Key + Field + Type +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AllocateRegistrySpaceNOT Installed1550AllocateRegistrySpace + AppSearch400AppSearch + BindImage4300BindImage + CCPSearchCCP_TEST500CCPSearch + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + CreateFolders3700CreateFolders + CreateShortcuts4500CreateShortcuts + DeleteServicesVersionNT2000DeleteServices + DuplicateFiles4210DuplicateFiles + FileCost900FileCost + FindRelatedProductsNOT ISSETUPDRIVEN420FindRelatedProducts + ISPreventDowngradeISFOUNDNEWERPRODUCTVERSION450ISPreventDowngrade + ISRunSetupTypeAddLocalEventNot Installed And Not ISRUNSETUPTYPEADDLOCALEVENT1050ISRunSetupTypeAddLocalEvent + ISSelfRegisterCosting2201 + ISSelfRegisterFiles5601 + ISSelfRegisterFinalize6601 + ISUnSelfRegisterFiles2202 + InstallFiles4000InstallFiles + InstallFinalize6600InstallFinalize + InstallInitialize1501InstallInitialize + InstallODBC5400InstallODBC + InstallServicesVersionNT5800InstallServices + InstallValidate1400InstallValidate + IsolateComponents950IsolateComponents + LaunchConditionsNot Installed410LaunchConditions + MigrateFeatureStates1010MigrateFeatureStates + MoveFiles3800MoveFiles + MsiConfigureServicesVersionMsi >= "5.00"5850MSI5 MsiConfigureServices + MsiPublishAssemblies6250MsiPublishAssemblies + MsiUnpublishAssemblies1750MsiUnpublishAssemblies + PatchFiles4090PatchFiles + ProcessComponents1600ProcessComponents + PublishComponents6200PublishComponents + PublishFeatures6300PublishFeatures + PublishProduct6400PublishProduct + RMCCPSearchNot CCP_SUCCESS And CCP_TEST600RMCCPSearch + RegisterClassInfo4600RegisterClassInfo + RegisterComPlus5700RegisterComPlus + RegisterExtensionInfo4700RegisterExtensionInfo + RegisterFonts5300RegisterFonts + RegisterMIMEInfo4900RegisterMIMEInfo + RegisterProduct6100RegisterProduct + RegisterProgIdInfo4800RegisterProgIdInfo + RegisterTypeLibraries5500RegisterTypeLibraries + RegisterUser6000RegisterUser + RemoveDuplicateFiles3400RemoveDuplicateFiles + RemoveEnvironmentStrings3300RemoveEnvironmentStrings + RemoveExistingProducts1410RemoveExistingProducts + RemoveFiles3500RemoveFiles + RemoveFolders3600RemoveFolders + RemoveIniValues3100RemoveIniValues + RemoveODBC2400RemoveODBC + RemoveRegistryValues2600RemoveRegistryValues + RemoveShortcuts3200RemoveShortcuts + ResolveSourceNot Installed850ResolveSource + ScheduleRebootISSCHEDULEREBOOT6410ScheduleReboot + SelfRegModules5600SelfRegModules + SelfUnregModules2200SelfUnregModules + SetARPINSTALLLOCATION1100SetARPINSTALLLOCATION + SetAllUsersProfileNTVersionNT = 400970 + SetODBCFolders1200SetODBCFolders + StartServicesVersionNT5900StartServices + StopServicesVersionNT1900StopServices + UnpublishComponents1700UnpublishComponents + UnpublishFeatures1800UnpublishFeatures + UnregisterClassInfo2700UnregisterClassInfo + UnregisterComPlus2100UnregisterComPlus + UnregisterExtensionInfo2800UnregisterExtensionInfo + UnregisterFonts2500UnregisterFonts + UnregisterMIMEInfo3000UnregisterMIMEInfo + UnregisterProgIdInfo2900UnregisterProgIdInfo + UnregisterTypeLibraries2300UnregisterTypeLibraries + ValidateProductID700ValidateProductID + WriteEnvironmentStrings5200WriteEnvironmentStrings + WriteIniValues5100WriteIniValues + WriteRegistryValues5000WriteRegistryValues + setAllUsersProfile2KVersionNT >= 500980 + setUserProfileNTVersionNT960 +
+ + + Property + Value + + + + + + + + + + + + + + + + + + + + + + + + +
ActiveLanguage1042Comments + CurrentMedia +UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA= + DefaultProductConfigurationExpressEnableSwidtag1ISCompilerOption_CompileBeforeBuild1ISCompilerOption_Debug0ISCompilerOption_IncludePath + ISCompilerOption_LibraryPath + ISCompilerOption_MaxErrors50ISCompilerOption_MaxWarnings50ISCompilerOption_OutputPath<ISProjectDataFolder>\Script FilesISCompilerOption_PreProcessor_ISSCRIPT_NEW_STYLE_DLG_DEFSISCompilerOption_WarningLevel3ISCompilerOption_WarningsAsErrors1ISThemeInstallShield Blue.themeISUSLock{E5A6E14A-A3AD-4999-9B7B-39908DE9F2BC}ISUSSignature{F6A03836-485F-4E19-96BF-522599860374}ISVisitedViewsviewAssistant,viewISToday,viewAppV,viewProject,viewRealSetupDesign,viewAppFiles,viewShortcuts,viewRegistry,viewIniFiles,viewFileExtensions,viewEnvironmentVariables,viewUI,viewSystemSearch,viewObjects,viewUpdateService,viewTextMessages,viewCustomActions,viewRelease,viewLearnMore,viewUpgradePaths,viewVRootsLimited1LockPermissionMode1MsiExecCmdLineOptions + MsiLogFile + OnUpgrade0Owner + PatchFamilyMyPatchFamily1PatchSequence1.0.0SaveAsSchema + SccEnabled0SccPath + SchemaVersion776TypeMSIE
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AppSearch400AppSearch + CCPSearchCCP_TEST500CCPSearch + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + ExecuteAction1300ExecuteAction + FileCost900FileCost + FindRelatedProducts430FindRelatedProducts + ISPreventDowngradeISFOUNDNEWERPRODUCTVERSION450ISPreventDowngrade + InstallWelcomeNot Installed1210InstallWelcome + IsolateComponents950IsolateComponents + LaunchConditionsNot Installed410LaunchConditions + MaintenanceWelcomeInstalled And Not RESUME And Not Preselected And Not PATCH1230MaintenanceWelcome + MigrateFeatureStates1200MigrateFeatureStates + PatchWelcomeInstalled And PATCH And Not IS_MAJOR_UPGRADE1205Patch Panel + RMCCPSearchNot CCP_SUCCESS And CCP_TEST600RMCCPSearch + ResolveSourceNot Installed990ResolveSource + SetAllUsersProfileNTVersionNT = 400970 + SetupCompleteError-3SetupCompleteError + SetupCompleteSuccess-1SetupCompleteSuccess + SetupInitialization420SetupInitialization + SetupInterrupted-2SetupInterrupted + SetupProgress1240SetupProgress + SetupResumeInstalled And (RESUME Or Preselected) And Not PATCH1220SetupResume + ValidateProductID700ValidateProductID + setAllUsersProfile2KVersionNT >= 500980 + setUserProfileNTVersionNT960 +
+ + + Component_Shared + Component_Application +
+ + + Condition + Description + +
DOTNETVERSION40FULL>="#1"##IDPROP_EXPRESS_LAUNCH_CONDITION_DOTNETVERSION40FULL##
+ + + Property + Order + Value + Text +
+ + + Property + Order + Value + Text + Binary_ +
+ + + LockObject + Table + Domain + User + Permission +
+ + + ContentType + Extension_ + CLSID +
+ + + DiskId + LastSequence + DiskPrompt + Cabinet + VolumeLabel + Source +
+ + + FileKey + Component_ + SourceName + DestName + SourceFolder + DestFolder + Options +
+ + + Component_ + Feature_ + File_Manifest + File_Application + Attributes +
+ + + Component_ + Name + Value +
+ + + DigitalCertificate + CertData +
+ + + Table + SignObject + DigitalCertificate_ + Hash +
+ + + Component + Flags + Sequence + ReferenceComponents +
+ + + MsiEmbeddedChainer + Condition + CommandLine + Source + Type +
+ + + MsiEmbeddedUI + FileName + Attributes + MessageFilter + Data + ISBuildSourcePath +
+ + + File_ + Options + HashPart1 + HashPart2 + HashPart3 + HashPart4 +
+ + + MsiLockPermissionsEx + LockObject + Table + SDDLText + Condition +
+ + + PackageCertificate + DigitalCertificate_ +
+ + + PatchCertificate + DigitalCertificate_ +
+ + + PatchConfiguration_ + Company + Property + Value +
+ + + File_ + Assembly_ +
+ + + Assembly + Name + Value +
+ + + PatchConfiguration_ + PatchFamily + Target + Sequence + Supersede +
+ + + MsiServiceConfig + Name + Event + ConfigType + Argument + Component_ +
+ + + MsiServiceConfigFailureActions + Name + Event + ResetPeriod + RebootMessage + Command + Actions + DelayActions + Component_ +
+ + + MsiShortcutProperty + Shortcut_ + PropertyKey + PropVariantValue +
+ + + Driver_ + Attribute + Value +
+ + + DataSource + Component_ + Description + DriverDescription + Registration +
+ + + Driver + Component_ + Description + File_ + File_Setup +
+ + + DataSource_ + Attribute + Value +
+ + + Translator + Component_ + Description + File_ + File_Setup +
+ + + File_ + Sequence + PatchSize + Attributes + Header + StreamRef_ + ISBuildSourcePath +
+ + + PatchId + Media_ +
+ + + ProgId + ProgId_Parent + Class_ + Description + Icon_ + IconIndex + ISAttributes +
+ + + Property + Value + ISComments +
ALLUSERS1 + ARPINSTALLLOCATION + ARPPRODUCTICONARPPRODUCTICON.exe + ARPSIZE + ARPURLINFOABOUT##ID_STRING1## + AgreeToLicenseNo + ApplicationUsersAllUsers + DWUSINTERVAL30 + DWUSLINKCE9CA78FAECB07FFB9ACC03F898C978F092C978FCEEBC0CFCECC273F9EBC40583ECB87D8B9AC + DefaultUIFontExpressDefault + DialogCaptionInstallShield for Windows Installer + DiskPrompt[1] + DiskSerial1234-5678 + DisplayNameCustom##IDS__DisplayName_Custom## + DisplayNameMinimal##IDS__DisplayName_Minimal## + DisplayNameTypical##IDS__DisplayName_Typical## + Display_IsBitmapDlg1 + ErrorDialogSetupError + INSTALLLEVEL200 + ISCHECKFORPRODUCTUPDATES1 + ISENABLEDWUSFINISHDIALOG + ISSHOWMSILOG + ISVROOT_PORT_NO0 + IS_COMPLUS_PROGRESSTEXT_COST##IDS_COMPLUS_PROGRESSTEXT_COST## + IS_COMPLUS_PROGRESSTEXT_INSTALL##IDS_COMPLUS_PROGRESSTEXT_INSTALL## + IS_COMPLUS_PROGRESSTEXT_UNINSTALL##IDS_COMPLUS_PROGRESSTEXT_UNINSTALL## + IS_PREVENT_DOWNGRADE_EXIT##IDS_PREVENT_DOWNGRADE_EXIT## + IS_PROGMSG_TEXTFILECHANGS_REPLACE##IDS_PROGMSG_TEXTFILECHANGS_REPLACE## + IS_PROGMSG_XML_COSTING##IDS_PROGMSG_XML_COSTING## + IS_PROGMSG_XML_CREATE_FILE##IDS_PROGMSG_XML_CREATE_FILE## + IS_PROGMSG_XML_FILES##IDS_PROGMSG_XML_FILES## + IS_PROGMSG_XML_REMOVE_FILE##IDS_PROGMSG_XML_REMOVE_FILE## + IS_PROGMSG_XML_ROLLBACK_FILES##IDS_PROGMSG_XML_ROLLBACK_FILES## + IS_PROGMSG_XML_UPDATE_FILE##IDS_PROGMSG_XML_UPDATE_FILE## + IS_SQLSERVER_AUTHENTICATION0 + IS_SQLSERVER_DATABASE + IS_SQLSERVER_PASSWORD + IS_SQLSERVER_SERVER + IS_SQLSERVER_USERNAMEsa + InstallChoiceAR + LAUNCHPROGRAM1 + LAUNCHREADME1 + MSIFASTINSTALL4 + Manufacturer##COMPANY_NAME## + PIDKEY + PIDTemplate12345<###-%%%%%%%>@@@@@ + PROGMSG_IIS_CREATEAPPPOOL##IDS_PROGMSG_IIS_CREATEAPPPOOL## + PROGMSG_IIS_CREATEAPPPOOLS##IDS_PROGMSG_IIS_CREATEAPPPOOLS## + PROGMSG_IIS_CREATEVROOT##IDS_PROGMSG_IIS_CREATEVROOT## + PROGMSG_IIS_CREATEVROOTS##IDS_PROGMSG_IIS_CREATEVROOTS## + PROGMSG_IIS_CREATEWEBSERVICEEXTENSION##IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSION## + PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS## + PROGMSG_IIS_CREATEWEBSITE##IDS_PROGMSG_IIS_CREATEWEBSITE## + PROGMSG_IIS_CREATEWEBSITES##IDS_PROGMSG_IIS_CREATEWEBSITES## + PROGMSG_IIS_EXTRACT##IDS_PROGMSG_IIS_EXTRACT## + PROGMSG_IIS_EXTRACTDONE##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_EXTRACTDONEz##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_EXTRACTzDONE##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_REMOVEAPPPOOL##IDS_PROGMSG_IIS_REMOVEAPPPOOL## + PROGMSG_IIS_REMOVEAPPPOOLS##IDS_PROGMSG_IIS_REMOVEAPPPOOLS## + PROGMSG_IIS_REMOVESITE##IDS_PROGMSG_IIS_REMOVESITE## + PROGMSG_IIS_REMOVEVROOT##IDS_PROGMSG_IIS_REMOVEVROOT## + PROGMSG_IIS_REMOVEVROOTS##IDS_PROGMSG_IIS_REMOVEVROOTS## + PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION##IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION## + PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS## + PROGMSG_IIS_REMOVEWEBSITES##IDS_PROGMSG_IIS_REMOVEWEBSITES## + PROGMSG_IIS_ROLLBACKAPPPOOLS##IDS_PROGMSG_IIS_ROLLBACKAPPPOOLS## + PROGMSG_IIS_ROLLBACKVROOTS##IDS_PROGMSG_IIS_ROLLBACKVROOTS## + PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS## + ProductCode{5FC7067D-6AB0-4B9D-BECF-C83AE25660DA} + ProductName한전번호찰(통합) + ProductVersion1.0.0.0 + ProgressType0install + ProgressType1Installing + ProgressType2installed + ProgressType3installs + RebootYesNoYes + ReinstallFileVersiono + ReinstallModeTextomus + ReinstallRepairr + RestartManagerOptionCloseRestart + SERIALNUMBER + SERIALNUMVALSUCCESSRETVAL1 + SecureCustomPropertiesISFOUNDNEWERPRODUCTVERSION;USERNAME;COMPANYNAME;ISX_SERIALNUM;SUPPORTDIR;DOTNETVERSION40FULL + SelectedSetupType##IDS__DisplayName_Typical## + SetupTypeTypical + UpgradeCode{A227BE1B-1855-4E9E-A8B7-6E67E2751EC0} + _IsMaintenanceChange + _IsSetupTypeMinTypical +
+ + + ComponentId + Qualifier + Component_ + AppData + Feature_ +
+ + + Property + Order + Value + X + Y + Width + Height + Text + Help + ISControlId +
AgreeToLicense1No01529115##IDS__AgreeToLicense_0## + AgreeToLicense2Yes0029115##IDS__AgreeToLicense_1## + ApplicationUsers1AllUsers1729014##IDS__IsRegisterUserDlg_Anyone## + ApplicationUsers2OnlyCurrentUser12329014##IDS__IsRegisterUserDlg_OnlyMe## + RestartManagerOption1CloseRestart6933114##IDS__IsMsiRMFilesInUse_CloseRestart## + RestartManagerOption2Reboot62133114##IDS__IsMsiRMFilesInUse_RebootAfter## + _IsMaintenance1Change0029014##IDS__IsMaintenanceDlg_Modify## + _IsMaintenance2Reinstall06029014##IDS__IsMaintenanceDlg_Repair## + _IsMaintenance3Remove012029014##IDS__IsMaintenanceDlg_Remove## + _IsSetupTypeMin1Typical1626414##IDS__IsSetupTypeMinDlg_Typical## +
+ + + Signature_ + Root + Key + Name + Type + +
DotNet40Full2SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\FullInstall2
+ + + Registry + Root + Key + Name + Value + Component_ + ISAttributes +
+ + + FileKey + Component_ + FileName + DirProperty + InstallMode + + +
NewShortcut1EpoleNet.exeproduct_name2NewShortcut3ISX_DEFAULTCOMPONENT17product_name2
+ + + RemoveIniFile + FileName + DirProperty + Section + Key + Value + Action + Component_ +
+ + + RemoveRegistry + Root + Key + Name + Component_ +
+ + + ReserveKey + Component_ + ReserveFolder + ReserveLocal + ReserveSource +
+ + + SFPCatalog + Catalog + Dependency +
+ + + File_ + Cost +
+ + + ServiceControl + Name + Event + Arguments + Wait + Component_ +
+ + + ServiceInstall + Name + DisplayName + ServiceType + StartType + ErrorControl + LoadOrderGroup + Dependencies + StartName + Password + Arguments + Component_ + Description +
+ + + Shortcut + Directory_ + Name + Component_ + Target + Arguments + Description + Hotkey + Icon_ + IconIndex + ShowCmd + WkDir + DisplayResourceDLL + DisplayResourceId + DescriptionResourceDLL + DescriptionResourceId + ISComments + ISShortcutName + ISAttributes +
NewShortcut1product_name##ID_STRING16##EpoleNet.exe[INSTALLDIR]EpoleNet.exeNewShortcut1_BB891E347FF849749B7C2C06C48B9DE5.exe11 + NewShortcut2DesktopFolder##ID_STRING17##EpoleNet.exe[INSTALLDIR]EpoleNet.exeNewShortcut2_079187CF3AED44BCA6D595E8350A6F1D.exe11 + NewShortcut3product_name##ID_STRING7##ISX_DEFAULTCOMPONENT17[SystemFolder]MsiExec.exe/x [ProductCode]NewShortcut3_72FFEAB4388345EC83C1DA2453406F66.exe01 +
+ + + Signature + FileName + MinVersion + MaxVersion + MinSize + MaxSize + MinDate + MaxDate + Languages +
+ + + TextStyle + FaceName + Size + Color + StyleBits + + + + + + + + +
Arial8Arial8 + Arial9Arial9 + ArialBlue10Arial1016711680 + ArialBlueStrike10Arial10167116808CourierNew8Courier New8 + CourierNew9Courier New9 + ExpressDefault맑은 고딕800MSGothic9MS Gothic9 + MSSGreySerif8MS Sans Serif88421504 + MSSWhiteSerif8Tahoma816777215 + MSSansBold8Tahoma81MSSansSerif8MS Sans Serif8 + MSSansSerif9MS Sans Serif9 + Tahoma10Tahoma10 + Tahoma8Tahoma8 + Tahoma9Tahoma9 + TahomaBold10Tahoma101TahomaBold8Tahoma81Times8Times New Roman8 + Times9Times New Roman9 + TimesItalic12Times New Roman122TimesItalicBlue10Times New Roman10167116802TimesRed16Times New Roman16255 + VerdanaBold14Verdana131
+ + + LibID + Language + Component_ + Version + Description + Directory_ + Feature_ + Cost +
+ + + Key + Text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AbsentPath + GB##IDS_UITEXT_GB##KB##IDS_UITEXT_KB##MB##IDS_UITEXT_MB##MenuAbsent##IDS_UITEXT_FeatureNotAvailable##MenuAdvertise##IDS_UITEXT_FeatureInstalledWhenRequired2##MenuAllCD##IDS_UITEXT_FeatureInstalledCD##MenuAllLocal##IDS_UITEXT_FeatureInstalledLocal##MenuAllNetwork##IDS_UITEXT_FeatureInstalledNetwork##MenuCD##IDS_UITEXT_FeatureInstalledCD2##MenuLocal##IDS_UITEXT_FeatureInstalledLocal2##MenuNetwork##IDS_UITEXT_FeatureInstalledNetwork2##NewFolder##IDS_UITEXT_Folder##SelAbsentAbsent##IDS_UITEXT_GB##SelAbsentAdvertise##IDS_UITEXT_FeatureInstalledWhenRequired##SelAbsentCD##IDS_UITEXT_FeatureOnCD##SelAbsentLocal##IDS_UITEXT_FeatureLocal##SelAbsentNetwork##IDS_UITEXT_FeatureNetwork##SelAdvertiseAbsent##IDS_UITEXT_FeatureUnavailable##SelAdvertiseAdvertise##IDS_UITEXT_FeatureInstalledRequired##SelAdvertiseCD##IDS_UITEXT_FeatureOnCD2##SelAdvertiseLocal##IDS_UITEXT_FeatureLocal2##SelAdvertiseNetwork##IDS_UITEXT_FeatureNetwork2##SelCDAbsent##IDS_UITEXT_FeatureWillBeUninstalled##SelCDAdvertise##IDS_UITEXT_FeatureWasCD##SelCDCD##IDS_UITEXT_FeatureRunFromCD##SelCDLocal##IDS_UITEXT_FeatureWasCDLocal##SelChildCostNeg##IDS_UITEXT_FeatureFreeSpace##SelChildCostPos##IDS_UITEXT_FeatureRequiredSpace##SelCostPending##IDS_UITEXT_CompilingFeaturesCost##SelLocalAbsent##IDS_UITEXT_FeatureCompletelyRemoved##SelLocalAdvertise##IDS_UITEXT_FeatureRemovedUnlessRequired##SelLocalCD##IDS_UITEXT_FeatureRemovedCD##SelLocalLocal##IDS_UITEXT_FeatureRemainLocal##SelLocalNetwork##IDS_UITEXT_FeatureRemoveNetwork##SelNetworkAbsent##IDS_UITEXT_FeatureUninstallNoNetwork##SelNetworkAdvertise##IDS_UITEXT_FeatureWasOnNetworkInstalled##SelNetworkLocal##IDS_UITEXT_FeatureWasOnNetworkLocal##SelNetworkNetwork##IDS_UITEXT_FeatureContinueNetwork##SelParentCostNegNeg##IDS_UITEXT_FeatureSpaceFree##SelParentCostNegPos##IDS_UITEXT_FeatureSpaceFree2##SelParentCostPosNeg##IDS_UITEXT_FeatureSpaceFree3##SelParentCostPosPos##IDS_UITEXT_FeatureSpaceFree4##TimeRemaining##IDS_UITEXT_TimeRemaining##VolumeCostAvailable##IDS_UITEXT_Available##VolumeCostDifference##IDS_UITEXT_Differences##VolumeCostRequired##IDS_UITEXT_Required##VolumeCostSize##IDS_UITEXT_DiskSize##VolumeCostVolume##IDS_UITEXT_Volume##bytes##IDS_UITEXT_Bytes##
+ + + UpgradeCode + VersionMin + VersionMax + Language + Attributes + Remove + ActionProperty + ISDisplayName + +
{00000000-0000-0000-0000-000000000000}***ALL_VERSIONS***2ISFOUNDNEWERPRODUCTVERSIONISPreventDowngrade
+ + + Extension_ + Verb + Sequence + Command + Argument +
+ + + Table + Column + Nullable + MinValue + MaxValue + KeyTable + KeyColumn + Category + Set + Description + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionTextActionNIdentifierName of action to be described.ActionTextDescriptionYTextLocalized description displayed in progress dialog and log when action is executing.ActionTextTemplateYTemplateOptional localized format template used to format action data records for display during action execution.AdminExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdminExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdminExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesAdminExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.AdminExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdminUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdminUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdminUISequenceISAttributesYThis is used to store MM Custom Action TypesAdminUISequenceISCommentsYTextAuthor’s comments on this Sequence.AdminUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdvtExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdvtExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdvtExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesAdvtExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.AdvtExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdvtUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdvtUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdvtUISequenceISAttributesYThis is used to store MM Custom Action TypesAdvtUISequenceISCommentsYTextAuthor’s comments on this Sequence.AdvtUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AppIdActivateAtStorageY01 + AppIdAppIdNGuid + AppIdDllSurrogateYText + AppIdLocalServiceYText + AppIdRemoteServerNameYFormatted + AppIdRunAsInteractiveUserY01 + AppIdServiceParametersYText + AppSearchPropertyNIdentifierThe property associated with a SignatureAppSearchSignature_NISXmlLocator;Signature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.BBControlAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this control.BBControlBBControlNIdentifierName of the control. This name must be unique within a billboard, but can repeat on different billboard.BBControlBillboard_NBillboard1IdentifierExternal key to the Billboard table, name of the billboard.BBControlHeightN032767Height of the bounding rectangle of the control.BBControlTextYTextA string used to set the initial text contained within a control (if appropriate).BBControlTypeNIdentifierThe type of the control.BBControlWidthN032767Width of the bounding rectangle of the control.BBControlXN032767Horizontal coordinate of the upper left corner of the bounding rectangle of the control.BBControlYN032767Vertical coordinate of the upper left corner of the bounding rectangle of the control.BillboardActionYIdentifierThe name of an action. The billboard is displayed during the progress messages received from this action.BillboardBillboardNIdentifierName of the billboard.BillboardFeature_NFeature1IdentifierAn external key to the Feature Table. The billboard is shown only if this feature is being installed.BillboardOrderingY032767A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.BinaryDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.BinaryISBuildSourcePathYTextFull path to the ICO or EXE file.BinaryNameNIdentifierUnique key identifying the binary data.BindImageFile_NFile1IdentifierThe index into the File table. This must be an executable file.BindImagePathYPathsA list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .CCPSearchSignature_NSignature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.CheckBoxPropertyNIdentifierA named property to be tied to the item.CheckBoxValueYFormattedThe value string associated with the item.ClassAppId_YAppId1GuidOptional AppID containing DCOM information for associated application (string GUID).ClassArgumentYFormattedoptional argument for LocalServers.ClassAttributesY32767Class registration attributes.ClassCLSIDNGuidThe CLSID of an OLE factory.ClassComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.ClassContextNIdentifierThe numeric server context for this server. CLSCTX_xxxxClassDefInprocHandlerYText1;2;3Optional default inproc handler. Only optionally provided if Context=CLSCTX_LOCAL_SERVER. Typically "ole32.dll" or "mapi32.dll"ClassDescriptionYTextLocalized description for the Class.ClassFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.ClassFileTypeMaskYTextOptional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...ClassIconIndexY-3276732767Optional icon index.ClassIcon_YIcon1IdentifierOptional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.ClassProgId_DefaultYProgId1TextOptional ProgId associated with this CLSID.ComboBoxOrderN132767A positive integer used to determine the ordering of the items within one list. The integers do not have to be consecutive.ComboBoxPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same combobox.ComboBoxTextYFormattedThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ComboBoxValueNFormattedThe value string associated with this item. Selecting the line will set the associated property to this value.CompLocatorComponentIdNGuidA string GUID unique to this component, version, and language.CompLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.CompLocatorTypeY01A boolean value that determines if the registry value is a filename or a directory location.ComplusComponent_NComponent1IdentifierForeign key referencing Component that controls the ComPlus component.ComplusExpTypeY032767ComPlus component attributes.ComponentAttributesNRemote execution option, one of irsEnumComponentComponentNIdentifierPrimary key used to identify a particular component record.ComponentComponentIdYGuidA string GUID unique to this component, version, and language.ComponentConditionYConditionA conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.ComponentDirectory_NDirectory1IdentifierRequired key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.ComponentISAttributesYThis is used to store Installshield custom properties of a component.ComponentISCommentsYTextUser Comments.ComponentISDotNetInstallerArgsCommitYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsInstallYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsRollbackYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsUninstallYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISRegFileToMergeAtBuildYTextPath and File name of a .REG file to merge into the component at build time.ComponentISScanAtBuildFileYTextFile used by the Dot Net scanner to populate dependant assemblies' File_Application field.ComponentKeyPathYFile;ODBCDataSource;Registry1IdentifierEither the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.ConditionConditionYConditionExpression evaluated to determine if Level in the Feature table is to change.ConditionFeature_NFeature1IdentifierReference to a Feature entry in Feature table.ConditionLevelN032767New selection Level to set in Feature table if Condition evaluates to TRUE.ControlAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this control.ControlBinary_YBinary1IdentifierExternal key to the Binary table.ControlControlNIdentifierName of the control. This name must be unique within a dialog, but can repeat on different dialogs.ControlControl_NextYControl2IdentifierThe name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!ControlDialog_NDialog1IdentifierExternal key to the Dialog table, name of the dialog.ControlHeightN032767Height of the bounding rectangle of the control.ControlHelpYTextThe help strings used with the button. The text is optional.ControlISBuildSourcePathYTextFull path to .rtf file for scrollable text controlControlISControlIdYA number used to represent the control ID of the Control, Used in Dialog exportControlISWindowStyleY02147483647A 32-bit word that specifies non-MSI window styles to be applied to this control.ControlPropertyYIdentifierThe name of a defined property to be linked to this control.ControlTextYFormattedA string used to set the initial text contained within a control (if appropriate).ControlTypeNIdentifierThe type of the control.ControlWidthN032767Width of the bounding rectangle of the control.ControlXN032767Horizontal coordinate of the upper left corner of the bounding rectangle of the control.ControlYN032767Vertical coordinate of the upper left corner of the bounding rectangle of the control.ControlConditionActionNDefault;Disable;Enable;Hide;ShowThe desired action to be taken on the specified control.ControlConditionConditionNConditionA standard conditional statement that specifies under which conditions the action should be triggered.ControlConditionControl_NControl2IdentifierA foreign key to the Control table, name of the control.ControlConditionDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the dialog.ControlEventArgumentNFormattedA value to be used as a modifier when triggering a particular event.ControlEventConditionYConditionA standard conditional statement that specifies under which conditions an event should be triggered.ControlEventControl_NControl2IdentifierA foreign key to the Control table, name of the controlControlEventDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the dialog.ControlEventEventNFormattedAn identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.ControlEventOrderingY02147483647An integer used to order several events tied to the same control. Can be left blank.CreateFolderComponent_NComponent1IdentifierForeign key into the Component table.CreateFolderDirectory_NDirectory1IdentifierPrimary key, could be foreign key into the Directory table.CustomActionActionNIdentifierPrimary key, name of action, normally appears in sequence table unless private use.CustomActionExtendedTypeY02147483647The numeric custom action type info flags.CustomActionISCommentsYTextAuthor’s comments for this custom action.CustomActionSourceYCustomSourceThe table reference of the source of the code.CustomActionTargetYISDLLWrapper;ISInstallScriptAction1FormattedExcecution parameter, depends on the type of custom actionCustomActionTypeN132767The numeric custom action type, consisting of source location, code type, entry, option flags.DialogAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this dialog.DialogControl_CancelYControl2IdentifierDefines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.DialogControl_DefaultYControl2IdentifierDefines the default control. Hitting return is equivalent to pushing this button.DialogControl_FirstNControl2IdentifierDefines the control that has the focus when the dialog is created.DialogDialogNIdentifierName of the dialog.DialogHCenteringN0100Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.DialogHeightN032767Height of the bounding rectangle of the dialog.DialogISCommentsYTextAuthor’s comments for this dialog.DialogISResourceIdYA Number the Specifies the Dialog ID to be used in Dialog ExportDialogISWindowStyleYA 32-bit word that specifies non-MSI window styles to be applied to this control. This is only used in Script Based Setups.DialogTextStyle_YIdentifierForeign Key into TextStyle table, only used in Script Based Projects.DialogTitleYFormattedA text string specifying the title to be displayed in the title bar of the dialog's window.DialogVCenteringN0100Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.DialogWidthN032767Width of the bounding rectangle of the dialog.DirectoryDefaultDirNTextThe default sub-path under parent's path.DirectoryDirectoryNIdentifierUnique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.DirectoryDirectory_ParentYDirectory1IdentifierReference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.DirectoryISAttributesY0;1;2;3;4;5;6;7This is used to store Installshield custom properties of a directory. Currently the only one is Shortcut.DirectoryISDescriptionYTextDescription of folderDirectoryISFolderNameYTextThis is used in Pro projects because the pro identifier used in the tree wasn't necessarily unique.DrLocatorDepthY032767The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.DrLocatorParentYIdentifierThe parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.DrLocatorPathYAnyPathThe path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.DrLocatorSignature_NSignature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature table.DuplicateFileComponent_NComponent1IdentifierForeign key referencing Component that controls the duplicate file.DuplicateFileDestFolderYIdentifierName of a property whose value is assumed to resolve to the full pathname to a destination folder.DuplicateFileDestNameYTextFilename to be given to the duplicate file.DuplicateFileFileKeyNIdentifierPrimary key used to identify a particular file entryDuplicateFileFile_NFile1IdentifierForeign key referencing the source file to be duplicated.EnvironmentComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the environmental value.EnvironmentEnvironmentNIdentifierUnique identifier for the environmental variable settingEnvironmentNameNTextThe name of the environmental value.EnvironmentValueYFormattedThe value to set in the environmental settings.ErrorErrorN032767Integer error number, obtained from header file IError(...) macros.ErrorMessageYTemplateError formatting template, obtained from user ed. or localizers.EventMappingAttributeNIdentifierThe name of the control attribute, that is set when this event is received.EventMappingControl_NControl2IdentifierA foreign key to the Control table, name of the control.EventMappingDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the Dialog.EventMappingEventNIdentifierAn identifier that specifies the type of the event that the control subscribes to.ExtensionComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.ExtensionExtensionNTextThe extension associated with the table row.ExtensionFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.ExtensionMIME_YMIME1TextOptional Context identifier, typically "type/format" associated with the extensionExtensionProgId_YProgId1TextOptional ProgId associated with this extension.FeatureAttributesN0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54Feature attributesFeatureDescriptionYTextLonger descriptive text describing a visible feature item.FeatureDirectory_YDirectory1UpperCaseThe name of the Directory that can be configured by the UI. A non-null value will enable the browse button.FeatureDisplayY032767Numeric sort order, used to force a specific display ordering.FeatureFeatureNIdentifierPrimary key used to identify a particular feature record.FeatureFeature_ParentYFeature1IdentifierOptional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.FeatureISCommentsYCommentsFeatureISFeatureCabNameYName of CAB used when compressing CABs by Feature. Used to override build generated name for CAB file.FeatureISProFeatureNameYTextThe name of the feature used by pro projects. This doesn't have to be unique.FeatureISReleaseFlagsYRelease Flags that specify whether this feature will be built in a particular release.FeatureLevelN032767The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.FeatureTitleYTextShort text identifying a visible feature item.FeatureComponentsComponent_NComponent1IdentifierForeign key into Component table.FeatureComponentsFeature_NFeature1IdentifierForeign key into Feature table.FileAttributesY032767Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)FileComponent_NComponent1IdentifierForeign key referencing Component that controls the file.FileFileNIdentifierPrimary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.FileFileNameNTextFile name used for installation. This may contain a "short name|long name" pair. It may be just a long name, hence it cannot be of the Filename data type.FileFileSizeN02147483647Size of file in bytes (long integer).FileISAttributesY02147483647This field contains the following attributes: UseSystemSettings(0x1)FileISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.FileISComponentSubFolder_YIdentifierForeign key referencing component subfolder containing this file. Only for Pro.FileLanguageYLanguageList of decimal language Ids, comma-separated if more than one.FileSequenceN132767Sequence with respect to the media images; order must track cabinet order.FileVersionYFile1VersionVersion string for versioned files; Blank for unversioned files.FileSFPCatalogFile_NFile1IdentifierFile associated with the catalogFileSFPCatalogSFPCatalog_NSFPCatalog1TextCatalog associated with the fileFontFile_NFile1IdentifierPrimary key, foreign key into File table referencing font file.FontFontTitleYTextFont name.ISAssistantTagDataY + ISAssistantTagTagN + ISBillBoardColorY + ISBillBoardDisplayNameY + ISBillBoardDurationN032767 + ISBillBoardEffectN032767 + ISBillBoardFontY + ISBillBoardISBillboardN + ISBillBoardOriginN032767 + ISBillBoardSequenceN-3276732767 + ISBillBoardStyleY + ISBillBoardTargetN032767 + ISBillBoardTitleY + ISBillBoardXN032767 + ISBillBoardYN032767 + ISChainPackageDisplayNameYTextDisplay name for the chained package. Used only in the IDE.ISChainPackageISReleaseFlagsY + ISChainPackageInstallConditionYCondition + ISChainPackageInstallPropertiesYFormatted + ISChainPackageOptionsNInteger + ISChainPackageOrderNInteger + ISChainPackagePackageNIdentifier + ISChainPackageProductCodeY + ISChainPackageRemoveConditionYCondition + ISChainPackageRemovePropertiesYFormatted + ISChainPackageSourcePathY + ISChainPackageDataDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.ISChainPackageDataFileNIdentifier + ISChainPackageDataFilePathNFormatted + ISChainPackageDataISBuildSourcePathYTextFull path to the ICO or EXE file.ISChainPackageDataOptionsY + ISChainPackageDataPackage_NISChainPackage1Identifier + ISClrWrapAction_NCustomAction1IdentifierForeign key into CustomAction tableISClrWrapNameNTextProperty associated with this ActionISClrWrapValueYTextValue associated with this PropertyISComCatalogAttributeISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogAttributeItemNameNTextThe named attribute for a catalog object.ISComCatalogAttributeItemValueYTextA value associated with the attribute defined in the ItemName column.ISComCatalogCollectionCollectionNameNTextA catalog collection name.ISComCatalogCollectionISComCatalogCollectionNIdentifierA unique key for the ISComCatalogCollection table.ISComCatalogCollectionISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogCollectionObjectsISComCatalogCollection_NISComCatalogCollection1IdentifierA unique key for the ISComCatalogCollection table.ISComCatalogCollectionObjectsISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogObjectDisplayNameNThe display name of a catalog object.ISComCatalogObjectISComCatalogObjectNIdentifierA unique key for the ISComCatalogObject table.ISComPlusApplicationComponent_NComponent1IdentifierForeign key into the Component table that a COM+ application belongs to.ISComPlusApplicationComputerNameYTextComputer name that a COM+ application belongs to.ISComPlusApplicationDepFilesYTextList of the dependent files.ISComPlusApplicationISAttributesYInstallShield custom attributes associated with a COM+ application.ISComPlusApplicationISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComPlusApplicationDLLAlterDLLYTextAlternate filename of the COM+ application component. Will be used for a .NET serviced component.ISComPlusApplicationDLLCLSIDNTextCLSID of the COM+ application component.ISComPlusApplicationDLLDLLYTextFilename of the COM+ application component.ISComPlusApplicationDLLISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComPlusApplicationDLLISComPlusApplicationDLLNIdentifierA unique key for the ISComPlusApplicationDLL table.ISComPlusApplicationDLLISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusApplicationDLLProgIdYTextProgId of the COM+ application component.ISComPlusProxyComponent_YComponent1IdentifierForeign key into the Component table that a COM+ application proxy belongs to.ISComPlusProxyDepFilesYTextList of the dependent files.ISComPlusProxyISAttributesYInstallShield custom attributes associated with a COM+ application proxy.ISComPlusProxyISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table that a COM+ application proxy belongs to.ISComPlusProxyISComPlusProxyNIdentifierA unique key for the ISComPlusProxy table.ISComPlusProxyDepFileFile_NFile1IdentifierForeign key into the File table.ISComPlusProxyDepFileISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusProxyDepFileISPathYTextFull path of the dependent file.ISComPlusProxyFileFile_NFile1IdentifierForeign key into the File table.ISComPlusProxyFileISComPlusApplicationDLL_NISComPlusApplicationDLL1IdentifierForeign key into the ISComPlusApplicationDLL table.ISComPlusServerDepFileFile_NFile1IdentifierForeign key into the File table.ISComPlusServerDepFileISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusServerDepFileISPathYTextFull path of the dependent file.ISComPlusServerFileFile_NFile1IdentifierForeign key into the File table.ISComPlusServerFileISComPlusApplicationDLL_NISComPlusApplicationDLL1IdentifierForeign key into the ISComPlusApplicationDLL table.ISComponentExtendedComponent_NComponent1IdentifierPrimary key used to identify a particular component record.ISComponentExtendedFTPLocationYTextFTP LocationISComponentExtendedFilterPropertyNIdentifierProperty to set if you want to filter a componentISComponentExtendedHTTPLocationYTextHTTP LocationISComponentExtendedLanguageYTextLanguageISComponentExtendedMiscellaneousYTextMiscellaneousISComponentExtendedOSYbitwise addition of OSsISComponentExtendedPlatformsYbitwise addition of Platforms.ISCustomActionReferenceAction_NCustomAction1IdentifierForeign key into theICustomAction table.ISCustomActionReferenceDescriptionYTextContents of the file speciifed in ISCAReferenceFilePath. This column is only used by MSI.ISCustomActionReferenceFileTypeYTextfile type of the file specified ISCAReferenceFilePath. This column is only used by MSI.ISCustomActionReferenceISCAReferenceFilePathYTextFull path, the category is of Text instead of Path because of potential use of path variables. This column only exists in ISM.ISDIMDependencyISDIMReference_NIdentifierThis is the primary key to the ISDIMDependency tableISDIMDependencyRequiredBuildVersionYTextthe build version identifying the required DIMISDIMDependencyRequiredMajorVersionYTextthe major version identifying the required DIMISDIMDependencyRequiredMinorVersionYTextthe minor version identifying the required DIMISDIMDependencyRequiredRevisionVersionYTextthe revision version identifying the required DIMISDIMDependencyRequiredUUIDNTextthe UUID identifying the required DIMISDIMReferenceISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.ISDIMReferenceISDIMReferenceNISDIMDependency1IdentifierThis is the primary key to the ISDIMReference tableISDIMReferenceDependenciesISDIMDependency_NISDIMDependency1IdentifierForeign key into ISDIMDependency table.ISDIMReferenceDependenciesISDIMReference_ParentNISDIMReference1IdentifierForeign key into ISDIMReference table.ISDIMVariableISDIMReference_NISDIMReference1IdentifierForeign key into ISDIMReference table.ISDIMVariableISDIMVariableNIdentifierThis is the primary key to the ISDIMVariable tableISDIMVariableNameNTextName of a variable defined in the .dim fileISDIMVariableNewValueYTextNew value that you want to override withISDIMVariableTypeYType of the variable. 0: Build Variable, 1: Runtime VariableISDLLWrapperEntryPointNTextThis is a foreign key to the target column in the CustomAction tableISDLLWrapperSourceNFormattedThis is column points to the source file for the DLLWrapper Custom ActionISDLLWrapperTargetNTextThe function signatureISDLLWrapperTypeYTypeISDRMFileFile_YFile1IdentifierForeign key into File table. A null value will cause a build warning.ISDRMFileISDRMFileNIdentifierUnique identifier for this item.ISDRMFileISDRMLicense_YISDRMLicense1IdentifierForeign key referencing License that packages this file.ISDRMFileShellNTextText indicating the activation shell used at runtime.ISDRMFileAttributeISDRMFile_NISDRMFile1IdentifierPrimary foreign key into ISDRMFile table.ISDRMFileAttributePropertyNTextThe name of the attributeISDRMFileAttributeValueYTextThe value of the attributeISDRMLicenseAttributesYNumberBitwise field used to specify binary attributes of this license.ISDRMLicenseDescriptionYTextAn internal description of this license.ISDRMLicenseISDRMLicenseNIdentifierUnique key identifying the license record.ISDRMLicenseLicenseNumberYTextThe license number.ISDRMLicenseProjectVersionYTextThe version of the project that this license is tied to.ISDRMLicenseRequestCodeYTextThe request code.ISDRMLicenseResponseCodeYTextThe response code.ISDependencyExcludeY + ISDependencyISDependencyY + ISDisk1FileDiskY-1;0;1Used to differentiate between disk1(1), last disk(-1), and other(0).ISDisk1FileISBuildSourcePathNTextFull path of file to be copied to Disk1 folderISDisk1FileISDisk1FileNIdentifierPrimary key for ISDisk1File tableISDynamicFileComponent_NComponent1IdentifierForeign key referencing Component that controls the file.ISDynamicFileExcludeFilesYTextWildcards for excluded files.ISDynamicFileISAttributesY0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15This is used to store Installshield custom properties of a dynamic filet. Currently the only one is SelfRegister.ISDynamicFileIncludeFilesYTextWildcards for included files.ISDynamicFileIncludeFlagsYInclude flags.ISDynamicFileSourceFolderNTextFull path, the category is of Text instead of Path because of potential use of path variables.ISFeatureDIMReferencesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureDIMReferencesISDIMReference_NISDIMReference1IdentifierForeign key into ISDIMReference table.ISFeatureMergeModuleExcludesFeature_NIdentifierForeign key into Feature table.ISFeatureMergeModuleExcludesLanguageNForeign key into ISMergeModule table.ISFeatureMergeModuleExcludesModuleIDNIdentifierForeign key into ISMergeModule table.ISFeatureMergeModulesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureMergeModulesISMergeModule_NISMergeModule1TextForeign key into ISMergeModule table.ISFeatureMergeModulesLanguage_NISMergeModule2Foreign key into ISMergeModule table.ISFeatureSetupPrerequisitesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureSetupPrerequisitesISSetupPrerequisites_NISSetupPrerequisites1 + ISFileManifestsFile_NIdentifierForeign key into File table.ISFileManifestsManifest_NIdentifierForeign key into File table.ISIISItemComponent_YComponent1IdentifierForeign key to Component table.ISIISItemDisplayNameYTextLocalizable Item Name.ISIISItemISIISItemNIdentifierPrimary key for each item.ISIISItemISIISItem_ParentYISIISItem1IdentifierThis record's parent record.ISIISItemTypeNIIS resource type.ISIISPropertyFriendlyNameYTextIIS property name.ISIISPropertyISAttributesYFlags.ISIISPropertyISIISItem_NISIISItem1IdentifierPrimary key for table, foreign key into ISIISItem.ISIISPropertyISIISPropertyNIdentifierPrimary key for table.ISIISPropertyMetaDataAttributesYIIS property attributes.ISIISPropertyMetaDataPropYIIS property ID.ISIISPropertyMetaDataTypeYIIS property data type.ISIISPropertyMetaDataUserTypeYIIS property user data type.ISIISPropertyMetaDataValueYTextIIS property value.ISIISPropertyOrderYOrder sequencing.ISIISPropertySchemaYTextIIS7 schema information.ISInstallScriptActionEntryPointNTextThis is a foreign key to the target column in the CustomAction tableISInstallScriptActionSourceNFormattedThis is column points to the source file for the DLLWrapper Custom ActionISInstallScriptActionTargetYTextThe function signatureISInstallScriptActionTypeYTypeISLanguageISLanguageNTextThis is the language ID.ISLanguageIncludedY0;1Specify whether this language should be included.ISLinkerLibraryISLinkerLibraryNIdentifierUnique identifier for the link library.ISLinkerLibraryLibraryNTextFull path of the object library (.obl file).ISLinkerLibraryOrderNOrder of the LibraryISLocalControlAttributesYA 32-bit word that specifies the attribute flags to be applied to this control.ISLocalControlBinary_YBinary1IdentifierExternal key to the Binary table.ISLocalControlControl_NControl2IdentifierName of the control. This name must be unique within a dialog, but can repeat on different dialogs.ISLocalControlDialog_NDialog1IdentifierExternal key to the Dialog table, name of the dialog.ISLocalControlHeightYHeight of the bounding rectangle of the control.ISLocalControlISBuildSourcePathYTextFull path to .rtf file for scrollable text controlISLocalControlISLanguage_NISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalControlWidthYWidth of the bounding rectangle of the control.ISLocalControlXYHorizontal coordinate of the upper left corner of the bounding rectangle of the control.ISLocalControlYYVertical coordinate of the upper left corner of the bounding rectangle of the control.ISLocalDialogAttributesYA 32-bit word that specifies the attribute flags to be applied to this dialog.ISLocalDialogDialog_YDialog1IdentifierName of the dialog.ISLocalDialogHeightN032767Height of the bounding rectangle of the dialog.ISLocalDialogISLanguage_YISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalDialogTextStyle_YIdentifierForeign Key into TextStyle table, only used in Script Based Projects.ISLocalDialogWidthN032767Width of the bounding rectangle of the dialog.ISLocalRadioButtonHeightN032767The height of the button.ISLocalRadioButtonISLanguage_NISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalRadioButtonOrderN132767RadioButton2A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ISLocalRadioButtonPropertyNRadioButton1IdentifierA named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.ISLocalRadioButtonWidthN032767The width of the button.ISLocalRadioButtonXN032767The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.ISLocalRadioButtonYN032767The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.ISLockPermissionsAttributesY-21474836472147483647Permissions attributes mask, 1==Deny access; 2==No inherit, 4==Ignore apply failures, 8==Target object is 64-bitISLockPermissionsDomainYTextDomain name for user whose permissions are being set.ISLockPermissionsLockObjectNIdentifierForeign key into CreateFolder, Registry, or File tableISLockPermissionsPermissionY-21474836472147483647Permission Access mask.ISLockPermissionsTableNIdentifierCreateFolder;File;RegistryReference to another table nameISLockPermissionsUserNTextUser for permissions to be set. This can be a property, hardcoded named, or SID stringISLogicalDiskCabinetYCabinetIf some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.ISLogicalDiskDiskIdN132767Primary key, integer to determine sort order for table.ISLogicalDiskDiskPromptYTextDisk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.ISLogicalDiskISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISLogicalDiskISRelease_NISRelease1TextForeign key into the ISRelease table.ISLogicalDiskLastSequenceN032767File sequence number for the last file for this media.ISLogicalDiskSourceYPropertyThe property defining the location of the cabinet file.ISLogicalDiskVolumeLabelYTextThe label attributed to the volume.ISLogicalDiskFeaturesFeature_YFeature1IdentifierRequired foreign key into the Feature Table,ISLogicalDiskFeaturesISAttributesYThis is used to store Installshield custom properties, like Compressed, etc.ISLogicalDiskFeaturesISLogicalDisk_N132767ISLogicalDisk1IdentifierForeign key into the ISLogicalDisk table.ISLogicalDiskFeaturesISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISLogicalDiskFeaturesISRelease_NISRelease1TextForeign key into the ISRelease table.ISLogicalDiskFeaturesSequenceN032767File sequence number for the file for this media.ISMergeModuleDestinationYTextDestination.ISMergeModuleISAttributesYThis is used to store Installshield custom properties of a merge module.ISMergeModuleISMergeModuleNTextThe GUID identifying the merge module.ISMergeModuleLanguageNDefault decimal language of module.ISMergeModuleNameNTextName of the merge module.ISMergeModuleCfgValuesAttributesYAttributes (from configurable merge module)ISMergeModuleCfgValuesContextDataYTextContextData (from configurable merge module)ISMergeModuleCfgValuesDefaultValueYTextDefaultValue (from configurable merge module)ISMergeModuleCfgValuesDescriptionYTextDescription (from configurable merge module)ISMergeModuleCfgValuesDisplayNameYTextDisplayName (from configurable merge module)ISMergeModuleCfgValuesFormatNFormat (from configurable merge module)ISMergeModuleCfgValuesHelpKeywordYTextHelpKeyword (from configurable merge module)ISMergeModuleCfgValuesHelpLocationYTextHelpLocation (from configurable merge module)ISMergeModuleCfgValuesISMergeModule_NISMergeModule1TextThe module signature, a foreign key into the ISMergeModule tableISMergeModuleCfgValuesLanguage_NISMergeModule2Default decimal language of module.ISMergeModuleCfgValuesModuleConfiguration_NIdentifierIdentifier, foreign key into ModuleConfiguration table (ModuleConfiguration.Name)ISMergeModuleCfgValuesTypeYTextType (from configurable merge module)ISMergeModuleCfgValuesValueYTextValue for this item.ISObjectLanguageNText + ISObjectObjectNameNText + ISObjectPropertyIncludeInBuildYBoolean, 0 for false non 0 for trueISObjectPropertyObjectNameYISObject1Text + ISObjectPropertyPropertyYText + ISObjectPropertyValueYText + ISPatchConfigImagePatchConfiguration_YISPatchConfiguration1TextForeign key to the ISPatchConfigurationTableISPatchConfigImageUpgradedImage_NISUpgradedImage1TextForeign key to the ISUpgradedImageTableISPatchConfigurationAttributesYPatchConfiguration attributesISPatchConfigurationCanPCDifferNThis is determine whether Product Codes may differISPatchConfigurationCanPVDifferNThis is determine whether the Major Product Version may differISPatchConfigurationEnablePatchCacheNThis is determine whether to Enable Patch cacheingISPatchConfigurationFlagsNPatching API FlagsISPatchConfigurationIncludeWholeFilesNThis is determine whether to build a binary level patchISPatchConfigurationLeaveDecompressedNThis is determine whether to leave intermediate files devcompressed when finishedISPatchConfigurationMinMsiVersionNMinimum Required MSI VersionISPatchConfigurationNameNTextName of the Patch ConfigurationISPatchConfigurationOptimizeForSizeNThis is determine whether to Optimize for large filesISPatchConfigurationOutputPathNTextBuild LocationISPatchConfigurationPatchCacheDirYTextDirectory to recieve the Patch Cache informationISPatchConfigurationPatchGuidNTextUnique Patch IdentifierISPatchConfigurationPatchGuidsToReplaceYTextList Of Patch Guids to unregisterISPatchConfigurationTargetProductCodesNTextList Of target Product CodesISPatchConfigurationPropertyISPatchConfiguration_YISPatchConfiguration1TextName of the Patch ConfigurationISPatchConfigurationPropertyPropertyYTextName of the Patch Configuration Property valueISPatchConfigurationPropertyValueYTextValue of the Patch Configuration PropertyISPatchExternalFileFileKeyNTextFilekeyISPatchExternalFileFilePathNTextFilepathISPatchExternalFileISUpgradedImage_NISUpgradedImage1TextForeign key to the isupgraded image tableISPatchExternalFileNameNTextUniqu name to identify this record.ISPatchWholeFileComponentYTextComponent containing file keyISPatchWholeFileFileKeyNTextKey of file to be included as wholeISPatchWholeFileUpgradedImageNISUpgradedImage1TextForeign key to ISUpgradedImage TableISPathVariableISPathVariableNThe name of the path variable.ISPathVariableTestValueYTextThe test value of the path variable.ISPathVariableTypeN1;2;4;8The type of the path variable.ISPathVariableValueYTextThe value of the path variable.ISProductConfigurationGeneratePackageCodeYNumber0;1Indicates whether or not to generate a package code.ISProductConfigurationISProductConfigurationNTextThe name of the product configuration.ISProductConfigurationProductConfigurationFlagsYTextProduct configuration (release) flags.ISProductConfigurationInstanceISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISProductConfigurationInstanceInstanceIdN032767Identifies the instance number of this instance. This value is stored in the Property InstanceId.ISProductConfigurationInstancePropertyNTextProduct Congiuration property nameISProductConfigurationInstanceValueNTextString value for property.ISProductConfigurationPropertyISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISProductConfigurationPropertyPropertyNProperty1TextProduct Congiuration property nameISProductConfigurationPropertyValueYTextString value for property. Never null or empty.ISReleaseAttributesNBitfield holding boolean values for various release attributes.ISReleaseBuildLocationNTextBuild location.ISReleaseCDBrowserYTextDemoshield browser location.ISReleaseDefaultLanguageNTextDefault language for setup.ISReleaseDigitalPVKYTextDigital signing private key (.pvk) file.ISReleaseDigitalSPCYTextDigital signing Software Publisher Certificate (.spc) file.ISReleaseDigitalURLYTextDigital signing URL.ISReleaseDiskClusterSizeNDisk cluster size.ISReleaseDiskSizeNTextDisk size.ISReleaseDiskSizeUnitN0;1;2Disk size units (KB or MB).ISReleaseDiskSpanningN0;1;2Disk spanning (automatic, enforce size, etc.).ISReleaseDotNetBuildConfigurationYTextBuild Configuration for .NET solutions.ISReleaseISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleaseISReleaseNTextThe name of the release.ISReleaseISSetupPrerequisiteLocationY0;1;2;3Location the Setup Prerequisites will be placed inISReleaseMediaLocationNTextMedia location on disk.ISReleaseMsiCommandLineYTextCommand line passed to the msi package from setup.exeISReleaseMsiSourceTypeN-14MSI media source type.ISReleasePackageNameNTextPackage name.ISReleasePasswordYTextPassword.ISReleasePlatformsNTextPlatforms supported (Intel, Alpha, etc.).ISReleaseReleaseFlagsYTextRelease flags.ISReleaseReleaseTypeN1;2;4Release type (single, uncompressed, etc.).ISReleaseSupportedLanguagesDataYTextLanguages supported (for component filtering).ISReleaseSupportedLanguagesUINTextUI languages supported.ISReleaseSupportedOSsNIndicate which operating systmes are supported.ISReleaseSynchMsiYTextMSI file to synchronize file keys and other data with (patch-like functionality).ISReleaseTypeN06Release type (CDROM, Network, etc.).ISReleaseURLLocationYTextMedia location via URL.ISReleaseVersionCopyrightYTextVersion stamp information.ISReleaseASPublishInfoISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleaseASPublishInfoISRelease_NISRelease1TextForeign key into the ISRelease table.ISReleaseASPublishInfoPropertyYTextAS Repository property nameISReleaseASPublishInfoValueYTextAS Repository property valueISReleaseExtendedAttributesYBitfield holding boolean values for various release attributes.ISReleaseExtendedCertPasswordYTextDigital certificate passwordISReleaseExtendedDigitalCertificateDBaseNSYTextPath to cerificate database for Netscape digital signatureISReleaseExtendedDigitalCertificateIdNSYTextPath to cerificate ID for Netscape digital signatureISReleaseExtendedDigitalCertificatePasswordNSYTextPassword for Netscape digital signatureISReleaseExtendedDotNetBaseLanguageYTextBase Languge of .NET RedistISReleaseExtendedDotNetFxCmdLineYTextCommand Line to pass to DotNetFx.exeISReleaseExtendedDotNetLangPackCmdLineYTextCommand Line to pass to LangPack.exeISReleaseExtendedDotNetLangaugePacksYText.NET Redist language packs to includeISReleaseExtendedDotNetRedistLocationY03Location of .NET framework Redist (Web, SetupExe, Source, None)ISReleaseExtendedDotNetRedistURLYTextURL to .NET framework RedistISReleaseExtendedDotNetVersionY02Version of .NET framework Redist (1.0, 1.1)ISReleaseExtendedEngineLocationY02Location of msi engine (Web, SetupExe...)ISReleaseExtendedISEngineLocationY02Location of ISScript engine (Web, SetupExe...)ISReleaseExtendedISEngineURLYTextURL to InstallShield scripting engineISReleaseExtendedISProductConfiguration_NTextForeign key into the ISProductConfiguration table.ISReleaseExtendedISRelease_NTextThe name of the release.ISReleaseExtendedJSharpCmdLineYTextCommand Line to pass to vjredist.exeISReleaseExtendedJSharpRedistLocationY03Location of J# framework Redist (Web, SetupExe, Source, None)ISReleaseExtendedMsiEngineVersionYBitfield holding selected MSI engine versions included in this releaseISReleaseExtendedOneClickCabNameYTextFile name of generated cabfileISReleaseExtendedOneClickHtmlNameYTextFile name of generated html pageISReleaseExtendedOneClickTargetBrowserY02Target browser (IE, Netscape, both...)ISReleaseExtendedWebCabSizeY02147483647Size of the cabfileISReleaseExtendedWebLocalCachePathYTextDirectory to cache downloaded packageISReleaseExtendedWebTypeY02Type of web install (One Executable, Downloader...)ISReleaseExtendedWebURLYTextURL to .msi packageISReleaseExtendedWin9xMsiUrlYTextURL to Ansi MSI engineISReleaseExtendedWinMsi30UrlYTextURL to MSI 3.0 engineISReleaseExtendedWinNTMsiUrlYTextURL to Unicode MSI engineISReleasePropertyISProductConfiguration_NTextForeign key into ISProductConfiguration table.ISReleasePropertyISRelease_NTextForeign key into ISRelease table.ISReleasePropertyNameNProperty nameISReleasePropertyValueNProperty valueISReleasePublishInfoDescriptionYTextRepository item descriptionISReleasePublishInfoDisplayNameYTextRepository item display nameISReleasePublishInfoISAttributesYBitfield holding various attributesISReleasePublishInfoISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleasePublishInfoISRelease_NISRelease1TextThe name of the release.ISReleasePublishInfoPublisherYTextRepository item publisherISReleasePublishInfoRepositoryYTextRepository which to publish the built merge moduleISSQLConnectionAttributesN + ISSQLConnectionAuthenticationN + ISSQLConnectionBatchSeparatorY + ISSQLConnectionCmdTimeoutY + ISSQLConnectionCommentsY + ISSQLConnectionDatabaseN + ISSQLConnectionISSQLConnectionNIdentifierPrimary key used to identify a particular ISSQLConnection record.ISSQLConnectionOrderN + ISSQLConnectionPasswordN + ISSQLConnectionScriptVersion_ColumnY + ISSQLConnectionScriptVersion_TableY + ISSQLConnectionServerN + ISSQLConnectionUserNameN + ISSQLConnectionDBServerISSQLConnectionDBServerNIdentifierPrimary key used to identify a particular ISSQLConnectionDBServer record.ISSQLConnectionDBServerISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLConnectionDBServerISSQLDBMetaData_NISSQLDBMetaData1IdentifierForeign key into ISSQLDBMetaData table.ISSQLConnectionDBServerOrderN + ISSQLConnectionScriptISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLConnectionScriptISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLConnectionScriptOrderN + ISSQLDBMetaDataAdoCxnAdditionalY + ISSQLDBMetaDataAdoCxnDatabaseY + ISSQLDBMetaDataAdoCxnDriverY + ISSQLDBMetaDataAdoCxnNetLibraryY + ISSQLDBMetaDataAdoCxnPasswordY + ISSQLDBMetaDataAdoCxnPortY + ISSQLDBMetaDataAdoCxnServerY + ISSQLDBMetaDataAdoCxnUserIDY + ISSQLDBMetaDataAdoCxnWindowsSecurityY + ISSQLDBMetaDataAdoDriverNameY + ISSQLDBMetaDataCreateDbCmdY + ISSQLDBMetaDataCreateTableCmdY + ISSQLDBMetaDataDisplayNameY + ISSQLDBMetaDataDsnODBCNameY + ISSQLDBMetaDataISAttributesY + ISSQLDBMetaDataISSQLDBMetaDataNIdentifierPrimary key used to identify a particular ISSQLDBMetaData record.ISSQLDBMetaDataInsertRecordCmdY + ISSQLDBMetaDataLocalInstanceNamesY + ISSQLDBMetaDataQueryDatabasesCmdY + ISSQLDBMetaDataScriptVersion_ColumnY + ISSQLDBMetaDataScriptVersion_ColumnTypeY + ISSQLDBMetaDataScriptVersion_TableY + ISSQLDBMetaDataSelectTableCmdY + ISSQLDBMetaDataSwitchDbCmdY + ISSQLDBMetaDataTestDatabaseCmdY + ISSQLDBMetaDataTestTableCmdY + ISSQLDBMetaDataTestTableCmd2Y + ISSQLDBMetaDataVersionBeginTokenY + ISSQLDBMetaDataVersionEndTokenY + ISSQLDBMetaDataVersionInfoCmdY + ISSQLDBMetaDataWinAuthentUserIdY + ISSQLRequirementAttributesN + ISSQLRequirementISSQLConnectionDBServer_YISSQLConnectionDBServer1IdentifierForeign key into ISSQLConnectionDBServer table.ISSQLRequirementISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLRequirementISSQLRequirementNIdentifierPrimary key used to identify a particular ISSQLRequirement record.ISSQLRequirementMajorVersionY + ISSQLRequirementServicePackLevelY + ISSQLScriptErrorAttributesN + ISSQLScriptErrorErrHandlingN + ISSQLScriptErrorErrNumberN + ISSQLScriptErrorISSQLScriptFile_YISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile tableISSQLScriptErrorMessageYTextCustom end-user message. Reserved for future use.ISSQLScriptFileAttributesN + ISSQLScriptFileCommentsYTextCommentsISSQLScriptFileComponent_NComponent1IdentifierForeign key referencing Component that controls the SQL script.ISSQLScriptFileConditionYConditionA conditional statement that will disable this script if the specified condition evaluates to the 'False' state. If a script is disabled, it will not be installed regardless of the 'Action' state associated with the component.ISSQLScriptFileDisplayNameYTextDisplay name for the SQL script file.ISSQLScriptFileErrorHandlingN + ISSQLScriptFileISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.ISSQLScriptFileISSQLScriptFileNIdentifierThis is the primary key to the ISSQLScriptFile tableISSQLScriptFileInstallTextYTextFeedback end-user text at installISSQLScriptFileSchedulingN + ISSQLScriptFileUninstallTextYTextFeedback end-user text at UninstallISSQLScriptFileVersionYTextSchema Version (#####.#####.#####.#####)ISSQLScriptImportAttributesN + ISSQLScriptImportAuthenticationN + ISSQLScriptImportDatabaseY + ISSQLScriptImportExcludeTablesY + ISSQLScriptImportISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLScriptImportIncludeTablesY + ISSQLScriptImportPasswordY + ISSQLScriptImportServerY + ISSQLScriptImportUserNameY + ISSQLScriptReplaceAttributesN + ISSQLScriptReplaceISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLScriptReplaceISSQLScriptReplaceNIdentifierPrimary key used to identify a particular ISSQLScriptReplace record.ISSQLScriptReplaceReplaceY + ISSQLScriptReplaceSearchY + ISScriptFileISScriptFileNTextThis is the full path of the script file. The path portion may be expressed in path variable form.ISSelfRegCmdLineY + ISSelfRegCostY + ISSelfRegFileKeyNFile1IdentifierForeign key to the file tableISSelfRegOrderY + ISSetupFileFileNameYTextThis is the file name to use when streaming the file to the support files locationISSetupFileISSetupFileNIdentifierThis is the primary key to the ISSetupFile tableISSetupFileLanguageYTextFour digit language identifier. 0 for Language NeutralISSetupFilePathYTextLink to the source file on the build machineISSetupFileSplashYShortBoolean value indication whether his setup file entry belongs in the Splasc Screen sectionISSetupFileStreamYBinaryBinary stream. The bits to stream to the support locationISSetupPrerequisitesISBuildSourcePathY + ISSetupPrerequisitesISReleaseFlagsYRelease Flags that specify whether this prereq will be included in a particular release.ISSetupPrerequisitesISSetupLocationY0;1;2 + ISSetupPrerequisitesISSetupPrerequisitesN + ISSetupPrerequisitesOrderY + ISSetupTypeCommentsYTextUser Comments.ISSetupTypeDescriptionYTextLonger descriptive text describing a visible feature item.ISSetupTypeDisplayN032767Numeric sort order, used to force a specific display ordering.ISSetupTypeDisplay_NameYFormattedA string used to set the initial text contained within a control (if appropriate).ISSetupTypeISSetupTypeNIdentifierPrimary key used to identify a particular feature record.ISSetupTypeFeaturesFeature_NFeature1IdentifierForeign key into Feature table.ISSetupTypeFeaturesISSetupType_NISSetupType1IdentifierForeign key into ISSetupType table.ISStoragesISBuildSourcePathYPath to the file to stream into sub-storageISStoragesNameNName of the sub-storage keyISStringCommentYTextCommentISStringEncodedYEncoding for multi-byte strings.ISStringISLanguage_NTextThis is a foreign key to the ISLanguage table.ISStringISStringNTextString id.ISStringTimeStampYTime/DateTime Stamp. MSI's Time/Date column type is just an int, with bits packed in a certain order.ISStringValueYTextreal string value.ISSwidtagPropertyNameNIdentifierProperty nameISSwidtagPropertyValueNTextProperty valueISTargetImageFlagsYrelative order of the target imageISTargetImageIgnoreMissingFilesNIf true, ignore missing source files when creating patchISTargetImageMsiPathNTextPath to the target imageISTargetImageNameNIdentifierName of the TargetImageISTargetImageOrderNrelative order of the target imageISTargetImageUpgradedImage_NISUpgradedImage1Textforeign key to the upgraded Image tableISUpgradeMsiItemISAttributesN0;1 + ISUpgradeMsiItemISReleaseFlagsY + ISUpgradeMsiItemObjectSetupPathNTextThe path to the setup you want to upgrade.ISUpgradeMsiItemUpgradeItemNTextThe name of the Upgrade Item.ISUpgradedImageFamilyNTextName of the image familyISUpgradedImageMsiPathNTextPath to the upgraded imageISUpgradedImageNameNIdentifierName of the UpgradedImageISVirtualDirectoryDirectory_NDirectory1IdentifierForeign key into Directory table.ISVirtualDirectoryNameNIdentifierProperty nameISVirtualDirectoryValueNProperty valueISVirtualFileFile_NFile1IdentifierForeign key into File table.ISVirtualFileNameNIdentifierProperty nameISVirtualFileValueNProperty valueISVirtualPackageNameNIdentifierProperty nameISVirtualPackageValueNProperty valueISVirtualRegistryNameNIdentifierProperty nameISVirtualRegistryRegistry_NRegistry1IdentifierForeign key into Registry table.ISVirtualRegistryValueNProperty valueISVirtualReleaseISProductConfiguration_NTextForeign key into ISProductConfiguration table.ISVirtualReleaseISRelease_NTextForeign key into ISRelease table.ISVirtualReleaseNameNProperty nameISVirtualReleaseValueNProperty valueISVirtualShortcutNameNIdentifierProperty nameISVirtualShortcutShortcut_NShortcut1IdentifierForeign key into Shortcut table.ISVirtualShortcutValueNProperty valueISWSEWrapAction_NCustomAction1IdentifierForeign key into CustomAction tableISWSEWrapNameNTextProperty associated with this ActionISWSEWrapValueYTextValue associated with this PropertyISXmlElementContentYTextElement contentsISXmlElementISAttributesYNumberInternal XML element attributesISXmlElementISXmlElementNIdentifierPrimary key, non-localized, internal token for Xml elementISXmlElementISXmlElement_ParentYISXmlElement1IdentifierForeign key into ISXMLElement table.ISXmlElementISXmlFile_NISXmlFile1IdentifierForeign key into XmlFile table.ISXmlElementXPathYTextXPath fragment including any operatorsISXmlElementAttribISAttributesYNumberInternal XML elementattib attributesISXmlElementAttribISXmlElementAttribNIdentifierPrimary key, non-localized, internal token for Xml element attributeISXmlElementAttribISXmlElement_NISXmlElement1IdentifierForeign key into ISXMLElement table.ISXmlElementAttribNameYTextLocalized attribute nameISXmlElementAttribValueYTextLocalized attribute valueISXmlFileComponent_NComponent1IdentifierForeign key into Component table.ISXmlFileDirectoryNIdentifierForeign key into Directory table.ISXmlFileEncodingYTextXML File EncodingISXmlFileFileNameNTextLocalized XML file nameISXmlFileISAttributesYNumberInternal XML file attributesISXmlFileISXmlFileNIdentifierPrimary key, non-localized,internal token for Xml fileISXmlFileSelectionNamespacesYTextSelection namespacesISXmlLocatorAttributeYThe name of an attribute within the XML element.ISXmlLocatorElementYXPath query that will locate an element in an XML file.ISXmlLocatorISAttributesY0;1;2 + ISXmlLocatorParentYIdentifierThe parent file signature. It is also a foreign key in the Signature table.ISXmlLocatorSignature_NIdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, ISXmlLocator, CompLocator and the DrLocator tables.IconDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.IconISBuildSourcePathYTextFull path to the ICO or EXE file.IconISIconIndexY-3276732767Optional icon index to be extracted.IconNameNIdentifierPrimary key. Name of the icon file.IniFileActionN0;1;3The type of modification to be made, one of iifEnumIniFileComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the .INI value.IniFileDirPropertyYIdentifierForeign key into the Directory table denoting the directory where the .INI file is.IniFileFileNameNTextThe .INI file name in which to write the informationIniFileIniFileNIdentifierPrimary key, non-localized token.IniFileKeyNFormattedThe .INI file key below Section.IniFileSectionNFormattedThe .INI file Section.IniFileValueNFormattedThe value to be written.IniLocatorFieldY032767The field in the .INI line. If Field is null or 0 the entire line is read.IniLocatorFileNameNTextThe .INI file name.IniLocatorKeyNTextKey value (followed by an equals sign in INI file).IniLocatorSectionNTextSection name within in file (within square brackets in INI file).IniLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.IniLocatorTypeY02An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.InstallExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.InstallExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.InstallExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesInstallExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.InstallExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.InstallShieldPropertyNIdentifierName of property, uppercase if settable by launcher or loader.InstallShieldValueYTextString value for property.InstallUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.InstallUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.InstallUISequenceISAttributesYThis is used to store MM Custom Action TypesInstallUISequenceISCommentsYTextAuthor’s comments on this Sequence.InstallUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.IsolatedComponentComponent_ApplicationNComponent1IdentifierKey to Component table item for applicationIsolatedComponentComponent_SharedNComponent1IdentifierKey to Component table item to be isolatedLaunchConditionConditionNConditionExpression which must evaluate to TRUE in order for install to commence.LaunchConditionDescriptionNTextLocalizable text to display when condition fails and install must abort.ListBoxOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ListBoxPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same listbox.ListBoxTextYTextThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ListBoxValueNFormattedThe value string associated with this item. Selecting the line will set the associated property to this value.ListViewBinary_YBinary1IdentifierThe name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.ListViewOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ListViewPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same listview.ListViewTextYTextThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ListViewValueNTextThe value string associated with this item. Selecting the line will set the associated property to this value.LockPermissionsDomainYTextDomain name for user whose permissions are being set. (usually a property)LockPermissionsLockObjectNIdentifierForeign key into Registry or File tableLockPermissionsPermissionY-21474836472147483647Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)LockPermissionsTableNIdentifierDirectory;File;RegistryReference to another table nameLockPermissionsUserNTextUser for permissions to be set. (usually a property)MIMECLSIDYClass1GuidOptional associated CLSID.MIMEContentTypeNTextPrimary key. Context identifier, typically "type/format".MIMEExtension_NExtension1TextOptional associated extension (without dot)MediaCabinetYCabinetIf some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.MediaDiskIdN132767Primary key, integer to determine sort order for table.MediaDiskPromptYTextDisk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.MediaLastSequenceN032767File sequence number for the last file for this media.MediaSourceYPropertyThe property defining the location of the cabinet file.MediaVolumeLabelYTextThe label attributed to the volume.MoveFileComponent_NComponent1IdentifierIf this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entryMoveFileDestFolderNIdentifierName of a property whose value is assumed to resolve to the full path to the destination directoryMoveFileDestNameYTextName to be given to the original file after it is moved or copied. If blank, the destination file will be given the same name as the source fileMoveFileFileKeyNIdentifierPrimary key that uniquely identifies a particular MoveFile recordMoveFileOptionsN01Integer value specifying the MoveFile operating mode, one of imfoEnumMoveFileSourceFolderYIdentifierName of a property whose value is assumed to resolve to the full path to the source directoryMoveFileSourceNameYTextName of the source file(s) to be moved or copied. Can contain the '*' or '?' wildcards.MsiAssemblyAttributesYAssembly attributesMsiAssemblyComponent_NComponent1IdentifierForeign key into Component table.MsiAssemblyFeature_NFeature1IdentifierForeign key into Feature table.MsiAssemblyFile_ApplicationYFile1IdentifierForeign key into File table, denoting the application context for private assemblies. Null for global assemblies.MsiAssemblyFile_ManifestYFile1IdentifierForeign key into the File table denoting the manifest file for the assembly.MsiAssemblyNameComponent_NComponent1IdentifierForeign key into Component table.MsiAssemblyNameNameNTextThe name part of the name-value pairs for the assembly name.MsiAssemblyNameValueNTextThe value part of the name-value pairs for the assembly name.MsiDigitalCertificateCertDataNBinaryA certificate context blob for a signer certificateMsiDigitalCertificateDigitalCertificateNMsiPackageCertificate2IdentifierA unique identifier for the rowMsiDigitalSignatureDigitalCertificate_NMsiDigitalCertificate1IdentifierForeign key to MsiDigitalCertificate table identifying the signer certificateMsiDigitalSignatureHashYBinaryThe encoded hash blob from the digital signatureMsiDigitalSignatureSignObjectNTextForeign key to Media tableMsiDigitalSignatureTableNIdentifierReference to another table name (only Media table is supported)MsiDriverPackagesComponentNComponent1IdentifierPrimary key used to identify a particular component record.MsiDriverPackagesFlagsNDriver package flagsMsiDriverPackagesReferenceComponentsY + MsiDriverPackagesSequenceYInstallation sequence numberMsiEmbeddedChainerCommandLineYFormatted + MsiEmbeddedChainerConditionYCondition + MsiEmbeddedChainerMsiEmbeddedChainerNIdentifier + MsiEmbeddedChainerSourceNCustomSource + MsiEmbeddedChainerTypeYInteger2;18;50 + MsiEmbeddedUIAttributesN03IntegerInformation about the data in the Data column.MsiEmbeddedUIDataYBinaryThis column contains binary information.MsiEmbeddedUIFileNameNFilenameThe name of the file that receives the binary information in the Data column.MsiEmbeddedUIISBuildSourcePathYText + MsiEmbeddedUIMessageFilterY0234913791IntegerSpecifies the types of messages that are sent to the user interface DLL. This column is only relevant for rows with the msidbEmbeddedUI attribute.MsiEmbeddedUIMsiEmbeddedUINIdentifierThe primary key for the table.MsiFileHashFile_NFile1IdentifierPrimary key, foreign key into File table referencing file with this hashMsiFileHashHashPart1NSize of file in bytes (long integer).MsiFileHashHashPart2NSize of file in bytes (long integer).MsiFileHashHashPart3NSize of file in bytes (long integer).MsiFileHashHashPart4NSize of file in bytes (long integer).MsiFileHashOptionsN032767Various options and attributes for this hash.MsiLockPermissionsExConditionYFormattedExpression which must evaluate to TRUE in order for this set of permissions to be appliedMsiLockPermissionsExLockObjectNIdentifierForeign key into Registry, File, CreateFolder, or ServiceInstall tableMsiLockPermissionsExMsiLockPermissionsExNIdentifierPrimary key, non-localized tokenMsiLockPermissionsExSDDLTextNFormattedSDDLTextString to indicate permissions to be applied to the LockObjectMsiLockPermissionsExTableNIdentifierCreateFolder;File;Registry;ServiceInstallReference to another table nameMsiPackageCertificateDigitalCertificate_NIdentifierA foreign key to the digital certificate tableMsiPackageCertificatePackageCertificateNIdentifierA unique identifier for the rowMsiPatchCertificateDigitalCertificate_NMsiDigitalCertificate1IdentifierA foreign key to the digital certificate tableMsiPatchCertificatePatchCertificateNIdentifierA unique identifier for the rowMsiPatchMetadataCompanyYTextOptional company nameMsiPatchMetadataPatchConfiguration_NISPatchConfiguration1TextForeign key to the ISPatchConfiguration tableMsiPatchMetadataPropertyNTextName of the metadataMsiPatchMetadataValueYTextValue of the metadataMsiPatchOldAssemblyFileAssembly_YMsiPatchOldAssemblyName1 + MsiPatchOldAssemblyFileFile_NFile1 + MsiPatchOldAssemblyNameAssemblyN + MsiPatchOldAssemblyNameNameN + MsiPatchOldAssemblyNameValueY + MsiPatchSequencePatchConfiguration_NISPatchConfiguration1TextForeign key to the patch configuration tableMsiPatchSequencePatchFamilyNTextName of the family to which this patch belongsMsiPatchSequenceSequenceNVersionThe version of this patch in this familyMsiPatchSequenceSupersedeNIntegerSupersedeMsiPatchSequenceTargetYTextTarget product codes for this patch familyMsiServiceConfigArgumentYTextArgument(s) for service configuration. Value depends on the content of the ConfigType fieldMsiServiceConfigComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the configuration of the serviceMsiServiceConfigConfigTypeN-21474836472147483647Service Configuration OptionMsiServiceConfigEventN07Bit field: 0x1 = Install, 0x2 = Uninstall, 0x4 = ReinstallMsiServiceConfigMsiServiceConfigNIdentifierPrimary key, non-localized token.MsiServiceConfigNameNFormattedName of a service. /, \, comma and space are invalidMsiServiceConfigFailureActionsActionsYTextA list of integer actions separated by [~] delimiters: 0 = SC_ACTION_NONE, 1 = SC_ACTION_RESTART, 2 = SC_ACTION_REBOOT, 3 = SC_ACTION_RUN_COMMAND. Terminate with [~][~]MsiServiceConfigFailureActionsCommandYFormattedCommand line of the process to CreateProcess function to executeMsiServiceConfigFailureActionsComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the configuration of the serviceMsiServiceConfigFailureActionsDelayActionsYTextA list of delays (time in milli-seconds), separated by [~] delmiters, to wait before taking the corresponding Action. Terminate with [~][~]MsiServiceConfigFailureActionsEventN07Bit field: 0x1 = Install, 0x2 = Uninstall, 0x4 = ReinstallMsiServiceConfigFailureActionsMsiServiceConfigFailureActionsNIdentifierPrimary key, non-localized tokenMsiServiceConfigFailureActionsNameNFormattedName of a service. /, \, comma and space are invalidMsiServiceConfigFailureActionsRebootMessageYFormattedMessage to be broadcast to server users before rebootingMsiServiceConfigFailureActionsResetPeriodY02147483647Time in seconds after which to reset the failure count to zero. Leave blank if it should never be resetMsiShortcutPropertyMsiShortcutPropertyNIdentifierPrimary key, non-localized tokenMsiShortcutPropertyPropVariantValueNFormattedString representation of the value in the propertyMsiShortcutPropertyPropertyKeyNFormattedCanonical string representation of the Property Key being setMsiShortcutPropertyShortcut_NShortcut1IdentifierForeign key into the Shortcut tableODBCAttributeAttributeNTextName of ODBC driver attributeODBCAttributeDriver_NODBCDriver1IdentifierReference to ODBC driver in ODBCDriver tableODBCAttributeValueYTextValue for ODBC driver attributeODBCDataSourceComponent_NComponent1IdentifierReference to associated componentODBCDataSourceDataSourceNIdentifierPrimary key, non-localized.internal token for data sourceODBCDataSourceDescriptionNTextText used as registered name for data sourceODBCDataSourceDriverDescriptionNTextReference to driver description, may be existing driverODBCDataSourceRegistrationN01Registration option: 0=machine, 1=user, others t.b.d.ODBCDriverComponent_NComponent1IdentifierReference to associated componentODBCDriverDescriptionNTextText used as registered name for driver, non-localizedODBCDriverDriverNIdentifierPrimary key, non-localized.internal token for driverODBCDriverFile_NFile1IdentifierReference to key driver fileODBCDriverFile_SetupYFile1IdentifierOptional reference to key driver setup DLLODBCSourceAttributeAttributeNTextName of ODBC data source attributeODBCSourceAttributeDataSource_NODBCDataSource1IdentifierReference to ODBC data source in ODBCDataSource tableODBCSourceAttributeValueYTextValue for ODBC data source attributeODBCTranslatorComponent_NComponent1IdentifierReference to associated componentODBCTranslatorDescriptionNTextText used as registered name for translatorODBCTranslatorFile_NFile1IdentifierReference to key translator fileODBCTranslatorFile_SetupYFile1IdentifierOptional reference to key translator setup DLLODBCTranslatorTranslatorNIdentifierPrimary key, non-localized.internal token for translatorPatchAttributesN032767Integer containing bit flags representing patch attributesPatchFile_NFile1IdentifierPrimary key, non-localized token, foreign key to File table, must match identifier in cabinet.PatchHeaderYBinaryBinary stream. The patch header, used for patch validation.PatchISBuildSourcePathYTextFull path to patch header.PatchPatchSizeN02147483647Size of patch in bytes (long integer).PatchSequenceN032767Primary key, sequence with respect to the media images; order must track cabinet order.PatchStreamRef_YIdentifierExternal key into the MsiPatchHeaders table specifying the row that contains the patch header stream.PatchPackageMedia_N032767Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.PatchPackagePatchIdNGuidA unique string GUID representing this patch.ProgIdClass_YClass1GuidThe CLSID of an OLE factory corresponding to the ProgId.ProgIdDescriptionYTextLocalized description for the Program identifier.ProgIdISAttributesYThis is used to store Installshield custom properties of a component, like ExtractIcon, etc.ProgIdIconIndexY-3276732767Optional icon index.ProgIdIcon_YIcon1IdentifierOptional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.ProgIdProgIdNTextThe Program Identifier. Primary key.ProgIdProgId_ParentYProgId1TextThe Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.PropertyISCommentsYTextUser Comments.PropertyPropertyNIdentifierName of property, uppercase if settable by launcher or loader.PropertyValueYTextString value for property.PublishComponentAppDataYTextThis is localisable Application specific data that can be associated with a Qualified Component.PublishComponentComponentIdNGuidA string GUID that represents the component id that will be requested by the alien product.PublishComponentComponent_NComponent1IdentifierForeign key into the Component table.PublishComponentFeature_NFeature1IdentifierForeign key into the Feature table.PublishComponentQualifierNTextThis is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.RadioButtonHeightN032767The height of the button.RadioButtonHelpYTextThe help strings used with the button. The text is optional.RadioButtonISControlIdYA number used to represent the control ID of the Control, Used in Dialog exportRadioButtonOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.RadioButtonPropertyNIdentifierA named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.RadioButtonTextYTextThe visible title to be assigned to the radio button.RadioButtonValueNFormattedThe value string associated with this button. Selecting the button will set the associated property to this value.RadioButtonWidthN032767The width of the button.RadioButtonXN032767The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.RadioButtonYN032767The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.RegLocatorKeyNRegPathThe key for the registry value.RegLocatorNameYFormattedThe registry value name.RegLocatorRootN03The predefined root key for the registry value, one of rrkEnum.RegLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.RegLocatorTypeY018An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.RegistryComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the registry value.RegistryISAttributesYThis is used to store Installshield custom properties of a registry item. Currently the only one is Automatic.RegistryKeyNRegPathThe key for the registry value.RegistryNameYFormattedThe registry value name.RegistryRegistryNIdentifierPrimary key, non-localized token.RegistryRootN-13The predefined root key for the registry value, one of rrkEnum.RegistryValueYTextThe registry value.RemoveFileComponent_NComponent1IdentifierForeign key referencing Component that controls the file to be removed.RemoveFileDirPropertyNIdentifierName of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.RemoveFileFileKeyNIdentifierPrimary key used to identify a particular file entryRemoveFileFileNameYTextName of the file to be removed.RemoveFileInstallModeN1;2;3Installation option, one of iimEnum.RemoveIniFileActionN2;4The type of modification to be made, one of iifEnum.RemoveIniFileComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the deletion of the .INI value.RemoveIniFileDirPropertyYIdentifierForeign key into the Directory table denoting the directory where the .INI file is.RemoveIniFileFileNameNTextThe .INI file name in which to delete the informationRemoveIniFileKeyNFormattedThe .INI file key below Section.RemoveIniFileRemoveIniFileNIdentifierPrimary key, non-localized token.RemoveIniFileSectionNFormattedThe .INI file Section.RemoveIniFileValueYFormattedThe value to be deleted. The value is required when Action is iifIniRemoveTagRemoveRegistryComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the deletion of the registry value.RemoveRegistryKeyNRegPathThe key for the registry value.RemoveRegistryNameYFormattedThe registry value name.RemoveRegistryRemoveRegistryNIdentifierPrimary key, non-localized token.RemoveRegistryRootN-13The predefined root key for the registry value, one of rrkEnumReserveCostComponent_NComponent1IdentifierReserve a specified amount of space if this component is to be installed.ReserveCostReserveFolderYIdentifierName of a property whose value is assumed to resolve to the full path to the destination directoryReserveCostReserveKeyNIdentifierPrimary key that uniquely identifies a particular ReserveCost recordReserveCostReserveLocalN02147483647Disk space to reserve if linked component is installed locally.ReserveCostReserveSourceN02147483647Disk space to reserve if linked component is installed to run from the source location.SFPCatalogCatalogYBinarySFP CatalogSFPCatalogDependencyYFormattedParent catalog - only used by SFPSFPCatalogSFPCatalogNFilenameFile name for the catalog.SelfRegCostY032767The cost of registering the module.SelfRegFile_NFile1IdentifierForeign key into the File table denoting the module that needs to be registered.ServiceControlArgumentsYFormattedArguments for the service. Separate by [~].ServiceControlComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the startup of the serviceServiceControlEventN0187Bit field: Install: 0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = DeleteServiceControlNameNFormattedName of a service. /, \, comma and space are invalidServiceControlServiceControlNIdentifierPrimary key, non-localized token.ServiceControlWaitY01Boolean for whether to wait for the service to fully startServiceInstallArgumentsYFormattedArguments to include in every start of the service, passed to WinMainServiceInstallComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the startup of the serviceServiceInstallDependenciesYFormattedOther services this depends on to start. Separate by [~], and end with [~][~]ServiceInstallDescriptionYTextDescription of service.ServiceInstallDisplayNameYFormattedExternal Name of the ServiceServiceInstallErrorControlN-21474836472147483647Severity of error if service fails to startServiceInstallLoadOrderGroupYFormattedLoadOrderGroupServiceInstallNameNFormattedInternal Name of the ServiceServiceInstallPasswordYFormattedpassword to run service with. (with StartName)ServiceInstallServiceInstallNIdentifierPrimary key, non-localized token.ServiceInstallServiceTypeN-21474836472147483647Type of the serviceServiceInstallStartNameYFormattedUser or object name to run service asServiceInstallStartTypeN04Type of the serviceShortcutArgumentsYFormattedThe command-line arguments for the shortcut.ShortcutComponent_NComponent1IdentifierForeign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.ShortcutDescriptionYTextThe description for the shortcut.ShortcutDescriptionResourceDLLYFormattedThis field contains a Formatted string value for the full path to the language neutral file that contains the MUI manifest.ShortcutDescriptionResourceIdY032767The description name index for the shortcut.ShortcutDirectory_NDirectory1IdentifierForeign key into the Directory table denoting the directory where the shortcut file is created.ShortcutDisplayResourceDLLYFormattedThis field contains a Formatted string value for the full path to the language neutral file that contains the MUI manifest.ShortcutDisplayResourceIdY032767The display name index for the shortcut.ShortcutHotkeyY032767The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte.ShortcutISAttributesYThis is used to store Installshield custom properties of a shortcut. Mainly used in pro project types.ShortcutISCommentsYTextAuthor’s comments on this Shortcut.ShortcutISShortcutNameYTextA non-unique name for the shortcut. Mainly used by pro pro project types.ShortcutIconIndexY-3276732767The icon index for the shortcut.ShortcutIcon_YIcon1IdentifierForeign key into the File table denoting the external icon file for the shortcut.ShortcutNameNTextThe name of the shortcut to be created.ShortcutShortcutNIdentifierPrimary key, non-localized token.ShortcutShowCmdY1;3;7The show command for the application window.The following values may be used.ShortcutTargetNShortcutThe shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.ShortcutWkDirYIdentifierName of property defining location of working directory.SignatureFileNameNTextThe name of the file. This may contain a "short name|long name" pair.SignatureLanguagesYLanguageThe languages supported by the file.SignatureMaxDateY02147483647The maximum creation date of the file.SignatureMaxSizeY02147483647The maximum size of the file.SignatureMaxVersionYTextThe maximum version of the file.SignatureMinDateY02147483647The minimum creation date of the file.SignatureMinSizeY02147483647The minimum size of the file.SignatureMinVersionYTextThe minimum version of the file.SignatureSignatureNIdentifierThe table key. The Signature represents a unique file signature.TextStyleColorY016777215A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).TextStyleFaceNameNTextA string indicating the name of the font used. Required. The string must be at most 31 characters long.TextStyleSizeN032767The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.TextStyleStyleBitsY015A combination of style bits.TextStyleTextStyleNIdentifierName of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.TypeLibComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.TypeLibCostY02147483647The cost associated with the registration of the typelib. This column is currently optional.TypeLibDescriptionYText + TypeLibDirectory_YDirectory1IdentifierOptional. The foreign key into the Directory table denoting the path to the help file for the type library.TypeLibFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.TypeLibLanguageN032767The language of the library.TypeLibLibIDNGuidThe GUID that represents the library.TypeLibVersionY02147483647The version of the library. The major version is in the upper 8 bits of the short integer. The minor version is in the lower 8 bits.UITextKeyNIdentifierA unique key that identifies the particular string.UITextTextYTextThe localized version of the string.UpgradeActionPropertyNUpperCaseThe property to set when a product in this set is found.UpgradeAttributesN02147483647The attributes of this product set.UpgradeISDisplayNameYISUpgradeMsiItem1 + UpgradeLanguageYLanguageA comma-separated list of languages for either products in this set or products not in this set.UpgradeRemoveYFormattedThe list of features to remove when uninstalling a product from this set. The default is "ALL".UpgradeUpgradeCodeNGuidThe UpgradeCode GUID belonging to the products in this set.UpgradeVersionMaxYTextThe maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.UpgradeVersionMinYTextThe minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.VerbArgumentYFormattedOptional value for the command arguments.VerbCommandYFormattedThe command text.VerbExtension_NExtension1TextThe extension associated with the table row.VerbSequenceY032767Order within the verbs for a particular extension. Also used simply to specify the default verb.VerbVerbNTextThe verb for the command._ValidationCategoryY"Text";"Formatted";"Template";"Condition";"Guid";"Path";"Version";"Language";"Identifier";"Binary";"UpperCase";"LowerCase";"Filename";"Paths";"AnyPath";"WildCardFilename";"RegPath";"KeyFormatted";"CustomSource";"Property";"Cabinet";"Shortcut";"URL";"DefaultDir"String category_ValidationColumnNIdentifierName of column_ValidationDescriptionYTextDescription of column_ValidationKeyColumnY132Column to which foreign key connects_ValidationKeyTableYIdentifierFor foreign key, Name of table to which data must link_ValidationMaxValueY-21474836472147483647Maximum value allowed_ValidationMinValueY-21474836472147483647Minimum value allowed_ValidationNullableNY;N;@Whether the column is nullable_ValidationSetYTextSet of values that are permitted_ValidationTableNIdentifierName of table
+
diff --git a/Sub/SetupIS/SetupIS.isl.774 b/Sub/SetupIS/SetupIS.isl.774 new file mode 100644 index 0000000..9e71167 --- /dev/null +++ b/Sub/SetupIS/SetupIS.isl.774 @@ -0,0 +1,6050 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + 1252 + Installation Database + ##ID_STRING4## + ##ID_STRING2## + Installer,MSI,Database + Contact: Your local administrator + + Administrator + {DCDA56C2-2700-4065-8938-EBDF7B0C6BCA} + + 06/21/1999 22:00 + 07/15/2000 01:50 + 200 + 0 + + InstallShield Express + 1 + + + + Action + Description + Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Advertise##IDS_ACTIONTEXT_Advertising## + AllocateRegistrySpace##IDS_ACTIONTEXT_AllocatingRegistry####IDS_ACTIONTEXT_FreeSpace##AppSearch##IDS_ACTIONTEXT_SearchInstalled####IDS_ACTIONTEXT_PropertySignature##BindImage##IDS_ACTIONTEXT_BindingExes####IDS_ACTIONTEXT_File##CCPSearch##IDS_ACTIONTEXT_UnregisterModules## + CostFinalize##IDS_ACTIONTEXT_ComputingSpace3## + CostInitialize##IDS_ACTIONTEXT_ComputingSpace## + CreateFolders##IDS_ACTIONTEXT_CreatingFolders####IDS_ACTIONTEXT_Folder##CreateShortcuts##IDS_ACTIONTEXT_CreatingShortcuts####IDS_ACTIONTEXT_Shortcut##DeleteServices##IDS_ACTIONTEXT_DeletingServices####IDS_ACTIONTEXT_Service##DuplicateFiles##IDS_ACTIONTEXT_CreatingDuplicate####IDS_ACTIONTEXT_FileDirectorySize##FileCost##IDS_ACTIONTEXT_ComputingSpace2## + FindRelatedProducts##IDS_ACTIONTEXT_SearchForRelated####IDS_ACTIONTEXT_FoundApp##GenerateScript##IDS_ACTIONTEXT_GeneratingScript####IDS_ACTIONTEXT_1##ISLockPermissionsCost##IDS_ACTIONTEXT_ISLockPermissionsCost## + ISLockPermissionsInstall##IDS_ACTIONTEXT_ISLockPermissionsInstall## + InstallAdminPackage##IDS_ACTIONTEXT_CopyingNetworkFiles####IDS_ACTIONTEXT_FileDirSize##InstallFiles##IDS_ACTIONTEXT_CopyingNewFiles####IDS_ACTIONTEXT_FileDirSize2##InstallODBC##IDS_ACTIONTEXT_InstallODBC## + InstallSFPCatalogFile##IDS_ACTIONTEXT_InstallingSystemCatalog####IDS_ACTIONTEXT_FileDependencies##InstallServices##IDS_ACTIONTEXT_InstallServices####IDS_ACTIONTEXT_Service2##InstallValidate##IDS_ACTIONTEXT_Validating## + LaunchConditions##IDS_ACTIONTEXT_EvaluateLaunchConditions## + MigrateFeatureStates##IDS_ACTIONTEXT_MigratingFeatureStates####IDS_ACTIONTEXT_Application##MoveFiles##IDS_ACTIONTEXT_MovingFiles####IDS_ACTIONTEXT_FileDirSize3##PatchFiles##IDS_ACTIONTEXT_PatchingFiles####IDS_ACTIONTEXT_FileDirSize4##ProcessComponents##IDS_ACTIONTEXT_UpdateComponentRegistration## + PublishComponents##IDS_ACTIONTEXT_PublishingQualifiedComponents####IDS_ACTIONTEXT_ComponentIDQualifier##PublishFeatures##IDS_ACTIONTEXT_PublishProductFeatures####IDS_ACTIONTEXT_FeatureColon##PublishProduct##IDS_ACTIONTEXT_PublishProductInfo## + RMCCPSearch##IDS_ACTIONTEXT_SearchingQualifyingProducts## + RegisterClassInfo##IDS_ACTIONTEXT_RegisterClassServer####IDS_ACTIONTEXT_ClassId##RegisterComPlus##IDS_ACTIONTEXT_RegisteringComPlus####IDS_ACTIONTEXT_AppIdAppTypeRSN##RegisterExtensionInfo##IDS_ACTIONTEXT_RegisterExtensionServers####IDS_ACTIONTEXT_Extension2##RegisterFonts##IDS_ACTIONTEXT_RegisterFonts####IDS_ACTIONTEXT_Font##RegisterMIMEInfo##IDS_ACTIONTEXT_RegisterMimeInfo####IDS_ACTIONTEXT_ContentTypeExtension##RegisterProduct##IDS_ACTIONTEXT_RegisteringProduct####IDS_ACTIONTEXT_1b##RegisterProgIdInfo##IDS_ACTIONTEXT_RegisteringProgIdentifiers####IDS_ACTIONTEXT_ProgID2##RegisterTypeLibraries##IDS_ACTIONTEXT_RegisterTypeLibs####IDS_ACTIONTEXT_LibId##RegisterUser##IDS_ACTIONTEXT_RegUser####IDS_ACTIONTEXT_1c##RemoveDuplicateFiles##IDS_ACTIONTEXT_RemovingDuplicates####IDS_ACTIONTEXT_FileDir##RemoveEnvironmentStrings##IDS_ACTIONTEXT_UpdateEnvironmentStrings####IDS_ACTIONTEXT_NameValueAction2##RemoveExistingProducts##IDS_ACTIONTEXT_RemoveApps####IDS_ACTIONTEXT_AppCommandLine##RemoveFiles##IDS_ACTIONTEXT_RemovingFiles####IDS_ACTIONTEXT_FileDir2##RemoveFolders##IDS_ACTIONTEXT_RemovingFolders####IDS_ACTIONTEXT_Folder1##RemoveIniValues##IDS_ACTIONTEXT_RemovingIni####IDS_ACTIONTEXT_FileSectionKeyValue##RemoveODBC##IDS_ACTIONTEXT_RemovingODBC## + RemoveRegistryValues##IDS_ACTIONTEXT_RemovingRegistry####IDS_ACTIONTEXT_KeyName##RemoveShortcuts##IDS_ACTIONTEXT_RemovingShortcuts####IDS_ACTIONTEXT_Shortcut1##Rollback##IDS_ACTIONTEXT_RollingBack####IDS_ACTIONTEXT_1d##RollbackCleanup##IDS_ACTIONTEXT_RemovingBackup####IDS_ACTIONTEXT_File2##SelfRegModules##IDS_ACTIONTEXT_RegisteringModules####IDS_ACTIONTEXT_FileFolder##SelfUnregModules##IDS_ACTIONTEXT_UnregisterModules####IDS_ACTIONTEXT_FileFolder2##SetODBCFolders##IDS_ACTIONTEXT_InitializeODBCDirs## + StartServices##IDS_ACTIONTEXT_StartingServices####IDS_ACTIONTEXT_Service3##StopServices##IDS_ACTIONTEXT_StoppingServices####IDS_ACTIONTEXT_Service4##UnmoveFiles##IDS_ACTIONTEXT_RemovingMoved####IDS_ACTIONTEXT_FileDir3##UnpublishComponents##IDS_ACTIONTEXT_UnpublishQualified####IDS_ACTIONTEXT_ComponentIdQualifier2##UnpublishFeatures##IDS_ACTIONTEXT_UnpublishProductFeatures####IDS_ACTIONTEXT_Feature##UnpublishProduct##IDS_ACTIONTEXT_UnpublishingProductInfo## + UnregisterClassInfo##IDS_ACTIONTEXT_UnregisterClassServers####IDS_ACTIONTEXT_ClsID##UnregisterComPlus##IDS_ACTIONTEXT_UnregisteringComPlus####IDS_ACTIONTEXT_AppId##UnregisterExtensionInfo##IDS_ACTIONTEXT_UnregisterExtensionServers####IDS_ACTIONTEXT_Extension##UnregisterFonts##IDS_ACTIONTEXT_UnregisteringFonts####IDS_ACTIONTEXT_Font2##UnregisterMIMEInfo##IDS_ACTIONTEXT_UnregisteringMimeInfo####IDS_ACTIONTEXT_ContentTypeExtension2##UnregisterProgIdInfo##IDS_ACTIONTEXT_UnregisteringProgramIds####IDS_ACTIONTEXT_ProgID##UnregisterTypeLibraries##IDS_ACTIONTEXT_UnregTypeLibs####IDS_ACTIONTEXT_Libid2##WriteEnvironmentStrings##IDS_ACTIONTEXT_EnvironmentStrings####IDS_ACTIONTEXT_NameValueAction##WriteIniValues##IDS_ACTIONTEXT_WritingINI####IDS_ACTIONTEXT_FileSectionKeyValue2##WriteRegistryValues##IDS_ACTIONTEXT_WritingRegistry####IDS_ACTIONTEXT_KeyNameValue##
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
CostFinalize1000CostFinalize + CostInitialize800CostInitialize + FileCost900FileCost + InstallAdminPackage3900InstallAdminPackage + InstallFiles4000InstallFiles + InstallFinalize6600InstallFinalize + InstallInitialize1500InstallInitialize + InstallValidate1400InstallValidate + ScheduleRebootISSCHEDULEREBOOT4010ScheduleReboot +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AdminWelcome1010AdminWelcome + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + ExecuteAction1300ExecuteAction + FileCost900FileCost + SetupCompleteError-3SetupCompleteError + SetupCompleteSuccess-1SetupCompleteSuccess + SetupInitialization50SetupInitialization + SetupInterrupted-2SetupInterrupted + SetupProgress1020SetupProgress +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
CostFinalize1000CostFinalize + CostInitialize800CostInitialize + CreateShortcuts4500CreateShortcuts + InstallFinalize6600InstallFinalize + InstallInitialize1500InstallInitialize + InstallValidate1400InstallValidate + MsiPublishAssemblies6250MsiPublishAssemblies + PublishComponents6200PublishComponents + PublishFeatures6300PublishFeatures + PublishProduct6400PublishProduct + RegisterClassInfo4600RegisterClassInfo + RegisterExtensionInfo4700RegisterExtensionInfo + RegisterMIMEInfo4900RegisterMIMEInfo + RegisterProgIdInfo4800RegisterProgIdInfo + RegisterTypeLibraries4910RegisterTypeLibraries + ScheduleRebootISSCHEDULEREBOOT6410ScheduleReboot +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
+ + + AppId + RemoteServerName + LocalService + ServiceParameters + DllSurrogate + ActivateAtStorage + RunAsInteractiveUser +
+ + + Property + Signature_ + +
DOTNETVERSION40FULLDotNet40Full
+ + + Billboard_ + BBControl + Type + X + Y + Width + Height + Attributes + Text +
+ + + Billboard + Feature_ + Action + Ordering +
+ + + Name + Data + ISBuildSourcePath + + + + + + + + + + + + + + + + + + + + + +
ISExpHlp.dll<ISRedistPlatformDependentFolder>\ISExpHlp.dllISSELFREG.DLL<ISRedistPlatformDependentFolder>\isregsvr.dllNewBinary1<ISProductFolder>\Support\Themes\InstallShield Blue Theme\banner.jpgNewBinary10<ISProductFolder>\Redist\Language Independent\OS Independent\CompleteSetupIco.ibdNewBinary11<ISProductFolder>\Redist\Language Independent\OS Independent\CustomSetupIco.ibdNewBinary12<ISProductFolder>\Redist\Language Independent\OS Independent\DestIcon.ibdNewBinary13<ISProductFolder>\Redist\Language Independent\OS Independent\NetworkInstall.icoNewBinary14<ISProductFolder>\Redist\Language Independent\OS Independent\DontInstall.icoNewBinary15<ISProductFolder>\Redist\Language Independent\OS Independent\Install.icoNewBinary16<ISProductFolder>\Redist\Language Independent\OS Independent\InstallFirstUse.icoNewBinary17<ISProductFolder>\Redist\Language Independent\OS Independent\InstallPartial.icoNewBinary18<ISProductFolder>\Redist\Language Independent\OS Independent\InstallStateMenu.icoNewBinary2<ISProductFolder>\Redist\Language Independent\OS Independent\New.ibdNewBinary3<ISProductFolder>\Redist\Language Independent\OS Independent\Up.ibdNewBinary4<ISProductFolder>\Redist\Language Independent\OS Independent\WarningIcon.ibdNewBinary5<ISProductFolder>\Support\Themes\InstallShield Blue Theme\welcome.jpgNewBinary6<ISProductFolder>\Redist\Language Independent\OS Independent\CustomSetupIco.ibdNewBinary7<ISProductFolder>\Redist\Language Independent\OS Independent\ReinstIco.ibdNewBinary8<ISProductFolder>\Redist\Language Independent\OS Independent\RemoveIco.ibdNewBinary9<ISProductFolder>\Redist\Language Independent\OS Independent\SetupIcon.ibdSetAllUsers.dll<ISRedistPlatformDependentFolder>\SetAllUsers.dll
+ + + File_ + Path +
+ + + Signature_ +
+ + + Property + Value + + + +
ISCHECKFORPRODUCTUPDATES1LAUNCHPROGRAM1LAUNCHREADME1
+ + + CLSID + Context + Component_ + ProgId_Default + Description + AppId_ + FileTypeMask + Icon_ + IconIndex + DefInprocHandler + Argument + Feature_ + Attributes +
+ + + Property + Order + Value + Text +
+ + + Signature_ + ComponentId + Type +
+ + + Component_ + ExpType +
+ + + Component + ComponentId + Directory_ + Attributes + Condition + KeyPath + ISAttributes + ISComments + ISScanAtBuildFile + ISRegFileToMergeAtBuild + ISDotNetInstallerArgsInstall + ISDotNetInstallerArgsCommit + ISDotNetInstallerArgsUninstall + ISDotNetInstallerArgsRollback + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ACC.dll{0CCC7CFC-4644-4D9D-A3B1-70178EA8AC51}INSTALLDIR2acc.dll17/LogFile=/LogFile=/LogFile=/LogFile=ArinDbClass.dll{BB5686C2-AC78-4861-810B-0CC58253DD96}INSTALLDIR2arindbclass.dll17/LogFile=/LogFile=/LogFile=/LogFile=ArinNewFp.dll{4CD962EC-B5AD-4132-A9A8-181C173F2A39}INSTALLDIR2arinnewfp.dll17/LogFile=/LogFile=/LogFile=/LogFile=CommonClassv2.dll{0804AC8C-675F-48D5-9582-1F311235F3AC}INSTALLDIR2commonclassv2.dll17/LogFile=/LogFile=/LogFile=/LogFile=EpoleNet.exe{867A97A0-9AA4-4D70-8CFC-026FB2B4550D}INSTALLDIR2epolenet.exe17/LogFile=/LogFile=/LogFile=/LogFile=EpoleNet.exe1{519AFD55-5C96-45B3-9E7A-FB54B0A6A8FD}DOTFUS2epolenet.exe117/LogFile=/LogFile=/LogFile=/LogFile=EpoleNet.vshost.exe{A63E4DB3-E1D3-43B4-B64A-1A124E7EAC8A}INSTALLDIR2epolenet.vshost.exe17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.CalcEngine.dll{CC838BB8-9B0E-4FDE-95CD-7EDC64B63EBE}INSTALLDIR2farpoint.calcengine.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Excel.dll{EB78D320-77A9-442F-ABCD-BB3B04B5EE71}INSTALLDIR2farpoint.excel.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.PDF.dll{F989344B-3E1B-445D-860C-C16AB14F291A}INSTALLDIR2farpoint.pdf.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.PluginCalendar.WinForms.dll{075C3B65-3136-4B29-91FD-3099EA54FE0C}INSTALLDIR2farpoint.plugincalendar.winf17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.Spread.dll{BFA12A38-BDB8-49A5-87F0-9AFC3A963D38}INSTALLDIR2farpoint.win.spread.dll17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.TextRenderer.dll{E2144785-1388-471A-B01E-DB68D0FEA664}INSTALLDIR2farpoint.win.textrenderer.dl17/LogFile=/LogFile=/LogFile=/LogFile=FarPoint.Win.dll{AFBBE379-C552-4A8F-BF5D-8088CBF0DC38}INSTALLDIR2farpoint.win.dll17/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT{BDFADDE6-179A-4EDA-B27F-BD68DD4A9E7A}WindowsVolume217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT1{08BCF458-D83E-4C87-B6CD-EA1F1C6E3F3C}DOTFUS217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT10{E615BA8B-B805-479F-B703-99851E869C8E}STYLECAB217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT11{E64E8F40-F07C-497C-B67D-47577232493F}STYLECABLABEL217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT12{1CD2A8FE-6B53-4183-8206-D29278167782}STYLEEJ217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT13{5AFBBC53-A287-42C9-83DE-30FD81B3E211}STYLEETC217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT14{B9D6B038-4404-4694-B345-4BDEF44D6BC2}STYLEJD217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT15{C3F2A43C-35A0-4F4E-8549-43A4C0B7AFFB}STYLEKK217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT16{3C4105E7-BFCE-4652-8F37-F15E32774D31}DATABASEDIR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT17{38E48892-9A1A-4DBE-A41D-193D75346BB2}INSTALLDIR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT18{1B78E957-9BBC-4D2A-9308-867748347095}STYLEKR217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT19{67A24073-DAA0-4832-8C4F-E1586C1D434F}VIEWCONFIG217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT2{F0FAC18C-2A1B-4C85-BD92-4C9B00F4D587}DOTFUSCATED217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT20{B4E71237-E76C-40DC-BE6B-FBC2987C5E52}DIRECTORY2217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT21{EE02E355-BE4A-489A-99E2-2BF75E986AC7}PNG217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT3{1DAE2131-7A41-4887-9576-BA482F34C086}HELP217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT4{7D0F441A-2F0F-43AB-9731-6914C8CE0996}IMAGE217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT5{05EDF214-6574-4927-96BD-FF41CB1CE06E}MACRO217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT6{C6FED163-0952-43BF-9690-51C3CD2239D8}OTON217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT7{C230D7B0-39BD-4862-8361-1CDF4F134D86}XLSSYNC217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT8{901204CA-2687-44EA-A3D1-6F879435136A}SOUND217/LogFile=/LogFile=/LogFile=/LogFile=ISX_DEFAULTCOMPONENT9{2273261C-4466-4439-985B-34BAD63E9318}STYLE217/LogFile=/LogFile=/LogFile=/LogFile=MyControlOLEDBv2.dll{3DE9B681-AFCD-4C26-8DF7-A4FAC0B46027}INSTALLDIR2mycontrololedbv2.dll17/LogFile=/LogFile=/LogFile=/LogFile=MyControlOLEDBv2.dll1{9F8AB205-4DE6-4681-A513-CEF85F5630A6}DOTFUS2mycontrololedbv2.dll117/LogFile=/LogFile=/LogFile=/LogFile=ThoughtWorks.QRCode.dll{1801E4AE-FF92-4C3F-8FBA-219CE5179962}INSTALLDIR2thoughtworks.qrcode.dll17/LogFile=/LogFile=/LogFile=/LogFile=ThoughtWorks.QRCode.dll1{65A99E63-BDB3-43F3-B481-9E4145EB221A}DOTFUS2thoughtworks.qrcode.dll117/LogFile=/LogFile=/LogFile=/LogFile=
+ + + Feature_ + Level + Condition +
+ + + Dialog_ + Control + Type + X + Y + Width + Height + Attributes + Property + Text + Control_Next + Help + ISWindowStyle + ISControlId + ISBuildSourcePath + Binary_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AdminChangeFolderBannerBitmap003744410NewBinary1AdminChangeFolderBannerLineLine044374010 + AdminChangeFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + AdminChangeFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + AdminChangeFolderCancelPushButton30124366173##IDS_CANCEL##ComboText0 + AdminChangeFolderComboDirectoryCombo216427780458755TARGETDIR##IDS__IsAdminInstallBrowse_4##Up0 + AdminChangeFolderComboTextText215099143##IDS__IsAdminInstallBrowse_LookIn##Combo0 + AdminChangeFolderDlgDescText21232922565539##IDS__IsAdminInstallBrowse_BrowseDestination##0 + AdminChangeFolderDlgLineLine48234326010 + AdminChangeFolderDlgTitleText1362922565539##IDS__IsAdminInstallBrowse_ChangeDestination##0 + AdminChangeFolderListDirectoryList2190332977TARGETDIR##IDS__IsAdminInstallBrowse_8##TailText0 + AdminChangeFolderNewFolderPushButton3356619193670019List##IDS__IsAdminInstallBrowse_CreateFolder##0NewBinary2AdminChangeFolderOKPushButton23024366173##IDS_OK##Cancel0 + AdminChangeFolderTailPathEdit21207332173TARGETDIR##IDS__IsAdminInstallBrowse_11##OK0 + AdminChangeFolderTailTextText2119399133##IDS__IsAdminInstallBrowse_FolderName##Tail0 + AdminChangeFolderUpPushButton3106619193670019NewFolder##IDS__IsAdminInstallBrowse_UpOneLevel##0NewBinary3AdminNetworkLocationBackPushButton16424366173##IDS_BACK##InstallNow0 + AdminNetworkLocationBannerBitmap003744410NewBinary1AdminNetworkLocationBannerLineLine044374010 + AdminNetworkLocationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + AdminNetworkLocationBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + AdminNetworkLocationBrowsePushButton28612466173##IDS__IsAdminInstallPoint_Change##Back0 + AdminNetworkLocationCancelPushButton30124366173##IDS_CANCEL##SetupPathEdit0 + AdminNetworkLocationDlgDescText21232922565539##IDS__IsAdminInstallPoint_SpecifyNetworkLocation##0 + AdminNetworkLocationDlgLineLine48234326010 + AdminNetworkLocationDlgTextText215132640131075##IDS__IsAdminInstallPoint_EnterNetworkLocation##0 + AdminNetworkLocationDlgTitleText1362922565539##IDS__IsAdminInstallPoint_NetworkLocationFormatted##0 + AdminNetworkLocationInstallNowPushButton23024366173##IDS__IsAdminInstallPoint_Install##Cancel0 + AdminNetworkLocationLBBrowseText2190100103##IDS__IsAdminInstallPoint_NetworkLocation##0 + AdminNetworkLocationSetupPathEditPathEdit21102330173TARGETDIRBrowse0 + AdminWelcomeBackPushButton16424366171##IDS_BACK##Next0 + AdminWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + AdminWelcomeDlgLineLine0234326010 + AdminWelcomeImageBitmap0037423410NewBinary5AdminWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + AdminWelcomeTextLine1Text135822545196611##IDS__IsAdminInstallPointWelcome_Wizard##0 + AdminWelcomeTextLine2Text1355522845196611##IDS__IsAdminInstallPointWelcome_ServerImage##0 + CancelSetupIconIcon1515242452428810NewBinary4CancelSetupNoPushButton1355766173##IDS__IsCancelDlg_No##Yes0 + CancelSetupTextText481519430131075##IDS__IsCancelDlg_ConfirmCancel##0 + CancelSetupYesPushButton625766173##IDS__IsCancelDlg_Yes##No0 + CustomSetupBackPushButton16424366173##IDS_BACK##Next0 + CustomSetupBannerBitmap003744410NewBinary1CustomSetupBannerLineLine044374010 + CustomSetupBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomSetupBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomSetupCancelPushButton30124366173##IDS_CANCEL##Tree0 + CustomSetupChangeFolderPushButton30120366173##IDS__IsCustomSelectionDlg_Change##Help0 + CustomSetupDetailsPushButton9324366173##IDS__IsCustomSelectionDlg_Space##Back0 + CustomSetupDlgDescText17232922565539##IDS__IsCustomSelectionDlg_SelectFeatures##0 + CustomSetupDlgLineLine48234326010 + CustomSetupDlgTextText951360103##IDS__IsCustomSelectionDlg_ClickFeatureIcon##0 + CustomSetupDlgTitleText962922565539##IDS__IsCustomSelectionDlg_CustomSetup##0 + CustomSetupFeatureGroupGroupBox235671311201##IDS__IsCustomSelectionDlg_FeatureDescription##0 + CustomSetupHelpPushButton2224366173##IDS__IsCustomSelectionDlg_Help##Details0 + CustomSetupInstallLabelText8190360103##IDS__IsCustomSelectionDlg_InstallTo##0 + CustomSetupItemDescriptionText24180120503##IDS__IsCustomSelectionDlg_MultilineDescription##0 + CustomSetupLocationText8203291203##IDS__IsCustomSelectionDlg_FeaturePath##0 + CustomSetupNextPushButton23024366173##IDS_NEXT##Cancel0 + CustomSetupSizeText241133120503##IDS__IsCustomSelectionDlg_FeatureSize##0 + CustomSetupTreeSelectionTree8702201187_BrowsePropertyChangeFolder0 + CustomSetupTipsBannerBitmap003744410NewBinary1CustomSetupTipsBannerLineLine044374010 + CustomSetupTipsBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomSetupTipsBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomSetupTipsDlgDescText21232922565539##IDS_SetupTips_CustomSetupDescription##0 + CustomSetupTipsDlgLineLine48234326010 + CustomSetupTipsDlgTitleText1362922565539##IDS_SetupTips_CustomSetup##0 + CustomSetupTipsDontInstallIcon21155242452428810NewBinary14CustomSetupTipsDontInstallTextText60155300203##IDS_SetupTips_WillNotBeInstalled##0 + CustomSetupTipsFirstInstallTextText60180300203##IDS_SetupTips_Advertise##0 + CustomSetupTipsInstallIcon21105242452428810NewBinary15CustomSetupTipsInstallFirstUseIcon21180242452428810NewBinary16CustomSetupTipsInstallPartialIcon21130242452428810NewBinary17CustomSetupTipsInstallStateMenuIcon2152242452428810NewBinary18CustomSetupTipsInstallStateTextText2191300103##IDS_SetupTips_InstallState##00 + CustomSetupTipsInstallTextText60105300203##IDS_SetupTips_AllInstalledLocal##0 + CustomSetupTipsMenuTextText5052300363##IDS_SetupTips_IconInstallState##0 + CustomSetupTipsNetworkInstallIcon21205242452428810NewBinary13CustomSetupTipsNetworkInstallTextText60205300203##IDS_SetupTips_Network##0 + CustomSetupTipsOKPushButton30124366173##IDS_SetupTips_OK##0 + CustomSetupTipsPartialTextText60130300203##IDS_SetupTips_SubFeaturesInstalledLocal##0 + CustomerInformationBackPushButton16424366173##IDS_BACK##Next0 + CustomerInformationBannerBitmap003744410NewBinary1CustomerInformationBannerLineLine044374010 + CustomerInformationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + CustomerInformationBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + CustomerInformationCancelPushButton30124366173##IDS_CANCEL##NameLabel0 + CustomerInformationCompanyEditEdit21100237173COMPANYNAME##IDS__IsRegisterUserDlg_Tahoma80##SerialLabel0 + CustomerInformationCompanyLabelText218975103##IDS__IsRegisterUserDlg_Organization##CompanyEdit0 + CustomerInformationDlgDescText21232922565539##IDS__IsRegisterUserDlg_PleaseEnterInfo##0 + CustomerInformationDlgLineLine48234326010 + CustomerInformationDlgRadioGroupTextText21161300142##IDS__IsRegisterUserDlg_InstallFor##0 + CustomerInformationDlgTitleText1362922565539##IDS__IsRegisterUserDlg_CustomerInformation##0 + CustomerInformationNameEditEdit2163237173USERNAME##IDS__IsRegisterUserDlg_Tahoma50##CompanyLabel0 + CustomerInformationNameLabelText215275103##IDS__IsRegisterUserDlg_UserName##NameEdit0 + CustomerInformationNextPushButton23024366173##IDS_NEXT##Cancel0 + CustomerInformationRadioGroupRadioButtonGroup63170300502ApplicationUsers##IDS__IsRegisterUserDlg_16##Back0 + CustomerInformationSerialLabelText21127109102##IDS__IsRegisterUserDlg_SerialNumber##SerialNumber0 + CustomerInformationSerialNumberMaskedEdit21138237172ISX_SERIALNUMRadioGroup0 + DatabaseFolderBackPushButton16424366173##IDS_BACK##Next0 + DatabaseFolderBannerBitmap003744410NewBinary1DatabaseFolderBannerLineLine044374010 + DatabaseFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DatabaseFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DatabaseFolderCancelPushButton30124366173##IDS_CANCEL##ChangeFolder0 + DatabaseFolderChangeFolderPushButton3016566173##IDS_CHANGE##Back0 + DatabaseFolderDatabaseFolderIcon2152242452428810NewBinary12DatabaseFolderDlgDescText21232922565539##IDS__DatabaseFolder_ChangeFolder##0 + DatabaseFolderDlgLineLine48234326010 + DatabaseFolderDlgTitleText1362922565539##IDS__DatabaseFolder_DatabaseFolder##0 + DatabaseFolderLocLabelText575229010131075##IDS_DatabaseFolder_InstallDatabaseTo##0 + DatabaseFolderLocationText5765240403_BrowseProperty##IDS__DatabaseFolder_DatabaseDir##0 + DatabaseFolderNextPushButton23024366173##IDS_NEXT##Cancel0 + DestinationFolderBackPushButton16424366173##IDS_BACK##Next0 + DestinationFolderBannerBitmap003744410NewBinary1DestinationFolderBannerLineLine044374010 + DestinationFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DestinationFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DestinationFolderCancelPushButton30124366173##IDS_CANCEL##ChangeFolder0 + DestinationFolderChangeFolderPushButton3016566173##IDS__DestinationFolder_Change##Back0 + DestinationFolderDestFolderIcon2152242452428810NewBinary12DestinationFolderDlgDescText21232922565539##IDS__DestinationFolder_ChangeFolder##0 + DestinationFolderDlgLineLine48234326010 + DestinationFolderDlgTitleText1362922565539##IDS__DestinationFolder_DestinationFolder##0 + DestinationFolderLocLabelText575229010131075##IDS__DestinationFolder_InstallTo##0 + DestinationFolderLocationText5765240403_BrowseProperty##IDS_INSTALLDIR##0 + DestinationFolderNextPushButton23024366173##IDS_NEXT##Cancel0 + DiskSpaceRequirementsBannerBitmap003744410NewBinary1DiskSpaceRequirementsBannerLineLine044374010 + DiskSpaceRequirementsBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + DiskSpaceRequirementsBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + DiskSpaceRequirementsDlgDescText17232922565539##IDS__IsFeatureDetailsDlg_SpaceRequired##0 + DiskSpaceRequirementsDlgLineLine48234326010 + DiskSpaceRequirementsDlgTextText10185358413##IDS__IsFeatureDetailsDlg_VolumesTooSmall##0 + DiskSpaceRequirementsDlgTitleText962922565539##IDS__IsFeatureDetailsDlg_DiskSpaceRequirements##0 + DiskSpaceRequirementsListVolumeCostList855358125393223##IDS__IsFeatureDetailsDlg_Numbers##0 + DiskSpaceRequirementsOKPushButton30124366173##IDS__IsFeatureDetailsDlg_OK##0 + FilesInUseBannerBitmap003744410NewBinary1FilesInUseBannerLineLine044374010 + FilesInUseBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + FilesInUseBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + FilesInUseDlgDescText21232922565539##IDS__IsFilesInUse_FilesInUseMessage##0 + FilesInUseDlgLineLine48234326010 + FilesInUseDlgTextText2151348333##IDS__IsFilesInUse_ApplicationsUsingFiles##0 + FilesInUseDlgTitleText1362922565539##IDS__IsFilesInUse_FilesInUse##0 + FilesInUseExitPushButton30124366173##IDS__IsFilesInUse_Exit##List0 + FilesInUseIgnorePushButton23024366173##IDS__IsFilesInUse_Ignore##Exit0 + FilesInUseListListBox21873311357FileInUseProcessRetry0 + FilesInUseRetryPushButton16424366173##IDS__IsFilesInUse_Retry##Ignore0 + InstallChangeFolderBannerBitmap003744410NewBinary1InstallChangeFolderBannerLineLine044374010 + InstallChangeFolderBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + InstallChangeFolderBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + InstallChangeFolderCancelPushButton30124366173##IDS_CANCEL##ComboText0 + InstallChangeFolderComboDirectoryCombo2164277804128779_BrowseProperty##IDS__IsBrowseFolderDlg_4##Up0 + InstallChangeFolderComboTextText215099143##IDS__IsBrowseFolderDlg_LookIn##Combo0 + InstallChangeFolderDlgDescText21232922565539##IDS__IsBrowseFolderDlg_BrowseDestFolder##0 + InstallChangeFolderDlgLineLine48234326010 + InstallChangeFolderDlgTitleText1362922565539##IDS__IsBrowseFolderDlg_ChangeCurrentFolder##0 + InstallChangeFolderListDirectoryList21903329715_BrowseProperty##IDS__IsBrowseFolderDlg_8##TailText0 + InstallChangeFolderNewFolderPushButton3356619193670019List##IDS__IsBrowseFolderDlg_CreateFolder##0NewBinary2InstallChangeFolderOKPushButton23024366173##IDS__IsBrowseFolderDlg_OK##Cancel0 + InstallChangeFolderTailPathEdit212073321715_BrowseProperty##IDS__IsBrowseFolderDlg_11##OK0 + InstallChangeFolderTailTextText2119399133##IDS__IsBrowseFolderDlg_FolderName##Tail0 + InstallChangeFolderUpPushButton3106619193670019NewFolder##IDS__IsBrowseFolderDlg_UpOneLevel##0NewBinary3InstallWelcomeBackPushButton16424366171##IDS_BACK##Copyright0 + InstallWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + InstallWelcomeCopyrightText1351442287365539##IDS__IsWelcomeDlg_WarningCopyright##Next0 + InstallWelcomeDlgLineLine0234374010 + InstallWelcomeImageBitmap0037423410NewBinary5InstallWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + InstallWelcomeTextLine1Text135822545196611##IDS__IsWelcomeDlg_WelcomeProductName##0 + InstallWelcomeTextLine2Text1355522845196611##IDS__IsWelcomeDlg_InstallProductName##0 + LicenseAgreementAgreeRadioButtonGroup8190291403AgreeToLicenseBack0 + LicenseAgreementBackPushButton16424366173##IDS_BACK##Next0 + LicenseAgreementBannerBitmap003744410NewBinary1LicenseAgreementBannerLineLine044374010 + LicenseAgreementBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + LicenseAgreementBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + LicenseAgreementCancelPushButton30124366173##IDS_CANCEL##ISPrintButton0 + LicenseAgreementDlgDescText21232922565539##IDS__IsLicenseDlg_ReadLicenseAgreement##0 + LicenseAgreementDlgLineLine48234326010 + LicenseAgreementDlgTitleText1362922565539##IDS__IsLicenseDlg_LicenseAgreement##0 + LicenseAgreementISPrintButtonPushButton30118865173##IDS_PRINT_BUTTON##Agree0 + LicenseAgreementMemoScrollableText85535813070<ISProductFolder>\Redist\0409\Eula.rtf + LicenseAgreementNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceTypeBackPushButton16424366173##IDS_BACK##Next0 + MaintenanceTypeBannerBitmap003744410NewBinary1MaintenanceTypeBannerLineLine044374010 + MaintenanceTypeBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + MaintenanceTypeBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + MaintenanceTypeCancelPushButton30124366173##IDS_CANCEL##RadioGroup0 + MaintenanceTypeDlgDescText21232922565539##IDS__IsMaintenanceDlg_MaitenanceOptions##0 + MaintenanceTypeDlgLineLine48234326010 + MaintenanceTypeDlgTitleText1362922565539##IDS__IsMaintenanceDlg_ProgramMaintenance##0 + MaintenanceTypeIco1Icon3575242452428810NewBinary6MaintenanceTypeIco2Icon35135242452428810NewBinary7MaintenanceTypeIco3Icon35195242452428810NewBinary8MaintenanceTypeNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceTypeRadioGroupRadioButtonGroup21552901703_IsMaintenanceBack0 + MaintenanceTypeText1Text8072260353##IDS__IsMaintenanceDlg_ChangeFeatures##0 + MaintenanceTypeText2Text80135260353##IDS__IsMaintenanceDlg_RepairMessage##0 + MaintenanceTypeText3Text8019226035131075##IDS__IsMaintenanceDlg_RemoveProductName##0 + MaintenanceWelcomeBackPushButton16424366171##IDS_BACK##Next0 + MaintenanceWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + MaintenanceWelcomeDlgLineLine0234374010 + MaintenanceWelcomeImageBitmap0037423410NewBinary5MaintenanceWelcomeNextPushButton23024366173##IDS_NEXT##Cancel0 + MaintenanceWelcomeTextLine1Text135822545196611##IDS__IsMaintenanceWelcome_WizardWelcome##0 + MaintenanceWelcomeTextLine2Text1355522850196611##IDS__IsMaintenanceWelcome_MaintenanceOptionsDescription##0 + MsiRMFilesInUseBannerBitmap003744410NewBinary1MsiRMFilesInUseBannerLineLine044374010 + MsiRMFilesInUseBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + MsiRMFilesInUseBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + MsiRMFilesInUseCancelPushButton30124366173##IDS_CANCEL##Restart0 + MsiRMFilesInUseDlgDescText21232922565539##IDS__IsFilesInUse_FilesInUseMessage##0 + MsiRMFilesInUseDlgLineLine48234326010 + MsiRMFilesInUseDlgTextText2151348143##IDS__IsMsiRMFilesInUse_ApplicationsUsingFiles##0 + MsiRMFilesInUseDlgTitleText1362922565539##IDS__IsFilesInUse_FilesInUse##0 + MsiRMFilesInUseListListBox21663311303FileInUseProcessOK0 + MsiRMFilesInUseOKPushButton23024366173##IDS_OK##Cancel0 + MsiRMFilesInUseRestartRadioButtonGroup19187343403RestartManagerOptionList0 + OutOfSpaceBannerBitmap003744410NewBinary1OutOfSpaceBannerLineLine044374010 + OutOfSpaceBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + OutOfSpaceBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + OutOfSpaceDlgDescText21232922565539##IDS__IsDiskSpaceDlg_DiskSpace##0 + OutOfSpaceDlgLineLine48234326010 + OutOfSpaceDlgTextText2151326433##IDS__IsDiskSpaceDlg_HighlightedVolumes##0 + OutOfSpaceDlgTitleText1362922565539##IDS__IsDiskSpaceDlg_OutOfDiskSpace##0 + OutOfSpaceListVolumeCostList2195332120393223##IDS__IsDiskSpaceDlg_Numbers##0 + OutOfSpaceResumePushButton30124366173##IDS__IsDiskSpaceDlg_OK##0 + PatchWelcomeBackPushButton16424366171##IDS_BACK##Next0 + PatchWelcomeCancelPushButton30124366173##IDS_CANCEL##Back0 + PatchWelcomeDlgLineLine0234374010 + PatchWelcomeImageBitmap0037423410NewBinary5PatchWelcomeNextPushButton23024366173##IDS__IsPatchDlg_Update##Cancel0 + PatchWelcomeTextLine1Text135822545196611##IDS__IsPatchDlg_WelcomePatchWizard##0 + PatchWelcomeTextLine2Text1355422845196611##IDS__IsPatchDlg_PatchClickUpdate##0 + ReadmeInformationBackPushButton16424366171048579##IDS_BACK##Next0 + ReadmeInformationBannerBitmap00374443DlgTitle0NewBinary1ReadmeInformationBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##00 + ReadmeInformationBranding2Text3228501365537##IDS_INSTALLSHIELD##00 + ReadmeInformationCancelPushButton30124366171048579##IDS__IsReadmeDlg_Cancel##Readme0 + ReadmeInformationDlgDescText21232321665539##IDS__IsReadmeDlg_PleaseReadInfo##Back00 + ReadmeInformationDlgLineLine482343260300 + ReadmeInformationDlgTitleText1361931365539##IDS__IsReadmeDlg_ReadMeInfo##DlgDesc0 + ReadmeInformationNextPushButton23024366171048579##IDS_NEXT##Cancel0 + ReadmeInformationReadmeScrollableText10553531663Banner0<ISProductFolder>\Redist\0409\Readme.rtf + ReadyToInstallBackPushButton16424366173##IDS_BACK##GroupBox10 + ReadyToInstallBannerBitmap003744410NewBinary1ReadyToInstallBannerLineLine044374010 + ReadyToInstallBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + ReadyToInstallBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + ReadyToInstallCancelPushButton30124366173##IDS_CANCEL##Back0 + ReadyToInstallCompanyNameTextText3819821193##IDS__IsVerifyReadyDlg_Company##SerialNumberText0 + ReadyToInstallCurrentSettingsTextText198081103##IDS__IsVerifyReadyDlg_CurrentSettings##InstallNow0 + ReadyToInstallDlgDescText21232922565539##IDS__IsVerifyReadyDlg_WizardReady##0 + ReadyToInstallDlgLineLine482343260100 + ReadyToInstallDlgText1Text2154330243##IDS__IsVerifyReadyDlg_BackOrCancel##0 + ReadyToInstallDlgText2Text2199330202##IDS__IsRegisterUserDlg_InstallFor##0 + ReadyToInstallDlgTitleText1362922565538##IDS__IsVerifyReadyDlg_ModifyReady##0 + ReadyToInstallDlgTitle2Text1362922565538##IDS__IsVerifyReadyDlg_ReadyRepair##0 + ReadyToInstallDlgTitle3Text1362922565538##IDS__IsVerifyReadyDlg_ReadyInstall##0 + ReadyToInstallGroupBox1Text199233013365541SetupTypeText10 + ReadyToInstallInstallNowPushButton23024366178388611##IDS__IsVerifyReadyDlg_Install##InstallPerMachine0 + ReadyToInstallInstallPerMachinePushButton63123248178388610##IDS__IsRegisterUserDlg_Anyone##InstallPerUser0 + ReadyToInstallInstallPerUserPushButton63143248172##IDS__IsRegisterUserDlg_OnlyMe##Cancel0 + ReadyToInstallSerialNumberTextText3821130693##IDS__IsVerifyReadyDlg_Serial##CurrentSettingsText0 + ReadyToInstallSetupTypeText1Text2397306133##IDS__IsVerifyReadyDlg_SetupType##SetupTypeText20 + ReadyToInstallSetupTypeText2Text37114306143##IDS__IsVerifyReadyDlg_SelectedSetupType##TargetFolderText10 + ReadyToInstallTargetFolderText1Text24136306113##IDS__IsVerifyReadyDlg_DestFolder##TargetFolderText20 + ReadyToInstallTargetFolderText2Text37151306133##IDS__IsVerifyReadyDlg_Installdir##UserInformationText0 + ReadyToInstallUserInformationTextText23171306133##IDS__IsVerifyReadyDlg_UserInfo##UserNameText0 + ReadyToInstallUserNameTextText3818430693##IDS__IsVerifyReadyDlg_UserName##CompanyNameText0 + ReadyToRemoveBackPushButton16424366173##IDS_BACK##RemoveNow0 + ReadyToRemoveBannerBitmap003744410NewBinary1ReadyToRemoveBannerLineLine044374010 + ReadyToRemoveBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + ReadyToRemoveBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + ReadyToRemoveCancelPushButton30124366173##IDS_CANCEL##Back0 + ReadyToRemoveDlgDescText21232922565539##IDS__IsVerifyRemoveAllDlg_ChoseRemoveProgram##0 + ReadyToRemoveDlgLineLine48234326010 + ReadyToRemoveDlgTextText215132624131075##IDS__IsVerifyRemoveAllDlg_ClickRemove##0 + ReadyToRemoveDlgText1Text2179330233##IDS__IsVerifyRemoveAllDlg_ClickBack##0 + ReadyToRemoveDlgText2Text211023302430 + ReadyToRemoveDlgTitleText1362922565539##IDS__IsVerifyRemoveAllDlg_RemoveProgram##0 + ReadyToRemoveRemoveNowPushButton23024366178388611##IDS__IsVerifyRemoveAllDlg_Remove##Cancel0 + SetupCompleteErrorBackPushButton16424366171##IDS_BACK##Finish0 + SetupCompleteErrorCancelPushButton30124366171##IDS_CANCEL##Back0 + SetupCompleteErrorCheckShowMsiLogCheckBox1511721092ISSHOWMSILOGCancel0 + SetupCompleteErrorDlgLineLine0234374010 + SetupCompleteErrorFinishPushButton23024366173##IDS__IsFatalError_Finish##Image0 + SetupCompleteErrorFinishText1Text135802285065539##IDS__IsFatalError_NotModified##0 + SetupCompleteErrorFinishText2Text1351352282565539##IDS__IsFatalError_ClickFinish##0 + SetupCompleteErrorImageBitmap003742341CheckShowMsiLog0NewBinary5SetupCompleteErrorRestContText1Text135802285065539##IDS__IsFatalError_KeepOrRestore##0 + SetupCompleteErrorRestContText2Text1351352282565539##IDS__IsFatalError_RestoreOrContinueLater##0 + SetupCompleteErrorShowMsiLogTextText1641721981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupCompleteErrorTextLine1Text13582254565539##IDS__IsFatalError_WizardCompleted##0 + SetupCompleteErrorTextLine2Text1355522825196611##IDS__IsFatalError_WizardInterrupted##0 + SetupCompleteSuccessBackPushButton16424366171##IDS_BACK##OK0 + SetupCompleteSuccessCancelPushButton30124366171##IDS_CANCEL##Image0 + SetupCompleteSuccessCheckBoxUpdatesCheckBox1351641092ISCHECKFORPRODUCTUPDATESCheckBox1CheckShowMsiLog0 + SetupCompleteSuccessCheckForUpdatesTextText1521621903065538##IDS__IsExitDialog_Update_YesCheckForUpdates##0 + SetupCompleteSuccessCheckLaunchProgramCheckBox1511141092LAUNCHPROGRAMCheckLaunchReadme0 + SetupCompleteSuccessCheckLaunchReadmeCheckBox1511481092LAUNCHREADMECheckBoxUpdates0 + SetupCompleteSuccessCheckShowMsiLogCheckBox1511821092ISSHOWMSILOGBack0 + SetupCompleteSuccessDlgLineLine0234374010 + SetupCompleteSuccessImageBitmap003742341CheckLaunchProgram0NewBinary5SetupCompleteSuccessLaunchProgramTextText164112981565538##IDS__IsExitDialog_LaunchProgram##00 + SetupCompleteSuccessLaunchReadmeTextText1641481201365538##IDS__IsExitDialog_ShowReadMe##00 + SetupCompleteSuccessOKPushButton23024366173##IDS__IsExitDialog_Finish##Cancel0 + SetupCompleteSuccessShowMsiLogTextText1641821981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupCompleteSuccessTextLine1Text13582254565539##IDS__IsExitDialog_WizardCompleted##0 + SetupCompleteSuccessTextLine2Text1355522845196610##IDS__IsExitDialog_InstallSuccess##0 + SetupCompleteSuccessTextLine3Text1355522845196610##IDS__IsExitDialog_UninstallSuccess##0 + SetupCompleteSuccessUpdateTextLine1Text1353022845196610##IDS__IsExitDialog_Update_SetupFinished##0 + SetupCompleteSuccessUpdateTextLine2Text1358022845196610##IDS__IsExitDialog_Update_PossibleUpdates##0 + SetupCompleteSuccessUpdateTextLine3Text1351202284565538##IDS__IsExitDialog_Update_InternetConnection##0 + SetupErrorAPushButton1928066173##IDS__IsErrorDlg_Abort##0 + SetupErrorCPushButton1928066173##IDS_CANCEL2##0 + SetupErrorErrorIconIcon1515242452428810NewBinary4SetupErrorErrorTextText501520050131075##IDS__IsErrorDlg_ErrorText##0 + SetupErrorIPushButton1928066173##IDS__IsErrorDlg_Ignore##0 + SetupErrorNPushButton1928066173##IDS__IsErrorDlg_NO##0 + SetupErrorOPushButton1928066173##IDS__IsErrorDlg_OK##0 + SetupErrorRPushButton1928066173##IDS__IsErrorDlg_Retry##0 + SetupErrorYPushButton1928066173##IDS__IsErrorDlg_Yes##0 + SetupInitializationActionDataText1351252281265539##IDS__IsInitDlg_1##0 + SetupInitializationActionTextText1351092203665539##IDS__IsInitDlg_2##0 + SetupInitializationBackPushButton16424366171##IDS_BACK##0 + SetupInitializationCancelPushButton30124366173##IDS_CANCEL##0 + SetupInitializationDlgLineLine0234374010 + SetupInitializationImageBitmap0037423410NewBinary5SetupInitializationNextPushButton23024366171##IDS_NEXT##0 + SetupInitializationTextLine1Text135822545196611##IDS__IsInitDlg_WelcomeWizard##0 + SetupInitializationTextLine2Text1355522830196611##IDS__IsInitDlg_PreparingWizard##0 + SetupInterruptedBackPushButton16424366171##IDS_BACK##Finish0 + SetupInterruptedCancelPushButton30124366171##IDS_CANCEL##Image0 + SetupInterruptedCheckShowMsiLogCheckBox1511721092ISSHOWMSILOGBack0 + SetupInterruptedDlgLineLine0234374010 + SetupInterruptedFinishPushButton23024366173##IDS__IsUserExit_Finish##Cancel0 + SetupInterruptedFinishText1Text135802285065539##IDS__IsUserExit_NotModified##0 + SetupInterruptedFinishText2Text1351352282565539##IDS__IsUserExit_ClickFinish##0 + SetupInterruptedImageBitmap003742341CheckShowMsiLog0NewBinary5SetupInterruptedRestContText1Text135802285065539##IDS__IsUserExit_KeepOrRestore##0 + SetupInterruptedRestContText2Text1351352282565539##IDS__IsUserExit_RestoreOrContinue##0 + SetupInterruptedShowMsiLogTextText1641721981065538##IDS__IsSetupComplete_ShowMsiLog##0 + SetupInterruptedTextLine1Text13582254565539##IDS__IsUserExit_WizardCompleted##0 + SetupInterruptedTextLine2Text1355522825196611##IDS__IsUserExit_WizardInterrupted##0 + SetupProgressActionProgress95ProgressBar591132751265537##IDS__IsProgressDlg_ProgressDone##0 + SetupProgressActionTextText59100275123##IDS__IsProgressDlg_2##0 + SetupProgressBackPushButton16424366171##IDS_BACK##Next0 + SetupProgressBannerBitmap003744410NewBinary1SetupProgressBannerLineLine044374010 + SetupProgressBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SetupProgressBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SetupProgressCancelPushButton30124366173##IDS_CANCEL##Back0 + SetupProgressDlgDescText21232922565538##IDS__IsProgressDlg_UninstallingFeatures2##0 + SetupProgressDlgDesc2Text21232922565538##IDS__IsProgressDlg_UninstallingFeatures##0 + SetupProgressDlgLineLine48234326010 + SetupProgressDlgTextText595127530196610##IDS__IsProgressDlg_WaitUninstall2##0 + SetupProgressDlgText2Text595127530196610##IDS__IsProgressDlg_WaitUninstall##0 + SetupProgressDlgTitleText13629225196610##IDS__IsProgressDlg_InstallingProductName##0 + SetupProgressDlgTitle2Text13629225196610##IDS__IsProgressDlg_Uninstalling##0 + SetupProgressLbSecText19213932122##IDS__IsProgressDlg_SecHidden##0 + SetupProgressLbStatusText598570123##IDS__IsProgressDlg_Status##0 + SetupProgressNextPushButton23024366171##IDS_NEXT##Cancel0 + SetupProgressSetupIconIcon2151242452428810NewBinary9SetupProgressShowTimeText17013917122##IDS__IsProgressDlg_Hidden##0 + SetupProgressTextTimeText59139110122##IDS__IsProgressDlg_HiddenTimeRemaining##0 + SetupResumeBackPushButton16424366171##IDS_BACK##Next0 + SetupResumeCancelPushButton30124366173##IDS_CANCEL##Back0 + SetupResumeDlgLineLine0234374010 + SetupResumeImageBitmap0037423410NewBinary5SetupResumeNextPushButton23024366173##IDS_NEXT##Cancel0 + SetupResumePreselectedTextText1355522845196611##IDS__IsResumeDlg_WizardResume##0 + SetupResumeResumeTextText1354622845196611##IDS__IsResumeDlg_ResumeSuspended##0 + SetupResumeTextLine1Text135822545196611##IDS__IsResumeDlg_Resuming##0 + SetupTypeBackPushButton16424366173##IDS_BACK##Next0 + SetupTypeBannerBitmap003744410NewBinary1SetupTypeBannerLineLine044374010 + SetupTypeBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SetupTypeBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SetupTypeCancelPushButton30124366173##IDS_CANCEL##RadioGroup0 + SetupTypeCompTextText8080246303##IDS__IsSetupTypeMinDlg_AllFeatures##0 + SetupTypeCompleteIcoIcon3480242452428810NewBinary10SetupTypeCustTextText80171246302##IDS__IsSetupTypeMinDlg_ChooseFeatures##0 + SetupTypeCustomIcoIcon34171242452428800NewBinary11SetupTypeDlgDescText21232922565539##IDS__IsSetupTypeMinDlg_ChooseSetupType##0 + SetupTypeDlgLineLine48234326010 + SetupTypeDlgTextText2249326103##IDS__IsSetupTypeMinDlg_SelectSetupType##00 + SetupTypeDlgTitleText1362922565539##IDS__IsSetupTypeMinDlg_SetupType##0 + SetupTypeMinIcoIcon34125242452428800NewBinary11SetupTypeMinTextText80125246302##IDS__IsSetupTypeMinDlg_MinimumFeatures##0 + SetupTypeNextPushButton23024366173##IDS_NEXT##Cancel0 + SetupTypeRadioGroupRadioButtonGroup20592641391048579_IsSetupTypeMinBack00 + SplashBitmapBackPushButton16424366171##IDS_BACK##Next0 + SplashBitmapBranding1Text422950133##IDS_INSTALLSHIELD_FORMATTED##0 + SplashBitmapBranding2Text3228501365537##IDS_INSTALLSHIELD##0 + SplashBitmapCancelPushButton30124366173##IDS_CANCEL##Back0 + SplashBitmapDlgLineLine48234326010 + SplashBitmapImageBitmap131234921110NewBinary5SplashBitmapNextPushButton23024366173##IDS_NEXT##Cancel0 +
+ + + Dialog_ + Control_ + Action + Condition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CustomSetupChangeFolderHideInstalledCustomSetupDetailsHideInstalledCustomSetupInstallLabelHideInstalledCustomerInformationDlgRadioGroupTextHideNOT PrivilegedCustomerInformationDlgRadioGroupTextHideProductState > 0CustomerInformationDlgRadioGroupTextHideVersion9XCustomerInformationDlgRadioGroupTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledCustomerInformationRadioGroupHideNOT PrivilegedCustomerInformationRadioGroupHideProductState > 0CustomerInformationRadioGroupHideVersion9XCustomerInformationRadioGroupHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledCustomerInformationSerialLabelShowSERIALNUMSHOWCustomerInformationSerialNumberShowSERIALNUMSHOWInstallWelcomeCopyrightHideSHOWCOPYRIGHT="No"InstallWelcomeCopyrightShowSHOWCOPYRIGHT="Yes"LicenseAgreementNextDisableAgreeToLicense <> "Yes"LicenseAgreementNextEnableAgreeToLicense = "Yes"ReadyToInstallCompanyNameTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallCurrentSettingsTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallDlgText2HideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallDlgText2ShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallDlgTitleShowProgressType0="Modify"ReadyToInstallDlgTitle2ShowProgressType0="Repair"ReadyToInstallDlgTitle3ShowProgressType0="install"ReadyToInstallGroupBox1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallNowDisableVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallNowEnableVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerMachineHideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerMachineShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallInstallPerUserHideVersionNT < "601" OR NOT ISSupportPerUser OR InstalledReadyToInstallInstallPerUserShowVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSerialNumberTextHideNOT SERIALNUMSHOWReadyToInstallSerialNumberTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSetupTypeText1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallSetupTypeText2HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallTargetFolderText1HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallTargetFolderText2HideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallUserInformationTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledReadyToInstallUserNameTextHideVersionNT >= "601" AND ISSupportPerUser AND NOT InstalledSetupCompleteErrorBackDefaultUpdateStartedSetupCompleteErrorBackDisableNOT UpdateStartedSetupCompleteErrorBackEnableUpdateStartedSetupCompleteErrorCancelDisableNOT UpdateStartedSetupCompleteErrorCancelEnableUpdateStartedSetupCompleteErrorCheckShowMsiLogShowMsiLogFileLocationSetupCompleteErrorFinishDefaultNOT UpdateStartedSetupCompleteErrorFinishText1HideUpdateStartedSetupCompleteErrorFinishText1ShowNOT UpdateStartedSetupCompleteErrorFinishText2HideUpdateStartedSetupCompleteErrorFinishText2ShowNOT UpdateStartedSetupCompleteErrorRestContText1HideNOT UpdateStartedSetupCompleteErrorRestContText1ShowUpdateStartedSetupCompleteErrorRestContText2HideNOT UpdateStartedSetupCompleteErrorRestContText2ShowUpdateStartedSetupCompleteErrorShowMsiLogTextShowMsiLogFileLocationSetupCompleteSuccessCheckBoxUpdatesShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessCheckForUpdatesTextShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessCheckLaunchProgramShowSHOWLAUNCHPROGRAM="-1" And PROGRAMFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessCheckLaunchReadmeShowSHOWLAUNCHREADME="-1" And READMEFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessCheckShowMsiLogShowMsiLogFileLocation And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessLaunchProgramTextShowSHOWLAUNCHPROGRAM="-1" And PROGRAMFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessLaunchReadmeTextShowSHOWLAUNCHREADME="-1" And READMEFILETOLAUNCHATEND <> "" And NOT Installed And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessShowMsiLogTextShowMsiLogFileLocation And NOT ISENABLEDWUSFINISHDIALOGSetupCompleteSuccessTextLine2ShowProgressType2="installed" And ((ACTION<>"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))SetupCompleteSuccessTextLine3ShowProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR (NOT ISENABLEDWUSFINISHDIALOG) OR (ISENABLEDWUSFINISHDIALOG And Installed))SetupCompleteSuccessUpdateTextLine1ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessUpdateTextLine2ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupCompleteSuccessUpdateTextLine3ShowISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"SetupInterruptedBackDefaultUpdateStartedSetupInterruptedBackDisableNOT UpdateStartedSetupInterruptedBackEnableUpdateStartedSetupInterruptedCancelDisableNOT UpdateStartedSetupInterruptedCancelEnableUpdateStartedSetupInterruptedCheckShowMsiLogShowMsiLogFileLocationSetupInterruptedFinishDefaultNOT UpdateStartedSetupInterruptedFinishText1HideUpdateStartedSetupInterruptedFinishText1ShowNOT UpdateStartedSetupInterruptedFinishText2HideUpdateStartedSetupInterruptedFinishText2ShowNOT UpdateStartedSetupInterruptedRestContText1HideNOT UpdateStartedSetupInterruptedRestContText1ShowUpdateStartedSetupInterruptedRestContText2HideNOT UpdateStartedSetupInterruptedRestContText2ShowUpdateStartedSetupInterruptedShowMsiLogTextShowMsiLogFileLocationSetupProgressDlgDescShowProgressType2="installed"SetupProgressDlgDesc2ShowProgressType2="uninstalled"SetupProgressDlgTextShowProgressType3="installs"SetupProgressDlgText2ShowProgressType3="uninstalls"SetupProgressDlgTitleShowProgressType1="Installing"SetupProgressDlgTitle2ShowProgressType1="Uninstalling"SetupResumePreselectedTextHideRESUMESetupResumePreselectedTextShowNOT RESUMESetupResumeResumeTextHideNOT RESUMESetupResumeResumeTextShowRESUME
+ + + Dialog_ + Control_ + Event + Argument + Condition + Ordering + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AdminChangeFolderCancelEndDialogReturn12AdminChangeFolderCancelReset011AdminChangeFolderNewFolderDirectoryListNew010AdminChangeFolderOKEndDialogReturn10AdminChangeFolderOKSetTargetPathTARGETDIR11AdminChangeFolderUpDirectoryListUp010AdminNetworkLocationBackNewDialogAdminWelcome10AdminNetworkLocationBrowseSpawnDialogAdminChangeFolder10AdminNetworkLocationCancelSpawnDialogCancelSetup10AdminNetworkLocationInstallNowEndDialogReturnOutOfNoRbDiskSpace <> 13AdminNetworkLocationInstallNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 12AdminNetworkLocationInstallNowSetTargetPathTARGETDIR11AdminWelcomeCancelSpawnDialogCancelSetup10AdminWelcomeNextNewDialogAdminNetworkLocation10CancelSetupNoEndDialogReturn10CancelSetupYesDoActionCleanUpISSCRIPTRUNNING="1"1CancelSetupYesEndDialogExit12CustomSetupBackNewDialogCustomerInformationNOT Installed0CustomSetupBackNewDialogMaintenanceTypeInstalled0CustomSetupCancelSpawnDialogCancelSetup10CustomSetupChangeFolderSelectionBrowseInstallChangeFolder10CustomSetupDetailsSelectionBrowseDiskSpaceRequirements11CustomSetupHelpSpawnDialogCustomSetupTips11CustomSetupNextNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10CustomSetupNextNewDialogReadyToInstallOutOfNoRbDiskSpace <> 10CustomSetupNext[_IsSetupTypeMin]Custom10CustomSetupTipsOKEndDialogReturn11CustomerInformationBackNewDialogInstallWelcomeNOT Installed1CustomerInformationCancelSpawnDialogCancelSetup10CustomerInformationNextEndDialogExit(SERIALNUMVALRETRYLIMIT) And (SERIALNUMVALRETRYLIMIT<0) And (SERIALNUMVALRETURN<>SERIALNUMVALSUCCESSRETVAL)2CustomerInformationNextNewDialogReadyToInstall(Not SERIALNUMVALRETURN) OR (SERIALNUMVALRETURN=SERIALNUMVALSUCCESSRETVAL)3CustomerInformationNext[ALLUSERS]1ApplicationUsers = "AllUsers" And Privileged1CustomerInformationNext[ALLUSERS]{}ApplicationUsers = "OnlyCurrentUser" And Privileged2DatabaseFolderBackNewDialogCustomerInformation11DatabaseFolderCancelSpawnDialogCancelSetup11DatabaseFolderChangeFolderSpawnDialogInstallChangeFolder11DatabaseFolderChangeFolder[_BrowseProperty]DATABASEDIR12DatabaseFolderNextNewDialogSetupType11DestinationFolderBackNewDialogInstallWelcomeNOT Installed0DestinationFolderCancelSpawnDialogCancelSetup11DestinationFolderChangeFolderSpawnDialogInstallChangeFolder11DestinationFolderChangeFolder[_BrowseProperty]INSTALLDIR12DestinationFolderNextNewDialogReadyToInstall10DiskSpaceRequirementsOKEndDialogReturn10FilesInUseExitEndDialogExit10FilesInUseIgnoreEndDialogIgnore10FilesInUseRetryEndDialogRetry10InstallChangeFolderCancelEndDialogReturn12InstallChangeFolderCancelReset011InstallChangeFolderNewFolderDirectoryListNew010InstallChangeFolderOKEndDialogReturn13InstallChangeFolderOKSetTargetPath[_BrowseProperty]12InstallChangeFolderUpDirectoryListUp010InstallWelcomeBackNewDialogSplashBitmapDisplay_IsBitmapDlg0InstallWelcomeCancelSpawnDialogCancelSetup10InstallWelcomeNextNewDialogDestinationFolder10LicenseAgreementBackNewDialogInstallWelcome10LicenseAgreementCancelSpawnDialogCancelSetup10LicenseAgreementISPrintButtonDoActionISPrint10LicenseAgreementNextNewDialogCustomerInformationAgreeToLicense = "Yes"0MaintenanceTypeBackNewDialogMaintenanceWelcome10MaintenanceTypeCancelSpawnDialogCancelSetup10MaintenanceTypeNextNewDialogCustomSetup_IsMaintenance = "Change"12MaintenanceTypeNextNewDialogReadyToInstall_IsMaintenance = "Reinstall"13MaintenanceTypeNextNewDialogReadyToRemove_IsMaintenance = "Remove"11MaintenanceTypeNextReinstallALL_IsMaintenance = "Reinstall"10MaintenanceTypeNextReinstallMode[ReinstallModeText]_IsMaintenance = "Reinstall"9MaintenanceTypeNext[ProgressType0]Modify_IsMaintenance = "Change"2MaintenanceTypeNext[ProgressType0]Repair_IsMaintenance = "Reinstall"1MaintenanceTypeNext[ProgressType1]Modifying_IsMaintenance = "Change"3MaintenanceTypeNext[ProgressType1]Repairing_IsMaintenance = "Reinstall"4MaintenanceTypeNext[ProgressType2]modified_IsMaintenance = "Change"6MaintenanceTypeNext[ProgressType2]repairs_IsMaintenance = "Reinstall"5MaintenanceTypeNext[ProgressType3]modifies_IsMaintenance = "Change"7MaintenanceTypeNext[ProgressType3]repairs_IsMaintenance = "Reinstall"8MaintenanceWelcomeCancelSpawnDialogCancelSetup10MaintenanceWelcomeNextNewDialogMaintenanceType10MsiRMFilesInUseCancelEndDialogExit11MsiRMFilesInUseOKEndDialogReturn11MsiRMFilesInUseOKRMShutdownAndRestart0RestartManagerOption="CloseRestart"2OutOfSpaceResumeNewDialogAdminNetworkLocationACTION = "ADMIN"0OutOfSpaceResumeNewDialogDestinationFolderACTION <> "ADMIN"0PatchWelcomeCancelSpawnDialogCancelSetup11PatchWelcomeNextEndDialogReturn13PatchWelcomeNextReinstallALLPATCH And REINSTALL=""1PatchWelcomeNextReinstallModeomusPATCH And REINSTALLMODE=""2ReadmeInformationBackNewDialogLicenseAgreement11ReadmeInformationCancelSpawnDialogCancelSetup11ReadmeInformationNextNewDialogCustomerInformation11ReadyToInstallBackNewDialogCustomSetupInstalled OR _IsSetupTypeMin = "Custom"2ReadyToInstallBackNewDialogDestinationFolderNOT Installed1ReadyToInstallBackNewDialogMaintenanceTypeInstalled AND _IsMaintenance = "Reinstall"3ReadyToInstallCancelSpawnDialogCancelSetup10ReadyToInstallInstallNowEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallNow[ProgressType1]Installing10ReadyToInstallInstallNow[ProgressType2]installed10ReadyToInstallInstallNow[ProgressType3]installs10ReadyToInstallInstallPerMachineEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallPerMachineNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallPerMachine[ALLUSERS]110ReadyToInstallInstallPerMachine[MSIINSTALLPERUSER]{}10ReadyToInstallInstallPerMachine[ProgressType1]Installing10ReadyToInstallInstallPerMachine[ProgressType2]installed10ReadyToInstallInstallPerMachine[ProgressType3]installs10ReadyToInstallInstallPerUserEndDialogReturnOutOfNoRbDiskSpace <> 10ReadyToInstallInstallPerUserNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10ReadyToInstallInstallPerUser[ALLUSERS]210ReadyToInstallInstallPerUser[MSIINSTALLPERUSER]110ReadyToInstallInstallPerUser[ProgressType1]Installing10ReadyToInstallInstallPerUser[ProgressType2]installed10ReadyToInstallInstallPerUser[ProgressType3]installs10ReadyToRemoveBackNewDialogMaintenanceType10ReadyToRemoveCancelSpawnDialogCancelSetup10ReadyToRemoveRemoveNowEndDialogReturnOutOfNoRbDiskSpace <> 12ReadyToRemoveRemoveNowNewDialogOutOfSpaceOutOfNoRbDiskSpace = 12ReadyToRemoveRemoveNowRemoveALL11ReadyToRemoveRemoveNow[ProgressType1]Uninstalling10ReadyToRemoveRemoveNow[ProgressType2]uninstalled10ReadyToRemoveRemoveNow[ProgressType3]uninstalls10SetupCompleteErrorBackEndDialogReturn12SetupCompleteErrorBack[Suspend]{}11SetupCompleteErrorCancelEndDialogReturn12SetupCompleteErrorCancel[Suspend]111SetupCompleteErrorFinishDoActionCleanUpISSCRIPTRUNNING="1"1SetupCompleteErrorFinishDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1")3SetupCompleteErrorFinishEndDialogExit12SetupCompleteSuccessOKDoActionCleanUpISSCRIPTRUNNING="1"1SetupCompleteSuccessOKDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1") And NOT ISENABLEDWUSFINISHDIALOG6SetupCompleteSuccessOKEndDialogExit12SetupErrorAEndDialogErrorAbort10SetupErrorCEndDialogErrorCancel10SetupErrorIEndDialogErrorIgnore10SetupErrorNEndDialogErrorNo10SetupErrorOEndDialogErrorOk10SetupErrorREndDialogErrorRetry10SetupErrorYEndDialogErrorYes10SetupInitializationCancelSpawnDialogCancelSetup10SetupInterruptedBackEndDialogExit12SetupInterruptedBack[Suspend]{}11SetupInterruptedCancelEndDialogExit12SetupInterruptedCancel[Suspend]111SetupInterruptedFinishDoActionCleanUpISSCRIPTRUNNING="1"1SetupInterruptedFinishDoActionShowMsiLogMsiLogFileLocation And (ISSHOWMSILOG="1")3SetupInterruptedFinishEndDialogExit12SetupProgressCancelSpawnDialogCancelSetup10SetupResumeCancelSpawnDialogCancelSetup10SetupResumeNextEndDialogReturnOutOfNoRbDiskSpace <> 10SetupResumeNextNewDialogOutOfSpaceOutOfNoRbDiskSpace = 10SetupTypeBackNewDialogCustomerInformation11SetupTypeCancelSpawnDialogCancelSetup10SetupTypeNextNewDialogCustomSetup_IsSetupTypeMin = "Custom"2SetupTypeNextNewDialogReadyToInstall_IsSetupTypeMin <> "Custom"1SetupTypeNextSetInstallLevel100_IsSetupTypeMin="Minimal"0SetupTypeNextSetInstallLevel200_IsSetupTypeMin="Typical"0SetupTypeNextSetInstallLevel300_IsSetupTypeMin="Custom"0SetupTypeNext[ISRUNSETUPTYPEADDLOCALEVENT]110SetupTypeNext[SelectedSetupType][DisplayNameCustom]_IsSetupTypeMin = "Custom"0SetupTypeNext[SelectedSetupType][DisplayNameMinimal]_IsSetupTypeMin = "Minimal"0SetupTypeNext[SelectedSetupType][DisplayNameTypical]_IsSetupTypeMin = "Typical"0SplashBitmapCancelSpawnDialogCancelSetup10SplashBitmapNextNewDialogInstallWelcome10
+ + + Directory_ + Component_ + + + + + +
DIRECTORY2ISX_DEFAULTCOMPONENT20DOTFUSISX_DEFAULTCOMPONENT1MACROISX_DEFAULTCOMPONENT5PNGISX_DEFAULTCOMPONENT21WindowsVolumeISX_DEFAULTCOMPONENT
+ + + Action + Type + Source + Target + ExtendedType + ISComments + + + + +
ISPreventDowngrade19[IS_PREVENT_DOWNGRADE_EXIT]Exits install when a newer version of this product is foundISPrint1SetAllUsers.dllPrintScrollableTextPrints the contents of a ScrollableText control on a dialog.ISRunSetupTypeAddLocalEvent1ISExpHlp.dllRunSetupTypeAddLocalEventRun the AddLocal events associated with the Next button on the Setup Type dialog.ISSelfRegisterCosting1ISSELFREG.DLLISSelfRegisterCosting + ISSelfRegisterFiles3073ISSELFREG.DLLISSelfRegisterFiles + ISSelfRegisterFinalize1ISSELFREG.DLLISSelfRegisterFinalize + ISUnSelfRegisterFiles3073ISSELFREG.DLLISUnSelfRegisterFiles + SetARPINSTALLLOCATION51ARPINSTALLLOCATION[INSTALLDIR] + SetAllUsersProfileNT51ALLUSERSPROFILE[%SystemRoot]\Profiles\All Users + ShowMsiLog226SystemFolder[SystemFolder]notepad.exe "[MsiLogFileLocation]"Shows Property-driven MSI LogsetAllUsersProfile2K51ALLUSERSPROFILE[%ALLUSERSPROFILE] + setUserProfileNT51USERPROFILE[%USERPROFILE] +
+ + + Dialog + HCentering + VCentering + Width + Height + Attributes + Title + Control_First + Control_Default + Control_Cancel + ISComments + TextStyle_ + ISWindowStyle + ISResourceId + +
AdminChangeFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##TailOKCancelInstall Point Browse0 + AdminNetworkLocation50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##InstallNowInstallNowCancelNetwork Location0 + AdminWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelAdministration Welcome0 + CancelSetup5050260853##IDS_PRODUCTNAME_INSTALLSHIELD##NoNoNoCancel0 + CustomSetup505037426635##IDS_PRODUCTNAME_INSTALLSHIELD##TreeNextCancelCustom Selection0 + CustomSetupTips50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKCustom Setup Tips0 + CustomerInformation50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NameEditNextCancelIdentification0 + DatabaseFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelDatabase Folder0 + DestinationFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelDestination Folder0 + DiskSpaceRequirements50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKFeature Details0 + FilesInUse505037426619##IDS_PRODUCTNAME_INSTALLSHIELD##RetryRetryExitFiles in Use0 + InstallChangeFolder50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##TailOKCancelBrowse0 + InstallWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelWelcome Panel0 + LicenseAgreement50503742662##IDS_PRODUCTNAME_INSTALLSHIELD##AgreeNextCancelLicense Agreement0 + MaintenanceType50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RadioGroupNextCancelChange, Reinstall, Remove0 + MaintenanceWelcome50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelMaintenance Welcome0 + MsiRMFilesInUse505037426619##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKCancelRestartManager Files in Use0 + OutOfSpace50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##ResumeResumeResumeOut Of Disk Space0 + PatchWelcome50503742663##IDS__IsPatchDlg_PatchWizard##NextNextCancelPatch Panel0 + ReadmeInformation50503742667##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelReadme Information00ReadyToInstall505037426635##IDS_PRODUCTNAME_INSTALLSHIELD##InstallNowInstallNowCancelReady to Install0 + ReadyToRemove50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RemoveNowRemoveNowCancelVerify Remove0 + SetupCompleteError50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##FinishFinishFinishFatal Error0 + SetupCompleteSuccess50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##OKOKOKExit0 + SetupError505027011065543##IDS__IsErrorDlg_InstallerInfo##ErrorTextOCError0 + SetupInitialization50503742665##IDS_PRODUCTNAME_INSTALLSHIELD##CancelCancelCancelSetup Initialization0 + SetupInterrupted50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##FinishFinishFinishUser Exit0 + SetupProgress50503742665##IDS_PRODUCTNAME_INSTALLSHIELD##CancelCancelCancelProgress0 + SetupResume50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelResume0 + SetupType50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##RadioGroupNextCancelSetup Type0 + SplashBitmap50503742663##IDS_PRODUCTNAME_INSTALLSHIELD##NextNextCancelWelcome Bitmap0 +
+ + + Directory + Directory_Parent + DefaultDir + ISDescription + ISAttributes + ISFolderName +
ALLUSERSPROFILETARGETDIR.:ALLUSE~1|All Users0 + AdminToolsFolderTARGETDIR.:Admint~1|AdminTools0 + AppDataFolderTARGETDIR.:APPLIC~1|Application Data0 + CommonAppDataFolderTARGETDIR.:Common~1|CommonAppData0 + CommonFiles64FolderTARGETDIR.:Common640 + CommonFilesFolderTARGETDIR.:Common0 + DATABASEDIRISYourDataBaseDir.0 + DIRECTORYDIRECTORY1전주번호찰프~1|전주번호찰프로그램(한전)0 + DIRECTORY1WindowsVolume해광기획0 + DIRECTORY2INSTALLDIR아이콘0 + DOTFUSINSTALLDIRDotfus0 + DOTFUSCATEDINSTALLDIRDOTFUS~1|Dotfuscated0 + DesktopFolderTARGETDIR.:Desktop3 + FavoritesFolderTARGETDIR.:FAVORI~1|Favorites0 + FontsFolderTARGETDIR.:Fonts0 + GlobalAssemblyCacheTARGETDIR.:Global~1|GlobalAssemblyCache0 + HELPINSTALLDIRhelp0 + IMAGEINSTALLDIRimage0 + INSTALLDIRDIRECTORY.0 + ISCommonFilesFolderCommonFilesFolderInstal~1|InstallShield0 + ISMyCompanyDirProgramFilesFolderMYCOMP~1|My Company Name0 + ISMyProductDirISMyCompanyDirMYPROD~1|My Product Name0 + ISYourDataBaseDirINSTALLDIRDatabase0 + LocalAppDataFolderTARGETDIR.:LocalA~1|LocalAppData0 + MACROINSTALLDIRmacro0 + MY_PRODUCT_NAMEDIRECTORY1MYPROD~1|My Product Name0 + MyPicturesFolderTARGETDIR.:MyPict~1|MyPictures0 + NetHoodFolderTARGETDIR.:NetHood0 + OTONMACROoton0 + PNGDIRECTORY2PNG0 + PersonalFolderTARGETDIR.:Personal0 + PrimaryVolumePathTARGETDIR.:Primar~1|PrimaryVolumePath0 + PrintHoodFolderTARGETDIR.:PRINTH~1|PrintHood0 + ProgramFiles64FolderTARGETDIR.:Prog64~1|Program Files 640 + ProgramFilesFolderTARGETDIR.:PROGRA~1|program files0 + ProgramMenuFolderTARGETDIR.:Programs3 + RecentFolderTARGETDIR.:Recent0 + SOUNDINSTALLDIRsound0 + STYLEINSTALLDIRStyle0 + STYLECABINSTALLDIRstyleCAB0 + STYLECABLABELINSTALLDIRSTYLEC~1|styleCABLABEL0 + STYLEEJINSTALLDIRStyleEJ0 + STYLEETCINSTALLDIRStyleETC0 + STYLEJDINSTALLDIRStyleJD0 + STYLEKKINSTALLDIRStyleKK0 + STYLEKRINSTALLDIRStyleKR0 + SendToFolderTARGETDIR.:SendTo3 + StartMenuFolderTARGETDIR.:STARTM~1|Start Menu3 + StartupFolderTARGETDIR.:StartUp3 + System16FolderTARGETDIR.:System0 + System64FolderTARGETDIR.:System640 + SystemFolderTARGETDIR.:System320 + TARGETDIRSourceDir0 + TempFolderTARGETDIR.:Temp0 + TemplateFolderTARGETDIR.:ShellNew0 + USERPROFILETARGETDIR.:USERPR~1|UserProfile0 + VIEWCONFIGINSTALLDIRVIEWCO~1|viewConfig0 + WindowsFolderTARGETDIR.:Windows0 + WindowsVolumeTARGETDIR.:WinRoot0 + XLSSYNCMACROxlssync0 + product_nametindevil.com전주번~1|전주번호찰프로그램1 + tindevil.comProgramMenuFolder해광기획1 +
+ + + Signature_ + Parent + Path + Depth +
+ + + FileKey + Component_ + File_ + DestName + DestFolder +
+ + + Environment + Name + Value + Component_ +
+ + + Error + Message + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0##IDS_ERROR_0##1##IDS_ERROR_1##10##IDS_ERROR_8##11##IDS_ERROR_9##1101##IDS_ERROR_22##12##IDS_ERROR_10##13##IDS_ERROR_11##1301##IDS_ERROR_23##1302##IDS_ERROR_24##1303##IDS_ERROR_25##1304##IDS_ERROR_26##1305##IDS_ERROR_27##1306##IDS_ERROR_28##1307##IDS_ERROR_29##1308##IDS_ERROR_30##1309##IDS_ERROR_31##1310##IDS_ERROR_32##1311##IDS_ERROR_33##1312##IDS_ERROR_34##1313##IDS_ERROR_35##1314##IDS_ERROR_36##1315##IDS_ERROR_37##1316##IDS_ERROR_38##1317##IDS_ERROR_39##1318##IDS_ERROR_40##1319##IDS_ERROR_41##1320##IDS_ERROR_42##1321##IDS_ERROR_43##1322##IDS_ERROR_44##1323##IDS_ERROR_45##1324##IDS_ERROR_46##1325##IDS_ERROR_47##1326##IDS_ERROR_48##1327##IDS_ERROR_49##1328##IDS_ERROR_122##1329##IDS_ERROR_1329##1330##IDS_ERROR_1330##1331##IDS_ERROR_1331##1332##IDS_ERROR_1332##1333##IDS_ERROR_1333##1334##IDS_ERROR_1334##1335##IDS_ERROR_1335##1336##IDS_ERROR_1336##14##IDS_ERROR_12##1401##IDS_ERROR_50##1402##IDS_ERROR_51##1403##IDS_ERROR_52##1404##IDS_ERROR_53##1405##IDS_ERROR_54##1406##IDS_ERROR_55##1407##IDS_ERROR_56##1408##IDS_ERROR_57##1409##IDS_ERROR_58##1410##IDS_ERROR_59##15##IDS_ERROR_13##1500##IDS_ERROR_60##1501##IDS_ERROR_61##1502##IDS_ERROR_62##1503##IDS_ERROR_63##16##IDS_ERROR_14##1601##IDS_ERROR_64##1602##IDS_ERROR_65##1603##IDS_ERROR_66##1604##IDS_ERROR_67##1605##IDS_ERROR_68##1606##IDS_ERROR_69##1607##IDS_ERROR_70##1608##IDS_ERROR_71##1609##IDS_ERROR_1609##1651##IDS_ERROR_1651##17##IDS_ERROR_15##1701##IDS_ERROR_72##1702##IDS_ERROR_73##1703##IDS_ERROR_74##1704##IDS_ERROR_75##1705##IDS_ERROR_76##1706##IDS_ERROR_77##1707##IDS_ERROR_78##1708##IDS_ERROR_79##1709##IDS_ERROR_80##1710##IDS_ERROR_81##1711##IDS_ERROR_82##1712##IDS_ERROR_83##1713##IDS_ERROR_123##1714##IDS_ERROR_124##1715##IDS_ERROR_1715##1716##IDS_ERROR_1716##1717##IDS_ERROR_1717##1718##IDS_ERROR_1718##1719##IDS_ERROR_1719##1720##IDS_ERROR_1720##1721##IDS_ERROR_1721##1722##IDS_ERROR_1722##1723##IDS_ERROR_1723##1724##IDS_ERROR_1724##1725##IDS_ERROR_1725##1726##IDS_ERROR_1726##1727##IDS_ERROR_1727##1728##IDS_ERROR_1728##1729##IDS_ERROR_1729##1730##IDS_ERROR_1730##1731##IDS_ERROR_1731##1732##IDS_ERROR_1732##18##IDS_ERROR_16##1801##IDS_ERROR_84##1802##IDS_ERROR_85##1803##IDS_ERROR_86##1804##IDS_ERROR_87##1805##IDS_ERROR_88##1806##IDS_ERROR_89##1807##IDS_ERROR_90##19##IDS_ERROR_17##1901##IDS_ERROR_91##1902##IDS_ERROR_92##1903##IDS_ERROR_93##1904##IDS_ERROR_94##1905##IDS_ERROR_95##1906##IDS_ERROR_96##1907##IDS_ERROR_97##1908##IDS_ERROR_98##1909##IDS_ERROR_99##1910##IDS_ERROR_100##1911##IDS_ERROR_101##1912##IDS_ERROR_102##1913##IDS_ERROR_103##1914##IDS_ERROR_104##1915##IDS_ERROR_105##1916##IDS_ERROR_106##1917##IDS_ERROR_107##1918##IDS_ERROR_108##1919##IDS_ERROR_109##1920##IDS_ERROR_110##1921##IDS_ERROR_111##1922##IDS_ERROR_112##1923##IDS_ERROR_113##1924##IDS_ERROR_114##1925##IDS_ERROR_115##1926##IDS_ERROR_116##1927##IDS_ERROR_117##1928##IDS_ERROR_118##1929##IDS_ERROR_119##1930##IDS_ERROR_125##1931##IDS_ERROR_126##1932##IDS_ERROR_127##1933##IDS_ERROR_128##1934##IDS_ERROR_129##1935##IDS_ERROR_1935##1936##IDS_ERROR_1936##1937##IDS_ERROR_1937##1938##IDS_ERROR_1938##2##IDS_ERROR_2##20##IDS_ERROR_18##21##IDS_ERROR_19##2101##IDS_ERROR_2101##2102##IDS_ERROR_2102##2103##IDS_ERROR_2103##2104##IDS_ERROR_2104##2105##IDS_ERROR_2105##2106##IDS_ERROR_2106##2107##IDS_ERROR_2107##2108##IDS_ERROR_2108##2109##IDS_ERROR_2109##2110##IDS_ERROR_2110##2111##IDS_ERROR_2111##2112##IDS_ERROR_2112##2113##IDS_ERROR_2113##22##IDS_ERROR_120##2200##IDS_ERROR_2200##2201##IDS_ERROR_2201##2202##IDS_ERROR_2202##2203##IDS_ERROR_2203##2204##IDS_ERROR_2204##2205##IDS_ERROR_2205##2206##IDS_ERROR_2206##2207##IDS_ERROR_2207##2208##IDS_ERROR_2208##2209##IDS_ERROR_2209##2210##IDS_ERROR_2210##2211##IDS_ERROR_2211##2212##IDS_ERROR_2212##2213##IDS_ERROR_2213##2214##IDS_ERROR_2214##2215##IDS_ERROR_2215##2216##IDS_ERROR_2216##2217##IDS_ERROR_2217##2218##IDS_ERROR_2218##2219##IDS_ERROR_2219##2220##IDS_ERROR_2220##2221##IDS_ERROR_2221##2222##IDS_ERROR_2222##2223##IDS_ERROR_2223##2224##IDS_ERROR_2224##2225##IDS_ERROR_2225##2226##IDS_ERROR_2226##2227##IDS_ERROR_2227##2228##IDS_ERROR_2228##2229##IDS_ERROR_2229##2230##IDS_ERROR_2230##2231##IDS_ERROR_2231##2232##IDS_ERROR_2232##2233##IDS_ERROR_2233##2234##IDS_ERROR_2234##2235##IDS_ERROR_2235##2236##IDS_ERROR_2236##2237##IDS_ERROR_2237##2238##IDS_ERROR_2238##2239##IDS_ERROR_2239##2240##IDS_ERROR_2240##2241##IDS_ERROR_2241##2242##IDS_ERROR_2242##2243##IDS_ERROR_2243##2244##IDS_ERROR_2244##2245##IDS_ERROR_2245##2246##IDS_ERROR_2246##2247##IDS_ERROR_2247##2248##IDS_ERROR_2248##2249##IDS_ERROR_2249##2250##IDS_ERROR_2250##2251##IDS_ERROR_2251##2252##IDS_ERROR_2252##2253##IDS_ERROR_2253##2254##IDS_ERROR_2254##2255##IDS_ERROR_2255##2256##IDS_ERROR_2256##2257##IDS_ERROR_2257##2258##IDS_ERROR_2258##2259##IDS_ERROR_2259##2260##IDS_ERROR_2260##2261##IDS_ERROR_2261##2262##IDS_ERROR_2262##2263##IDS_ERROR_2263##2264##IDS_ERROR_2264##2265##IDS_ERROR_2265##2266##IDS_ERROR_2266##2267##IDS_ERROR_2267##2268##IDS_ERROR_2268##2269##IDS_ERROR_2269##2270##IDS_ERROR_2270##2271##IDS_ERROR_2271##2272##IDS_ERROR_2272##2273##IDS_ERROR_2273##2274##IDS_ERROR_2274##2275##IDS_ERROR_2275##2276##IDS_ERROR_2276##2277##IDS_ERROR_2277##2278##IDS_ERROR_2278##2279##IDS_ERROR_2279##2280##IDS_ERROR_2280##2281##IDS_ERROR_2281##2282##IDS_ERROR_2282##23##IDS_ERROR_121##2302##IDS_ERROR_2302##2303##IDS_ERROR_2303##2304##IDS_ERROR_2304##2305##IDS_ERROR_2305##2306##IDS_ERROR_2306##2307##IDS_ERROR_2307##2308##IDS_ERROR_2308##2309##IDS_ERROR_2309##2310##IDS_ERROR_2310##2315##IDS_ERROR_2315##2318##IDS_ERROR_2318##2319##IDS_ERROR_2319##2320##IDS_ERROR_2320##2321##IDS_ERROR_2321##2322##IDS_ERROR_2322##2323##IDS_ERROR_2323##2324##IDS_ERROR_2324##2325##IDS_ERROR_2325##2326##IDS_ERROR_2326##2327##IDS_ERROR_2327##2328##IDS_ERROR_2328##2329##IDS_ERROR_2329##2330##IDS_ERROR_2330##2331##IDS_ERROR_2331##2332##IDS_ERROR_2332##2333##IDS_ERROR_2333##2334##IDS_ERROR_2334##2335##IDS_ERROR_2335##2336##IDS_ERROR_2336##2337##IDS_ERROR_2337##2338##IDS_ERROR_2338##2339##IDS_ERROR_2339##2340##IDS_ERROR_2340##2341##IDS_ERROR_2341##2342##IDS_ERROR_2342##2343##IDS_ERROR_2343##2344##IDS_ERROR_2344##2345##IDS_ERROR_2345##2347##IDS_ERROR_2347##2348##IDS_ERROR_2348##2349##IDS_ERROR_2349##2350##IDS_ERROR_2350##2351##IDS_ERROR_2351##2352##IDS_ERROR_2352##2353##IDS_ERROR_2353##2354##IDS_ERROR_2354##2355##IDS_ERROR_2355##2356##IDS_ERROR_2356##2357##IDS_ERROR_2357##2358##IDS_ERROR_2358##2359##IDS_ERROR_2359##2360##IDS_ERROR_2360##2361##IDS_ERROR_2361##2362##IDS_ERROR_2362##2363##IDS_ERROR_2363##2364##IDS_ERROR_2364##2365##IDS_ERROR_2365##2366##IDS_ERROR_2366##2367##IDS_ERROR_2367##2368##IDS_ERROR_2368##2370##IDS_ERROR_2370##2371##IDS_ERROR_2371##2372##IDS_ERROR_2372##2373##IDS_ERROR_2373##2374##IDS_ERROR_2374##2375##IDS_ERROR_2375##2376##IDS_ERROR_2376##2379##IDS_ERROR_2379##2380##IDS_ERROR_2380##2381##IDS_ERROR_2381##2382##IDS_ERROR_2382##2401##IDS_ERROR_2401##2402##IDS_ERROR_2402##2501##IDS_ERROR_2501##2502##IDS_ERROR_2502##2503##IDS_ERROR_2503##2601##IDS_ERROR_2601##2602##IDS_ERROR_2602##2603##IDS_ERROR_2603##2604##IDS_ERROR_2604##2605##IDS_ERROR_2605##2606##IDS_ERROR_2606##2607##IDS_ERROR_2607##2608##IDS_ERROR_2608##2609##IDS_ERROR_2609##2611##IDS_ERROR_2611##2612##IDS_ERROR_2612##2613##IDS_ERROR_2613##2614##IDS_ERROR_2614##2615##IDS_ERROR_2615##2616##IDS_ERROR_2616##2617##IDS_ERROR_2617##2618##IDS_ERROR_2618##2619##IDS_ERROR_2619##2620##IDS_ERROR_2620##2621##IDS_ERROR_2621##2701##IDS_ERROR_2701##2702##IDS_ERROR_2702##2703##IDS_ERROR_2703##2704##IDS_ERROR_2704##2705##IDS_ERROR_2705##2706##IDS_ERROR_2706##2707##IDS_ERROR_2707##2708##IDS_ERROR_2708##2709##IDS_ERROR_2709##2710##IDS_ERROR_2710##2711##IDS_ERROR_2711##2712##IDS_ERROR_2712##2713##IDS_ERROR_2713##2714##IDS_ERROR_2714##2715##IDS_ERROR_2715##2716##IDS_ERROR_2716##2717##IDS_ERROR_2717##2718##IDS_ERROR_2718##2719##IDS_ERROR_2719##2720##IDS_ERROR_2720##2721##IDS_ERROR_2721##2722##IDS_ERROR_2722##2723##IDS_ERROR_2723##2724##IDS_ERROR_2724##2725##IDS_ERROR_2725##2726##IDS_ERROR_2726##2727##IDS_ERROR_2727##2728##IDS_ERROR_2728##2729##IDS_ERROR_2729##2730##IDS_ERROR_2730##2731##IDS_ERROR_2731##2732##IDS_ERROR_2732##2733##IDS_ERROR_2733##2734##IDS_ERROR_2734##2735##IDS_ERROR_2735##2736##IDS_ERROR_2736##2737##IDS_ERROR_2737##2738##IDS_ERROR_2738##2739##IDS_ERROR_2739##2740##IDS_ERROR_2740##2741##IDS_ERROR_2741##2742##IDS_ERROR_2742##2743##IDS_ERROR_2743##2744##IDS_ERROR_2744##2745##IDS_ERROR_2745##2746##IDS_ERROR_2746##2747##IDS_ERROR_2747##2748##IDS_ERROR_2748##2749##IDS_ERROR_2749##2750##IDS_ERROR_2750##27500##IDS_ERROR_130##27501##IDS_ERROR_131##27502##IDS_ERROR_27502##27503##IDS_ERROR_27503##27504##IDS_ERROR_27504##27505##IDS_ERROR_27505##27506##IDS_ERROR_27506##27507##IDS_ERROR_27507##27508##IDS_ERROR_27508##27509##IDS_ERROR_27509##2751##IDS_ERROR_2751##27510##IDS_ERROR_27510##27511##IDS_ERROR_27511##27512##IDS_ERROR_27512##27513##IDS_ERROR_27513##27514##IDS_ERROR_27514##27515##IDS_ERROR_27515##27516##IDS_ERROR_27516##27517##IDS_ERROR_27517##27518##IDS_ERROR_27518##27519##IDS_ERROR_27519##2752##IDS_ERROR_2752##27520##IDS_ERROR_27520##27521##IDS_ERROR_27521##27522##IDS_ERROR_27522##27523##IDS_ERROR_27523##27524##IDS_ERROR_27524##27525##IDS_ERROR_27525##27526##IDS_ERROR_27526##27527##IDS_ERROR_27527##27528##IDS_ERROR_27528##27529##IDS_ERROR_27529##2753##IDS_ERROR_2753##27530##IDS_ERROR_27530##27531##IDS_ERROR_27531##27532##IDS_ERROR_27532##27533##IDS_ERROR_27533##27534##IDS_ERROR_27534##27535##IDS_ERROR_27535##27536##IDS_ERROR_27536##27537##IDS_ERROR_27537##27538##IDS_ERROR_27538##27539##IDS_ERROR_27539##2754##IDS_ERROR_2754##27540##IDS_ERROR_27540##27541##IDS_ERROR_27541##27542##IDS_ERROR_27542##27543##IDS_ERROR_27543##27544##IDS_ERROR_27544##27545##IDS_ERROR_27545##27546##IDS_ERROR_27546##27547##IDS_ERROR_27547##27548##IDS_ERROR_27548##27549##IDS_ERROR_27549##2755##IDS_ERROR_2755##27550##IDS_ERROR_27550##27551##IDS_ERROR_27551##27552##IDS_ERROR_27552##27553##IDS_ERROR_27553##27554##IDS_ERROR_27554##27555##IDS_ERROR_27555##2756##IDS_ERROR_2756##2757##IDS_ERROR_2757##2758##IDS_ERROR_2758##2759##IDS_ERROR_2759##2760##IDS_ERROR_2760##2761##IDS_ERROR_2761##2762##IDS_ERROR_2762##2763##IDS_ERROR_2763##2765##IDS_ERROR_2765##2766##IDS_ERROR_2766##2767##IDS_ERROR_2767##2768##IDS_ERROR_2768##2769##IDS_ERROR_2769##2770##IDS_ERROR_2770##2771##IDS_ERROR_2771##2772##IDS_ERROR_2772##2801##IDS_ERROR_2801##2802##IDS_ERROR_2802##2803##IDS_ERROR_2803##2804##IDS_ERROR_2804##2806##IDS_ERROR_2806##2807##IDS_ERROR_2807##2808##IDS_ERROR_2808##2809##IDS_ERROR_2809##2810##IDS_ERROR_2810##2811##IDS_ERROR_2811##2812##IDS_ERROR_2812##2813##IDS_ERROR_2813##2814##IDS_ERROR_2814##2815##IDS_ERROR_2815##2816##IDS_ERROR_2816##2817##IDS_ERROR_2817##2818##IDS_ERROR_2818##2819##IDS_ERROR_2819##2820##IDS_ERROR_2820##2821##IDS_ERROR_2821##2822##IDS_ERROR_2822##2823##IDS_ERROR_2823##2824##IDS_ERROR_2824##2825##IDS_ERROR_2825##2826##IDS_ERROR_2826##2827##IDS_ERROR_2827##2828##IDS_ERROR_2828##2829##IDS_ERROR_2829##2830##IDS_ERROR_2830##2831##IDS_ERROR_2831##2832##IDS_ERROR_2832##2833##IDS_ERROR_2833##2834##IDS_ERROR_2834##2835##IDS_ERROR_2835##2836##IDS_ERROR_2836##2837##IDS_ERROR_2837##2838##IDS_ERROR_2838##2839##IDS_ERROR_2839##2840##IDS_ERROR_2840##2841##IDS_ERROR_2841##2842##IDS_ERROR_2842##2843##IDS_ERROR_2843##2844##IDS_ERROR_2844##2845##IDS_ERROR_2845##2846##IDS_ERROR_2846##2847##IDS_ERROR_2847##2848##IDS_ERROR_2848##2849##IDS_ERROR_2849##2850##IDS_ERROR_2850##2851##IDS_ERROR_2851##2852##IDS_ERROR_2852##2853##IDS_ERROR_2853##2854##IDS_ERROR_2854##2855##IDS_ERROR_2855##2856##IDS_ERROR_2856##2857##IDS_ERROR_2857##2858##IDS_ERROR_2858##2859##IDS_ERROR_2859##2860##IDS_ERROR_2860##2861##IDS_ERROR_2861##2862##IDS_ERROR_2862##2863##IDS_ERROR_2863##2864##IDS_ERROR_2864##2865##IDS_ERROR_2865##2866##IDS_ERROR_2866##2867##IDS_ERROR_2867##2868##IDS_ERROR_2868##2869##IDS_ERROR_2869##2870##IDS_ERROR_2870##2871##IDS_ERROR_2871##2872##IDS_ERROR_2872##2873##IDS_ERROR_2873##2874##IDS_ERROR_2874##2875##IDS_ERROR_2875##2876##IDS_ERROR_2876##2877##IDS_ERROR_2877##2878##IDS_ERROR_2878##2879##IDS_ERROR_2879##2880##IDS_ERROR_2880##2881##IDS_ERROR_2881##2882##IDS_ERROR_2882##2883##IDS_ERROR_2883##2884##IDS_ERROR_2884##2885##IDS_ERROR_2885##2886##IDS_ERROR_2886##2887##IDS_ERROR_2887##2888##IDS_ERROR_2888##2889##IDS_ERROR_2889##2890##IDS_ERROR_2890##2891##IDS_ERROR_2891##2892##IDS_ERROR_2892##2893##IDS_ERROR_2893##2894##IDS_ERROR_2894##2895##IDS_ERROR_2895##2896##IDS_ERROR_2896##2897##IDS_ERROR_2897##2898##IDS_ERROR_2898##2899##IDS_ERROR_2899##2901##IDS_ERROR_2901##2902##IDS_ERROR_2902##2903##IDS_ERROR_2903##2904##IDS_ERROR_2904##2905##IDS_ERROR_2905##2906##IDS_ERROR_2906##2907##IDS_ERROR_2907##2908##IDS_ERROR_2908##2909##IDS_ERROR_2909##2910##IDS_ERROR_2910##2911##IDS_ERROR_2911##2912##IDS_ERROR_2912##2919##IDS_ERROR_2919##2920##IDS_ERROR_2920##2924##IDS_ERROR_2924##2927##IDS_ERROR_2927##2928##IDS_ERROR_2928##2929##IDS_ERROR_2929##2932##IDS_ERROR_2932##2933##IDS_ERROR_2933##2934##IDS_ERROR_2934##2935##IDS_ERROR_2935##2936##IDS_ERROR_2936##2937##IDS_ERROR_2937##2938##IDS_ERROR_2938##2939##IDS_ERROR_2939##2940##IDS_ERROR_2940##2941##IDS_ERROR_2941##2942##IDS_ERROR_2942##2943##IDS_ERROR_2943##2944##IDS_ERROR_2944##2945##IDS_ERROR_2945##3001##IDS_ERROR_3001##3002##IDS_ERROR_3002##32##IDS_ERROR_20##33##IDS_ERROR_21##4##IDS_ERROR_3##5##IDS_ERROR_4##7##IDS_ERROR_5##8##IDS_ERROR_6##9##IDS_ERROR_7##
+ + + Dialog_ + Control_ + Event + Attribute + + + + + + + + + + + + + + + +
CustomSetupItemDescriptionSelectionDescriptionTextCustomSetupLocationSelectionPathTextCustomSetupSizeSelectionSizeTextSetupInitializationActionDataActionDataTextSetupInitializationActionTextActionTextTextSetupProgressActionProgress95AdminInstallFinalizeProgressSetupProgressActionProgress95InstallFilesProgressSetupProgressActionProgress95MoveFilesProgressSetupProgressActionProgress95RemoveFilesProgressSetupProgressActionProgress95RemoveRegistryValuesProgressSetupProgressActionProgress95SetProgressProgressSetupProgressActionProgress95UnmoveFilesProgressSetupProgressActionProgress95WriteIniValuesProgressSetupProgressActionProgress95WriteRegistryValuesProgressSetupProgressActionTextActionTextText
+ + + Extension + Component_ + ProgId_ + MIME_ + Feature_ +
+ + + Feature + Feature_Parent + Title + Description + Display + Level + Directory_ + Attributes + ISReleaseFlags + ISComments + ISFeatureCabName + ISProFeatureName +
AlwaysInstall##DN_AlwaysInstall##Enter the description for this feature here.01INSTALLDIR16Enter comments regarding this feature here. +
+ + + Feature_ + Component_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AlwaysInstallACC.dllAlwaysInstallArinDbClass.dllAlwaysInstallArinNewFp.dllAlwaysInstallCommonClassv2.dllAlwaysInstallEpoleNet.exeAlwaysInstallEpoleNet.exe1AlwaysInstallEpoleNet.vshost.exeAlwaysInstallFarPoint.CalcEngine.dllAlwaysInstallFarPoint.Excel.dllAlwaysInstallFarPoint.PDF.dllAlwaysInstallFarPoint.PluginCalendar.WinForms.dllAlwaysInstallFarPoint.Win.Spread.dllAlwaysInstallFarPoint.Win.TextRenderer.dllAlwaysInstallFarPoint.Win.dllAlwaysInstallISX_DEFAULTCOMPONENTAlwaysInstallISX_DEFAULTCOMPONENT1AlwaysInstallISX_DEFAULTCOMPONENT10AlwaysInstallISX_DEFAULTCOMPONENT11AlwaysInstallISX_DEFAULTCOMPONENT12AlwaysInstallISX_DEFAULTCOMPONENT13AlwaysInstallISX_DEFAULTCOMPONENT14AlwaysInstallISX_DEFAULTCOMPONENT15AlwaysInstallISX_DEFAULTCOMPONENT16AlwaysInstallISX_DEFAULTCOMPONENT17AlwaysInstallISX_DEFAULTCOMPONENT18AlwaysInstallISX_DEFAULTCOMPONENT19AlwaysInstallISX_DEFAULTCOMPONENT2AlwaysInstallISX_DEFAULTCOMPONENT20AlwaysInstallISX_DEFAULTCOMPONENT21AlwaysInstallISX_DEFAULTCOMPONENT3AlwaysInstallISX_DEFAULTCOMPONENT4AlwaysInstallISX_DEFAULTCOMPONENT5AlwaysInstallISX_DEFAULTCOMPONENT6AlwaysInstallISX_DEFAULTCOMPONENT7AlwaysInstallISX_DEFAULTCOMPONENT8AlwaysInstallISX_DEFAULTCOMPONENT9AlwaysInstallMyControlOLEDBv2.dllAlwaysInstallMyControlOLEDBv2.dll1AlwaysInstallThoughtWorks.QRCode.dllAlwaysInstallThoughtWorks.QRCode.dll1
+ + + File + Component_ + FileName + FileSize + Version + Language + Attributes + Sequence + ISBuildSourcePath + ISAttributes + ISComponentSubFolder_ +
File.cfgISX_DEFAULTCOMPONENT9(D)NOR~1.CFG|(d)normal-점검필.cfg01E:\SIMP\한전번호찰(통합)\Style\(d)normal-점검필.cfg1 + File.cfg1ISX_DEFAULTCOMPONENT9(E)NOR~1.CFG|(e)normal-점검필(qr).cfg01E:\SIMP\한전번호찰(통합)\Style\(e)normal-점검필(qr).cfg1 + File.cfg2ISX_DEFAULTCOMPONENT9(F)NOR~1.CFG|(f)normal-고장신고(qr).cfg01E:\SIMP\한전번호찰(통합)\Style\(f)normal-고장신고(qr).cfg1 + File.cfg3ISX_DEFAULTCOMPONENT12(G)IPS~1.CFG|(g)ipsang(a형).cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(g)ipsang(a형).cfg1 + File.cfg4ISX_DEFAULTCOMPONENT12(H)IPS~1.CFG|(h)ipsang(b형).cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(h)ipsang(b형).cfg1 + File.cfg5ISX_DEFAULTCOMPONENT12(P)IPS~1.CFG|(p)ipsang(c형).cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(p)ipsang(c형).cfg1 + File.cfg6ISX_DEFAULTCOMPONENT12(Q)IPS~1.CFG|(q)ipsang(d형).cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(q)ipsang(d형).cfg1 + File.cfg7ISX_DEFAULTCOMPONENT13COS용~1.CFG|cos용량표시번호찰.cfg01E:\SIMP\한전번호찰(통합)\StyleETC\cos용량표시번호찰.cfg1 + File.iniISX_DEFAULTCOMPONENT9(D)NOR~1.INI|(d)normal-점검필.ini01E:\SIMP\한전번호찰(통합)\Style\(d)normal-점검필.ini1 + File.ini1ISX_DEFAULTCOMPONENT9(E)NOR~1.INI|(e)normal-점검필(QR).ini01E:\SIMP\한전번호찰(통합)\Style\(e)normal-점검필(QR).ini1 + File.ini2ISX_DEFAULTCOMPONENT9(F)NOR~1.INI|(f)normal-고장신고(qr).ini01E:\SIMP\한전번호찰(통합)\Style\(f)normal-고장신고(qr).ini1 + File.ini3ISX_DEFAULTCOMPONENT12(G)IPS~1.INI|(g)ipsang(A형).ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(g)ipsang(A형).ini1 + File.ini4ISX_DEFAULTCOMPONENT12(H)IPS~1.INI|(h)ipsang(B형).ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(h)ipsang(B형).ini1 + File.ini5ISX_DEFAULTCOMPONENT12(P)IPS~1.INI|(p)ipsang(C형).ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(p)ipsang(C형).ini1 + File.ini6ISX_DEFAULTCOMPONENT12(Q)IPS~1.INI|(q)ipsang(D형).ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(q)ipsang(D형).ini1 + File.ini7ISX_DEFAULTCOMPONENT13COS용~1.INI|COS용량표시번호찰.ini01E:\SIMP\한전번호찰(통합)\StyleETC\COS용량표시번호찰.ini1 + File.urlISX_DEFAULTCOMPONENT17해광기획.url01E:\SIMP\한전번호찰(통합)\해광기획.url1 + _a_half.cfgISX_DEFAULTCOMPONENT9(a)half.cfg01E:\SIMP\한전번호찰(통합)\Style\(a)half.cfg1 + _a_half.iniISX_DEFAULTCOMPONENT9(a)half.ini01E:\SIMP\한전번호찰(통합)\Style\(a)half.ini1 + _a_normal.cfgISX_DEFAULTCOMPONENT12(A)NOR~1.CFG|(a)normal.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(a)normal.cfg1 + _a_normal.iniISX_DEFAULTCOMPONENT12(A)NOR~1.INI|(a)normal.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(a)normal.ini1 + _b_normal.cfgISX_DEFAULTCOMPONENT9(B)NOR~1.CFG|(b)normal.cfg01E:\SIMP\한전번호찰(통합)\Style\(b)normal.cfg1 + _b_normal.iniISX_DEFAULTCOMPONENT9(B)NOR~1.INI|(b)normal.ini01E:\SIMP\한전번호찰(통합)\Style\(b)normal.ini1 + _b_normal2.cfgISX_DEFAULTCOMPONENT12(B)NOR~1.CFG|(b)normal2.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(b)normal2.cfg1 + _b_normal2.iniISX_DEFAULTCOMPONENT12(B)NOR~1.INI|(b)normal2.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(b)normal2.ini1 + _c_jung.cfgISX_DEFAULTCOMPONENT9(c)jung.cfg01E:\SIMP\한전번호찰(통합)\Style\(c)jung.cfg1 + _c_jung.iniISX_DEFAULTCOMPONENT9(c)jung.ini01E:\SIMP\한전번호찰(통합)\Style\(c)jung.ini1 + _c_num5.cfgISX_DEFAULTCOMPONENT12(c)num5.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(c)num5.cfg1 + _c_num5.iniISX_DEFAULTCOMPONENT12(c)num5.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(c)num5.ini1 + _d_num6.cfgISX_DEFAULTCOMPONENT12(d)num6.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(d)num6.cfg1 + _d_num6.iniISX_DEFAULTCOMPONENT12(d)num6.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(d)num6.ini1 + _e_num7.cfgISX_DEFAULTCOMPONENT12(e)num7.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(e)num7.cfg1 + _e_num7.iniISX_DEFAULTCOMPONENT12(e)num7.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(e)num7.ini1 + _f_num8.cfgISX_DEFAULTCOMPONENT12(f)num8.cfg01E:\SIMP\한전번호찰(통합)\StyleEJ\(f)num8.cfg1 + _f_num8.iniISX_DEFAULTCOMPONENT12(f)num8.ini01E:\SIMP\한전번호찰(통합)\StyleEJ\(f)num8.ini1 + _g_soju.cfgISX_DEFAULTCOMPONENT9(g)soju.cfg01E:\SIMP\한전번호찰(통합)\Style\(g)soju.cfg1 + _g_soju.iniISX_DEFAULTCOMPONENT9(g)soju.ini01E:\SIMP\한전번호찰(통합)\Style\(g)soju.ini1 + _h_kiip.cfgISX_DEFAULTCOMPONENT9(h)kiip.cfg01E:\SIMP\한전번호찰(통합)\Style\(h)kiip.cfg1 + _h_kiip.iniISX_DEFAULTCOMPONENT9(h)kiip.ini01E:\SIMP\한전번호찰(통합)\Style\(h)kiip.ini1 + _i_sigong_kiip.cfgISX_DEFAULTCOMPONENT9(I)SIG~1.CFG|(i)sigong kiip.cfg01E:\SIMP\한전번호찰(통합)\Style\(i)sigong kiip.cfg1 + _i_sigong_kiip.iniISX_DEFAULTCOMPONENT9(I)SIG~1.INI|(i)sigong kiip.ini01E:\SIMP\한전번호찰(통합)\Style\(i)sigong kiip.ini1 + acc.dllACC.dllACC.dll01E:\SIMP\한전번호찰(통합)\ACC.dll1 + arindbclass.dllArinDbClass.dllARINDB~1.DLL|ArinDbClass.dll01E:\SIMP\한전번호찰(통합)\ArinDbClass.dll1 + arinnewfp.dllArinNewFp.dllARINNE~1.DLL|ArinNewFp.dll01E:\SIMP\한전번호찰(통합)\ArinNewFp.dll1 + bsunb_a_.cfgISX_DEFAULTCOMPONENT10bsunb(a).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(a).cfg1 + bsunb_a_.iniISX_DEFAULTCOMPONENT10bsunb(a).ini01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(a).ini1 + bsunb_b_.cfgISX_DEFAULTCOMPONENT10bsunb(b).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(b).cfg1 + bsunb_b_.iniISX_DEFAULTCOMPONENT10bsunb(b).ini01E:\SIMP\한전번호찰(통합)\styleCAB\bsunb(b).ini1 + cable.cfgISX_DEFAULTCOMPONENT10cable.cfg01E:\SIMP\한전번호찰(통합)\styleCAB\cable.cfg1 + cable.iniISX_DEFAULTCOMPONENT10cable.ini01E:\SIMP\한전번호찰(통합)\styleCAB\cable.ini1 + cable_a_.cfgISX_DEFAULTCOMPONENT10cable(a).cfg01E:\SIMP\한전번호찰(통합)\styleCAB\cable(a).cfg1 + co1.jpgISX_DEFAULTCOMPONENT4co1.jpg01E:\SIMP\한전번호찰(통합)\image\co1.jpg1 + commonclassv2.dllCommonClassv2.dllCOMMON~1.DLL|CommonClassv2.dll01E:\SIMP\한전번호찰(통합)\CommonClassv2.dll1 + default.iniISX_DEFAULTCOMPONENT6default.ini01E:\SIMP\한전번호찰(통합)\macro\oton\default.ini1 + default.ini1ISX_DEFAULTCOMPONENT7default.ini01E:\SIMP\한전번호찰(통합)\macro\xlssync\default.ini1 + deung_spread.iniISX_DEFAULTCOMPONENT19DEUNG_~1.INI|deung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\deung_spread.INI1 + ding.wavISX_DEFAULTCOMPONENT8ding.wav01E:\SIMP\한전번호찰(통합)\sound\ding.wav1 + dotfus.xmlISX_DEFAULTCOMPONENT17dotfus.xml01E:\SIMP\한전번호찰(통합)\dotfus.xml1 + epole.iniISX_DEFAULTCOMPONENT17epole.ini01E:\SIMP\한전번호찰(통합)\epole.ini1 + epolenet.exeEpoleNet.exeEpoleNet.exe01E:\SIMP\한전번호찰(통합)\EpoleNet.exe1 + epolenet.exe.configISX_DEFAULTCOMPONENT17EPOLEN~1.CON|EpoleNet.exe.config01E:\SIMP\한전번호찰(통합)\EpoleNet.exe.config1 + epolenet.exe1EpoleNet.exe1EpoleNet.exe01E:\SIMP\한전번호찰(통합)\Dotfus\EpoleNet.exe1 + epolenet.vshost.exeEpoleNet.vshost.exeEPOLEN~1.EXE|EpoleNet.vshost.exe01E:\SIMP\한전번호찰(통합)\EpoleNet.vshost.exe1 + epolenet.vshost.exe.configISX_DEFAULTCOMPONENT17EPOLEN~1.CON|EpoleNet.vshost.exe.config01E:\SIMP\한전번호찰(통합)\EpoleNet.vshost.exe.config1 + epolenet.vshost.exe.manifestISX_DEFAULTCOMPONENT17EPOLEN~1.MAN|EpoleNet.vshost.exe.manifest01E:\SIMP\한전번호찰(통합)\EpoleNet.vshost.exe.manifest1 + etc1.jpgISX_DEFAULTCOMPONENT4etc1.jpg01E:\SIMP\한전번호찰(통합)\image\etc1.jpg1 + etc1org.jpgISX_DEFAULTCOMPONENT4etc1org.jpg01E:\SIMP\한전번호찰(통합)\image\etc1org.jpg1 + farpoint.calcengine.dllFarPoint.CalcEngine.dllFARPOI~1.DLL|FarPoint.CalcEngine.dll01E:\SIMP\한전번호찰(통합)\FarPoint.CalcEngine.dll1 + farpoint.excel.dllFarPoint.Excel.dllFARPOI~1.DLL|FarPoint.Excel.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Excel.dll1 + farpoint.pdf.dllFarPoint.PDF.dllFARPOI~1.DLL|FarPoint.PDF.dll01E:\SIMP\한전번호찰(통합)\FarPoint.PDF.dll1 + farpoint.plugincalendar.winfFarPoint.PluginCalendar.WinForms.dllFARPOI~1.DLL|FarPoint.PluginCalendar.WinForms.dll01E:\SIMP\한전번호찰(통합)\FarPoint.PluginCalendar.WinForms.dll1 + farpoint.win.dllFarPoint.Win.dllFARPOI~1.DLL|FarPoint.Win.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.dll1 + farpoint.win.spread.dllFarPoint.Win.Spread.dllFARPOI~1.DLL|FarPoint.Win.Spread.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.Spread.dll1 + farpoint.win.textrenderer.dlFarPoint.Win.TextRenderer.dllFARPOI~1.DLL|FarPoint.Win.TextRenderer.dll01E:\SIMP\한전번호찰(통합)\FarPoint.Win.TextRenderer.dll1 + fixedstring.iniISX_DEFAULTCOMPONENT17FIXEDS~1.INI|FixedString.INI01E:\SIMP\한전번호찰(통합)\FixedString.INI1 + gigi.jpgISX_DEFAULTCOMPONENT4gigi.jpg01E:\SIMP\한전번호찰(통합)\image\gigi.jpg1 + goap_ha_.cfgISX_DEFAULTCOMPONENT11goap(ha).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(ha).cfg1 + goap_la_.cfgISX_DEFAULTCOMPONENT11goap(la).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la).cfg1 + goap_la_lb_.cfgISX_DEFAULTCOMPONENT11GOAP(L~1.CFG|goap(la,lb).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la,lb).cfg1 + goap_la_lb_.iniISX_DEFAULTCOMPONENT11GOAP(L~1.INI|goap(LA,LB).ini01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(LA,LB).ini1 + goap_la_lb_.shapeISX_DEFAULTCOMPONENT11GOAP(L~1.SHA|goap(la,lb).shape01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goap(la,lb).shape1 + goapha_ab_.cfgISX_DEFAULTCOMPONENT11GOAPHA~1.CFG|goapha,ab).cfg01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goapha,ab).cfg1 + goapha_ab_.iniISX_DEFAULTCOMPONENT11GOAPHA~1.INI|goapHA,AB).ini01E:\SIMP\한전번호찰(통합)\styleCABLABEL\goapHA,AB).ini1 + half.jpgISX_DEFAULTCOMPONENT4half.jpg01E:\SIMP\한전번호찰(통합)\image\half.jpg1 + hg.icoISX_DEFAULTCOMPONENT17hg.ico01E:\SIMP\한전번호찰(통합)\hg.ico1 + hg.ico1ISX_DEFAULTCOMPONENT4hg.ico01E:\SIMP\한전번호찰(통합)\image\hg.ico1 + import.iniISX_DEFAULTCOMPONENT17import.ini01E:\SIMP\한전번호찰(통합)\import.ini1 + inipgua.jpgISX_DEFAULTCOMPONENT4inipgua.jpg01E:\SIMP\한전번호찰(통합)\image\inipgua.jpg1 + inipgua1.jpgISX_DEFAULTCOMPONENT4inipgua1.jpg01E:\SIMP\한전번호찰(통합)\image\inipgua1.jpg1 + inipgua2.jpgISX_DEFAULTCOMPONENT4inipgua2.jpg01E:\SIMP\한전번호찰(통합)\image\inipgua2.jpg1 + inipgub.jpgISX_DEFAULTCOMPONENT4inipgub.jpg01E:\SIMP\한전번호찰(통합)\image\inipgub.jpg1 + irea.mdbISX_DEFAULTCOMPONENT16irea.mdb01E:\SIMP\한전번호찰(통합)\Database\irea.mdb1 + jd.jpgISX_DEFAULTCOMPONENT4jd.jpg01E:\SIMP\한전번호찰(통합)\image\jd.jpg1 + jijung_spread.iniISX_DEFAULTCOMPONENT19JIJUNG~1.INI|Jijung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\Jijung_spread.INI1 + jijungcab_spread.iniISX_DEFAULTCOMPONENT19JIJUNG~1.INI|JijungCAB_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\JijungCAB_spread.INI1 + jijungcablabel_spread.iniISX_DEFAULTCOMPONENT19JIJUNG~1.INI|JijungCABLABEL_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\JijungCABLABEL_spread.INI1 + junju_n_1.jpgISX_DEFAULTCOMPONENT4JUNJU(~1.JPG|junju(n)1.jpg01E:\SIMP\한전번호찰(통합)\image\junju(n)1.jpg1 + kepco.jpgISX_DEFAULTCOMPONENT4kepco.jpg01E:\SIMP\한전번호찰(통합)\image\kepco.jpg1 + kiip.jpgISX_DEFAULTCOMPONENT4kiip.jpg01E:\SIMP\한전번호찰(통합)\image\kiip.jpg1 + kiki0.cfgISX_DEFAULTCOMPONENT15kiki0.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki0.cfg1 + kiki0.iniISX_DEFAULTCOMPONENT15kiki0.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki0.ini1 + kiki1.cfgISX_DEFAULTCOMPONENT15kiki1.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki1.cfg1 + kiki1.iniISX_DEFAULTCOMPONENT15kiki1.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki1.ini1 + kiki2.cfgISX_DEFAULTCOMPONENT15kiki2.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki2.cfg1 + kiki2.iniISX_DEFAULTCOMPONENT15kiki2.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki2.ini1 + kiki3.cfgISX_DEFAULTCOMPONENT15kiki3.cfg01E:\SIMP\한전번호찰(통합)\StyleKK\kiki3.cfg1 + kiki3.iniISX_DEFAULTCOMPONENT15kiki3.ini01E:\SIMP\한전번호찰(통합)\StyleKK\kiki3.ini1 + lable1.jpgISX_DEFAULTCOMPONENT4lable1.jpg01E:\SIMP\한전번호찰(통합)\image\lable1.jpg1 + lable2.jpgISX_DEFAULTCOMPONENT4lable2.jpg01E:\SIMP\한전번호찰(통합)\image\lable2.jpg1 + listview.iniISX_DEFAULTCOMPONENT17LISTVIEW.INI01E:\SIMP\한전번호찰(통합)\LISTVIEW.INI1 + main_spread.iniISX_DEFAULTCOMPONENT19MAIN_S~1.INI|main_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\main_spread.INI1 + map.0.xmlISX_DEFAULTCOMPONENT2MAP0~1.XML|Map.0.xml01E:\SIMP\한전번호찰(통합)\Dotfuscated\Map.0.xml1 + map.xmlISX_DEFAULTCOMPONENT2Map.xml01E:\SIMP\한전번호찰(통합)\Dotfuscated\Map.xml1 + migwung_a_.jpgISX_DEFAULTCOMPONENT4MIGWUN~1.JPG|migwung(a).jpg01E:\SIMP\한전번호찰(통합)\image\migwung(a).jpg1 + migwung_b_.jpgISX_DEFAULTCOMPONENT4MIGWUN~1.JPG|migwung(b).jpg01E:\SIMP\한전번호찰(통합)\image\migwung(b).jpg1 + mycontrololedbv2.dllMyControlOLEDBv2.dllMYCONT~1.DLL|MyControlOLEDBv2.dll01E:\SIMP\한전번호찰(통합)\MyControlOLEDBv2.dll1 + mycontrololedbv2.dll1MyControlOLEDBv2.dll1MYCONT~1.DLL|MyControlOLEDBv2.dll01E:\SIMP\한전번호찰(통합)\Dotfus\MyControlOLEDBv2.dll1 + norma_cl.jpgISX_DEFAULTCOMPONENT4norma-cl.jpg01E:\SIMP\한전번호찰(통합)\image\norma-cl.jpg1 + normal.cfgISX_DEFAULTCOMPONENT13normal.cfg01E:\SIMP\한전번호찰(통합)\StyleETC\normal.cfg1 + normal.cfg1ISX_DEFAULTCOMPONENT14normal.cfg01E:\SIMP\한전번호찰(통합)\StyleJD\normal.cfg1 + normal.iniISX_DEFAULTCOMPONENT13normal.ini01E:\SIMP\한전번호찰(통합)\StyleETC\normal.ini1 + normal.ini1ISX_DEFAULTCOMPONENT14normal.ini01E:\SIMP\한전번호찰(통합)\StyleJD\normal.ini1 + normal.ini2ISX_DEFAULTCOMPONENT18normal.ini01E:\SIMP\한전번호찰(통합)\StyleKR\normal.ini1 + normal2.iniISX_DEFAULTCOMPONENT18normal2.ini01E:\SIMP\한전번호찰(통합)\StyleKR\normal2.ini1 + normal_qr.jpgISX_DEFAULTCOMPONENT4NORMAL~1.JPG|normal-qr.jpg01E:\SIMP\한전번호찰(통합)\image\normal-qr.jpg1 + notify.wavISX_DEFAULTCOMPONENT8notify.wav01E:\SIMP\한전번호찰(통합)\sound\notify.wav1 + oton01.iniISX_DEFAULTCOMPONENT6oton01.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton01.ini1 + oton03.iniISX_DEFAULTCOMPONENT6oton03.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton03.ini1 + oton04.iniISX_DEFAULTCOMPONENT6oton04.ini01E:\SIMP\한전번호찰(통합)\macro\oton\oton04.ini1 + pad_gigi.jpgISX_DEFAULTCOMPONENT4PADGIG~1.JPG|pad gigi.jpg01E:\SIMP\한전번호찰(통합)\image\pad gigi.jpg1 + padsw.jpgISX_DEFAULTCOMPONENT4padsw.jpg01E:\SIMP\한전번호찰(통합)\image\padsw.jpg1 + padswcable.jpgISX_DEFAULTCOMPONENT4PADSWC~1.JPG|padswcable.jpg01E:\SIMP\한전번호찰(통합)\image\padswcable.jpg1 + padswcable_a_.jpgISX_DEFAULTCOMPONENT4PADSWC~1.JPG|padswcable(a).jpg01E:\SIMP\한전번호찰(통합)\image\padswcable(a).jpg1 + padtr_.jpgISX_DEFAULTCOMPONENT4PADTR~1.JPG|padtr .jpg01E:\SIMP\한전번호찰(통합)\image\padtr .jpg1 + padyakwang_a_.jpgISX_DEFAULTCOMPONENT4PADYAK~1.JPG|padyakwang(a).jpg01E:\SIMP\한전번호찰(통합)\image\padyakwang(a).jpg1 + padyakwang_b_.jpgISX_DEFAULTCOMPONENT4PADYAK~1.JPG|padyakwang(b).jpg01E:\SIMP\한전번호찰(통합)\image\padyakwang(b).jpg1 + pass.datISX_DEFAULTCOMPONENT17pass.dat01E:\SIMP\한전번호찰(통합)\pass.dat1 + patch.iniISX_DEFAULTCOMPONENT16patch.ini01E:\SIMP\한전번호찰(통합)\Database\patch.ini1 + preview_spread.iniISX_DEFAULTCOMPONENT17PREVIE~1.INI|preview_spread.INI01E:\SIMP\한전번호찰(통합)\preview_spread.INI1 + printform.pngISX_DEFAULTCOMPONENT3PRINTF~1.PNG|printform.png01E:\SIMP\한전번호찰(통합)\help\printform.png1 + printform1.htmISX_DEFAULTCOMPONENT3PRINTF~1.HTM|PrintForm1.htm01E:\SIMP\한전번호찰(통합)\help\PrintForm1.htm1 + setting.iniISX_DEFAULTCOMPONENT17Setting.INI01E:\SIMP\한전번호찰(통합)\Setting.INI1 + sigong_kiip.jpgISX_DEFAULTCOMPONENT4SIGONG~1.JPG|sigong kiip.JPG01E:\SIMP\한전번호찰(통합)\image\sigong kiip.JPG1 + soju.jpgISX_DEFAULTCOMPONENT4soju.jpg01E:\SIMP\한전번호찰(통합)\image\soju.jpg1 + spread.iniISX_DEFAULTCOMPONENT17spread.INI01E:\SIMP\한전번호찰(통합)\spread.INI1 + start.pngISX_DEFAULTCOMPONENT4start.png01E:\SIMP\한전번호찰(통합)\image\start.png1 + stylec.iniISX_DEFAULTCOMPONENT17styleC.ini01E:\SIMP\한전번호찰(통합)\styleC.ini1 + suyoung_spread.iniISX_DEFAULTCOMPONENT19SUYOUN~1.INI|suyoung_spread.INI01E:\SIMP\한전번호찰(통합)\viewConfig\suyoung_spread.INI1 + swcable_a_.jpgISX_DEFAULTCOMPONENT4SWCABL~1.JPG|swcable(a).jpg01E:\SIMP\한전번호찰(통합)\image\swcable(a).jpg1 + swcable_b_.jpgISX_DEFAULTCOMPONENT4SWCABL~1.JPG|swcable(b).jpg01E:\SIMP\한전번호찰(통합)\image\swcable(b).jpg1 + swnumber.jpgISX_DEFAULTCOMPONENT4Swnumber.jpg01E:\SIMP\한전번호찰(통합)\image\Swnumber.jpg1 + thoughtworks.qrcode.dllThoughtWorks.QRCode.dllTHOUGH~1.DLL|ThoughtWorks.QRCode.dll01E:\SIMP\한전번호찰(통합)\ThoughtWorks.QRCode.dll1 + thoughtworks.qrcode.dll1ThoughtWorks.QRCode.dll1THOUGH~1.DLL|ThoughtWorks.QRCode.dll01E:\SIMP\한전번호찰(통합)\Dotfus\ThoughtWorks.QRCode.dll1 + thumbs.dbISX_DEFAULTCOMPONENT3Thumbs.db01E:\SIMP\한전번호찰(통합)\help\Thumbs.db1 + thumbs.db1ISX_DEFAULTCOMPONENT4Thumbs.db01E:\SIMP\한전번호찰(통합)\image\Thumbs.db1 + trnumber.jpgISX_DEFAULTCOMPONENT4Trnumber.jpg01E:\SIMP\한전번호찰(통합)\image\Trnumber.jpg1 + version1.sqlISX_DEFAULTCOMPONENT16version1.sql01E:\SIMP\한전번호찰(통합)\Database\version1.sql1 + version10.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version10.sql01E:\SIMP\한전번호찰(통합)\Database\version10.sql1 + version11.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version11.sql01E:\SIMP\한전번호찰(통합)\Database\version11.sql1 + version12.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version12.sql01E:\SIMP\한전번호찰(통합)\Database\version12.sql1 + version13.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version13.sql01E:\SIMP\한전번호찰(통합)\Database\version13.sql1 + version14.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version14.sql01E:\SIMP\한전번호찰(통합)\Database\version14.sql1 + version15.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version15.sql01E:\SIMP\한전번호찰(통합)\Database\version15.sql1 + version16.sqlISX_DEFAULTCOMPONENT16VERSIO~1.SQL|version16.sql01E:\SIMP\한전번호찰(통합)\Database\version16.sql1 + version2.sqlISX_DEFAULTCOMPONENT16version2.sql01E:\SIMP\한전번호찰(통합)\Database\version2.sql1 + version3.sqlISX_DEFAULTCOMPONENT16version3.sql01E:\SIMP\한전번호찰(통합)\Database\version3.sql1 + version4.sqlISX_DEFAULTCOMPONENT16version4.sql01E:\SIMP\한전번호찰(통합)\Database\version4.sql1 + version5.sqlISX_DEFAULTCOMPONENT16version5.sql01E:\SIMP\한전번호찰(통합)\Database\version5.sql1 + version6.sqlISX_DEFAULTCOMPONENT16version6.sql01E:\SIMP\한전번호찰(통합)\Database\version6.sql1 + version7.sqlISX_DEFAULTCOMPONENT16version7.sql01E:\SIMP\한전번호찰(통합)\Database\version7.sql1 + version8.sqlISX_DEFAULTCOMPONENT16version8.sql01E:\SIMP\한전번호찰(통합)\Database\version8.sql1 + version9.sqlISX_DEFAULTCOMPONENT16version9.sql01E:\SIMP\한전번호찰(통합)\Database\version9.sql1 + xlssync03.iniISX_DEFAULTCOMPONENT7XLSSYN~1.INI|xlssync03.ini01E:\SIMP\한전번호찰(통합)\macro\xlssync\xlssync03.ini1 +
+ + + File_ + SFPCatalog_ +
+ + + File_ + FontTitle +
+ + + Tag + Data + + +
PROJECT_ASSISTANT_DEFAULT_FEATUREAlwaysInstallPROJECT_ASSISTANT_FEATURESNonSelectable
+ + + ISBillboard + Duration + Origin + X + Y + Effect + Sequence + Target + Color + Style + Font + Title + DisplayName +
+ + + Package + SourcePath + ProductCode + Order + Options + InstallCondition + RemoveCondition + InstallProperties + RemoveProperties + ISReleaseFlags + DisplayName +
+ + + Package_ + File + FilePath + Options + Data + ISBuildSourcePath +
+ + + Action_ + Name + Value +
+ + + ISComCatalogObject_ + ItemName + ItemValue +
+ + + ISComCatalogCollection + ISComCatalogObject_ + CollectionName +
+ + + ISComCatalogCollection_ + ISComCatalogObject_ +
+ + + ISComCatalogObject + DisplayName +
+ + + ISComCatalogObject_ + ComputerName + Component_ + ISAttributes + DepFiles +
+ + + ISComPlusApplicationDLL + ISComPlusApplication_ + ISComCatalogObject_ + CLSID + ProgId + DLL + AlterDLL +
+ + + ISComPlusProxy + ISComPlusApplication_ + Component_ + ISAttributes + DepFiles +
+ + + ISComPlusApplication_ + File_ + ISPath +
+ + + File_ + ISComPlusApplicationDLL_ +
+ + + ISComPlusApplication_ + File_ + ISPath +
+ + + File_ + ISComPlusApplicationDLL_ +
+ + + Component_ + OS + Language + FilterProperty + Platforms + FTPLocation + HTTPLocation + Miscellaneous +
ACC.dll_99CFFC55_A9F2_4EBB_8E5B_B9EC74BC6FDF_FILTER + ArinDbClass.dll_EE5852B9_FE51_46AA_AFEF_6D9BB8DC1B9D_FILTER + ArinNewFp.dll_5FF8CAEC_90D7_4FA6_8FA8_8A35FD79AC28_FILTER + CommonClassv2.dll_36551881_4D64_46B1_9C8B_CF001FBEC2A0_FILTER + EpoleNet.exe_3E8CFC8F_590C_4A21_AE42_DE0B453F88B8_FILTER + EpoleNet.exe1_7541EC26_E1F0_4427_B769_6C8F25EB9CEB_FILTER + EpoleNet.vshost.exe_29D52A04_DCDD_4553_A65B_A099234ABFC0_FILTER + FarPoint.CalcEngine.dll_14ECE19E_308E_4EE4_AF1A_9F55653D8318_FILTER + FarPoint.Excel.dll_05847C71_A2A0_4516_AFB2_9539C949345C_FILTER + FarPoint.PDF.dll_E63E5931_F952_488D_9A0E_5D62457C04BD_FILTER + FarPoint.PluginCalendar.WinForms.dll_E0988509_5248_46E0_82B4_A123BD0A70C4_FILTER + FarPoint.Win.Spread.dll_059930CB_DB54_4137_B211_3D4222D4A9B2_FILTER + FarPoint.Win.TextRenderer.dll_03082A6B_2400_4993_9C64_9EFC79EF67FF_FILTER + FarPoint.Win.dll_B45D6091_44CB_42A6_A458_BC5D4E86AC28_FILTER + ISX_DEFAULTCOMPONENT_47B99A25_26BE_4E94_BE1E_BCA7D7F21523_FILTER + ISX_DEFAULTCOMPONENT1_E042740E_14C4_40CF_8A51_B953E02F6FF6_FILTER + ISX_DEFAULTCOMPONENT10_9DE1C53D_7534_48E6_8DE8_604859F8B201_FILTER + ISX_DEFAULTCOMPONENT11_41538208_63AB_415D_A541_A1671EC937B1_FILTER + ISX_DEFAULTCOMPONENT12_AA3B2A07_BFF1_4E82_A385_64EE7718F09F_FILTER + ISX_DEFAULTCOMPONENT13_0520E67E_B314_470F_8595_671D693AC9A5_FILTER + ISX_DEFAULTCOMPONENT14_382AAA03_5354_4F4A_80BB_07FCA202D62B_FILTER + ISX_DEFAULTCOMPONENT15_80E9145C_0A8E_4EEE_BE46_7325A622F325_FILTER + ISX_DEFAULTCOMPONENT16_C5939F97_AFF8_443D_808A_AFD28C371060_FILTER + ISX_DEFAULTCOMPONENT17_A4DF3F0E_31FD_4882_9585_B2249E1080A9_FILTER + ISX_DEFAULTCOMPONENT18_8B175806_E005_40F4_BFA6_8552E478AAE7_FILTER + ISX_DEFAULTCOMPONENT19_4393753B_84EA_46DF_BC6C_98B4B20B641A_FILTER + ISX_DEFAULTCOMPONENT2_E8723604_0B72_4799_8E10_735D83FECC83_FILTER + ISX_DEFAULTCOMPONENT20_D44B6A1F_1DD5_4B06_B580_079C7850A49F_FILTER + ISX_DEFAULTCOMPONENT21_F14E5972_5CED_4C23_9207_8BEBFE52B30B_FILTER + ISX_DEFAULTCOMPONENT3_627B6DCC_1B21_4964_8481_374E7F1E1163_FILTER + ISX_DEFAULTCOMPONENT4_2D5864E0_7A30_4860_9A7A_AA0F54DB88B1_FILTER + ISX_DEFAULTCOMPONENT5_9A821D4F_2EF5_41C6_AA49_85B64B24253C_FILTER + ISX_DEFAULTCOMPONENT6_946DFE41_318B_494F_954D_F391AC5AA8FF_FILTER + ISX_DEFAULTCOMPONENT7_808CF68E_B8BF_4FF8_8A50_DEB1186F77C9_FILTER + ISX_DEFAULTCOMPONENT8_CDCAE095_38F3_4C25_9932_DFF31D53453B_FILTER + ISX_DEFAULTCOMPONENT9_8B09EA61_1C04_4A05_8FD6_1E553842EED8_FILTER + MyControlOLEDBv2.dll_7D234A63_FDBC_48BB_982A_3013FBDD723F_FILTER + MyControlOLEDBv2.dll1_769EB3AC_E34E_4821_B40B_CF0DE197A609_FILTER + ThoughtWorks.QRCode.dll_659BF112_66CE_47D4_AF73_30CE6BAB8F1D_FILTER + ThoughtWorks.QRCode.dll1_22D062B1_79FA_4C30_B10F_174340BB3D11_FILTER +
+ + + Action_ + Description + FileType + ISCAReferenceFilePath +
+ + + ISDIMReference_ + RequiredUUID + RequiredMajorVersion + RequiredMinorVersion + RequiredBuildVersion + RequiredRevisionVersion +
+ + + ISDIMReference + ISBuildSourcePath +
+ + + ISDIMReference_Parent + ISDIMDependency_ +
+ + + ISDIMVariable + ISDIMReference_ + Name + NewValue + Type +
+ + + EntryPoint + Type + Source + Target +
+ + + ISDRMFile + File_ + ISDRMLicense_ + Shell +
+ + + ISDRMFile_ + Property + Value +
+ + + ISDRMLicense + Description + ProjectVersion + Attributes + LicenseNumber + RequestCode + ResponseCode +
+ + + ISDependency + Exclude +
+ + + ISDisk1File + ISBuildSourcePath + Disk +
+ + + Component_ + SourceFolder + IncludeFlags + IncludeFiles + ExcludeFiles + ISAttributes +
+ + + Feature_ + ISDIMReference_ +
+ + + Feature_ + ModuleID + Language +
+ + + Feature_ + ISMergeModule_ + Language_ +
+ + + Feature_ + ISSetupPrerequisites_ +
+ + + File_ + Manifest_ +
+ + + ISIISItem + ISIISItem_Parent + DisplayName + Type + Component_ +
+ + + ISIISProperty + ISIISItem_ + Schema + FriendlyName + MetaDataProp + MetaDataType + MetaDataUserType + MetaDataAttributes + MetaDataValue + Order + ISAttributes +
+ + + EntryPoint + Type + Source + Target +
+ + + ISLanguage + Included + + +
1033010421
+ + + ISLinkerLibrary + Library + Order + + +
isrt.oblisrt.obl2iswi.obliswi.obl1
+ + + Dialog_ + Control_ + ISLanguage_ + Attributes + X + Y + Width + Height + Binary_ + ISBuildSourcePath +
+ + + Dialog_ + ISLanguage_ + Attributes + TextStyle_ + Width + Height +
+ + + Property + Order + ISLanguage_ + X + Y + Width + Height +
+ + + LockObject + Table + Domain + User + Permission + Attributes +
+ + + DiskId + ISProductConfiguration_ + ISRelease_ + LastSequence + DiskPrompt + Cabinet + VolumeLabel + Source +
+ + + ISLogicalDisk_ + ISProductConfiguration_ + ISRelease_ + Feature_ + Sequence + ISAttributes +
+ + + ISMergeModule + Language + Name + Destination + ISAttributes +
+ + + ISMergeModule_ + Language_ + ModuleConfiguration_ + Value + Format + Type + ContextData + DefaultValue + Attributes + DisplayName + Description + HelpLocation + HelpKeyword +
+ + + ObjectName + Language +
+ + + ObjectName + Property + Value + IncludeInBuild +
+ + + PatchConfiguration_ + UpgradedImage_ +
+ + + Name + CanPCDiffer + CanPVDiffer + IncludeWholeFiles + LeaveDecompressed + OptimizeForSize + EnablePatchCache + PatchCacheDir + Flags + PatchGuidsToReplace + TargetProductCodes + PatchGuid + OutputPath + MinMsiVersion + Attributes +
+ + + ISPatchConfiguration_ + Property + Value +
+ + + Name + ISUpgradedImage_ + FileKey + FilePath +
+ + + UpgradedImage + FileKey + Component +
+ + + ISPathVariable + Value + TestValue + Type + + + + + + + + +
CommonFilesFolder1ISPROJECTDIR1ISProductFolder1ISProjectDataFolder1ISProjectFolder1ProgramFilesFolder1SystemFolder1WindowsFolder1
+ + + Action_ + Name + Value +
+ + + ISProductConfiguration + ProductConfigurationFlags + GeneratePackageCode + +
Express1
+ + + ISProductConfiguration_ + InstanceId + Property + Value +
+ + + ISProductConfiguration_ + Property + Value +
+ + + ISRelease + ISProductConfiguration_ + BuildLocation + PackageName + Type + SupportedLanguagesUI + MsiSourceType + ReleaseType + Platforms + SupportedLanguagesData + DefaultLanguage + SupportedOSs + DiskSize + DiskSizeUnit + DiskClusterSize + ReleaseFlags + DiskSpanning + SynchMsi + MediaLocation + URLLocation + DigitalURL + DigitalPVK + DigitalSPC + Password + VersionCopyright + Attributes + CDBrowser + DotNetBuildConfiguration + MsiCommandLine + ISSetupPrerequisiteLocation + + + + + + + + +
CD_ROMExpress<ISProjectDataFolder>Default0104202Intel10420650020480MediaLocationhttp://758053CustomExpress<ISProjectDataFolder>Default2103302Intel10330100010240MediaLocationhttp://758053DVD-10Express<ISProjectDataFolder>Default3103302Intel103308.75120480MediaLocationhttp://758053DVD-18Express<ISProjectDataFolder>Default3103302Intel1033015.83120480MediaLocationhttp://758053DVD-5Express<ISProjectDataFolder>Default3104202Intel104204.38120480MediaLocationhttp://758053DVD-9Express<ISProjectDataFolder>Default3103302Intel103307.95120480MediaLocationhttp://758053SingleImageExpress<ISProjectDataFolder>PackageName1104201Intel104200000MediaLocationhttp://1085733WebDeploymentExpress<ISProjectDataFolder>PackageName4103321Intel103300000MediaLocationhttp://1249413
+ + + ISRelease_ + ISProductConfiguration_ + Property + Value +
+ + + ISRelease_ + ISProductConfiguration_ + WebType + WebURL + WebCabSize + OneClickCabName + OneClickHtmlName + WebLocalCachePath + EngineLocation + Win9xMsiUrl + WinNTMsiUrl + ISEngineLocation + ISEngineURL + OneClickTargetBrowser + DigitalCertificateIdNS + DigitalCertificateDBaseNS + DigitalCertificatePasswordNS + DotNetRedistLocation + DotNetRedistURL + DotNetVersion + DotNetBaseLanguage + DotNetLangaugePacks + DotNetFxCmdLine + DotNetLangPackCmdLine + JSharpCmdLine + Attributes + JSharpRedistLocation + MsiEngineVersion + WinMsi30Url + CertPassword +
CD_ROMExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + CustomExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-10Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-18Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-5Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + DVD-9Express0http://0installinstall[LocalAppDataFolder]Downloaded Installations0http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + SingleImageExpress0http://0installinstall[LocalAppDataFolder]Downloaded Installations1http://www.installengine.com/Msiengine20http://www.installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 + WebDeploymentExpress0http://0setupDefault[LocalAppDataFolder]Downloaded Installations2http://www.Installengine.com/Msiengine20http://www.Installengine.com/Msiengine200http://www.installengine.com/cert05/isengine03http://www.installengine.com/cert05/dotnetfx010333http://www.installengine.com/Msiengine30 +
+ + + ISRelease_ + ISProductConfiguration_ + Name + Value +
+ + + ISRelease_ + ISProductConfiguration_ + Repository + DisplayName + Publisher + Description + ISAttributes +
+ + + ISSQLConnection + Server + Database + UserName + Password + Authentication + Attributes + Order + Comments + CmdTimeout + BatchSeparator + ScriptVersion_Table + ScriptVersion_Column +
+ + + ISSQLConnectionDBServer + ISSQLConnection_ + ISSQLDBMetaData_ + Order +
+ + + ISSQLConnection_ + ISSQLScriptFile_ + Order +
+ + + ISSQLDBMetaData + DisplayName + AdoDriverName + AdoCxnDriver + AdoCxnServer + AdoCxnDatabase + AdoCxnUserID + AdoCxnPassword + AdoCxnWindowsSecurity + AdoCxnNetLibrary + TestDatabaseCmd + TestTableCmd + VersionInfoCmd + VersionBeginToken + VersionEndToken + LocalInstanceNames + CreateDbCmd + SwitchDbCmd + ISAttributes + TestTableCmd2 + WinAuthentUserId + DsnODBCName + AdoCxnPort + AdoCxnAdditional + QueryDatabasesCmd + CreateTableCmd + InsertRecordCmd + SelectTableCmd + ScriptVersion_Table + ScriptVersion_Column + ScriptVersion_ColumnType +
+ + + ISSQLRequirement + ISSQLConnection_ + MajorVersion + ServicePackLevel + Attributes + ISSQLConnectionDBServer_ +
+ + + ErrNumber + ISSQLScriptFile_ + ErrHandling + Message + Attributes +
+ + + ISSQLScriptFile + Component_ + Scheduling + InstallText + UninstallText + ISBuildSourcePath + Comments + ErrorHandling + Attributes + Version + Condition + DisplayName +
+ + + ISSQLScriptFile_ + Server + Database + UserName + Password + Authentication + IncludeTables + ExcludeTables + Attributes +
+ + + ISSQLScriptReplace + ISSQLScriptFile_ + Search + Replace + Attributes +
+ + + ISScriptFile +
+ + + FileKey + Cost + Order + CmdLine +
+ + + ISSetupFile + FileName + Stream + Language + Splash + Path +
+ + + ISSetupPrerequisites + ISBuildSourcePath + Order + ISSetupLocation + ISReleaseFlags +
_4E32AA90_D908_4F4D_8E2D_BA637400E89E_Microsoft .NET Framework 4.0 Full (Web Download).prq +
+ + + ISSetupType + Description + Display_Name + Display + Comments +
Custom##IDS__IsSetupTypeMinDlg_ChooseFeatures####IDS__IsSetupTypeMinDlg_Custom##3 + Minimal##IDS__IsSetupTypeMinDlg_MinimumFeatures####IDS__IsSetupTypeMinDlg_Minimal##2 + Typical##IDS__IsSetupTypeMinDlg_AllFeatures####IDS__IsSetupTypeMinDlg_Typical##1 +
+ + + ISSetupType_ + Feature_ + + + +
CustomAlwaysInstallMinimalAlwaysInstallTypicalAlwaysInstall
+ + + Name + ISBuildSourcePath +
+ + + ISString + ISLanguage_ + Value + Encoded + Comment + TimeStamp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
COMPANY_NAME1042Arinware01420001710DN_AlwaysInstall1042항상 설치01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_COLOR1042시스템의 색상 설정이 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_DOTNETVERSION40FULL1042Microsoft .NET Framework 4.0 Full package or greater needs to be installed for this installation to continue.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_OS1042운영 체제가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_PROCESSOR1042프로세서가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_RAM1042RAM이 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_EXPRESS_LAUNCH_CONDITION_SCREEN1042화면 해상도가 [ProductName] 실행에 적합하지 않습니다.01419977134IDPROP_SETUPTYPE_COMPACT1042압축01419977134IDPROP_SETUPTYPE_COMPACT_DESC1042압축 설명01419977134IDPROP_SETUPTYPE_COMPLETE1042전체 설치01419977134IDPROP_SETUPTYPE_COMPLETE_DESC1042전체 설치 설명01419977134IDPROP_SETUPTYPE_CUSTOM1042사용자 정의01419977134IDPROP_SETUPTYPE_CUSTOM_DESC1042사용자 정의 설명01419977134IDPROP_SETUPTYPE_CUSTOM_DESC_PRO1042사용자 정의 설명01419977134IDPROP_SETUPTYPE_TYPICAL1042일반01419977134IDPROP_SETUPTYPE_TYPICAL_DESC1042일반 설명01419977134IDS_ACTIONTEXT_11042[1]01419977134IDS_ACTIONTEXT_1b1042[1]01419977134IDS_ACTIONTEXT_1c1042[1]01419977134IDS_ACTIONTEXT_1d1042[1]01419977134IDS_ACTIONTEXT_Advertising1042처음 사용 시 설치할 응용 프로그램01419977134IDS_ACTIONTEXT_AllocatingRegistry1042레지스트리 공간 할당 중01419977134IDS_ACTIONTEXT_AppCommandLine1042응용 프로그램: [1], 명령줄: [2]01419977134IDS_ACTIONTEXT_AppId1042AppId: [1]{{, AppType: [2]}}01419977134IDS_ACTIONTEXT_AppIdAppTypeRSN1042AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}01419977134IDS_ACTIONTEXT_Application1042응용 프로그램: [1]01419977134IDS_ACTIONTEXT_BindingExes1042실행 파일을 바인딩하는 중01419977134IDS_ACTIONTEXT_ClassId1042Class Id: [1]01419977134IDS_ACTIONTEXT_ClsID1042Class Id: [1]01419977134IDS_ACTIONTEXT_ComponentIDQualifier1042구성 요소 ID: [1], 제한자: [2]01419977134IDS_ACTIONTEXT_ComponentIdQualifier21042구성 요소 ID: [1], 제한자: [2]01419977134IDS_ACTIONTEXT_ComputingSpace1042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ComputingSpace21042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ComputingSpace31042필요한 공간을 확인하는 중01419977134IDS_ACTIONTEXT_ContentTypeExtension1042MIME 컨텐트 유형: [1], 익스텐션: [2]01419977134IDS_ACTIONTEXT_ContentTypeExtension21042MIME 컨텐트 유형: [1], 익스텐션: [2]01419977134IDS_ACTIONTEXT_CopyingNetworkFiles1042네트워크 설치 파일을 복사하는 중01419977134IDS_ACTIONTEXT_CopyingNewFiles1042새 파일을 복사하는 중01419977134IDS_ACTIONTEXT_CreatingDuplicate1042중복 파일을 만드는 중01419977134IDS_ACTIONTEXT_CreatingFolders1042폴더 만드는 중01419977134IDS_ACTIONTEXT_CreatingIISRoots1042IIS 가상 루트를 만드는 중01419977134IDS_ACTIONTEXT_CreatingShortcuts1042바로 가기 만드는 중01419977134IDS_ACTIONTEXT_DeletingServices1042서비스 삭제 중01419977134IDS_ACTIONTEXT_EnvironmentStrings1042환경 문자열을 업데이트하는 중01419977134IDS_ACTIONTEXT_EvaluateLaunchConditions1042실행 조건 확인 중01419977134IDS_ACTIONTEXT_Extension1042익스텐션: [1]01419977134IDS_ACTIONTEXT_Extension21042익스텐션: [1]01419977134IDS_ACTIONTEXT_Feature1042기능: [1]01419977134IDS_ACTIONTEXT_FeatureColon1042기능: [1]01419977134IDS_ACTIONTEXT_File1042파일: [1]01419977134IDS_ACTIONTEXT_File21042파일: [1]01419977134IDS_ACTIONTEXT_FileDependencies1042파일: [1], 의존성: [2]01419977134IDS_ACTIONTEXT_FileDir1042파일: [1], 디렉터리: [9]01419977134IDS_ACTIONTEXT_FileDir21042File: [1], Directory: [9]01419977134IDS_ACTIONTEXT_FileDir31042파일: [1], 디렉터리: [9]01419977134IDS_ACTIONTEXT_FileDirSize1042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileDirSize21042File: [1], Directory: [9], Size: [6]01419977134IDS_ACTIONTEXT_FileDirSize31042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileDirSize41042파일: [1], 디렉터리: [2], 크기: [3]01419977134IDS_ACTIONTEXT_FileDirectorySize1042파일: [1], 디렉터리: [9], 크기: [6]01419977134IDS_ACTIONTEXT_FileFolder1042파일: [1], 폴더: [2]01419977134IDS_ACTIONTEXT_FileFolder21042파일: [1], 폴더: [2]01419977134IDS_ACTIONTEXT_FileSectionKeyValue1042키: [1], 섹션: [2], 키: [3], 값: [4]01419977134IDS_ACTIONTEXT_FileSectionKeyValue21042키: [1], 섹션: [2], 키: [3], 값: [4]01419977134IDS_ACTIONTEXT_Folder1042폴더: [1]01419977134IDS_ACTIONTEXT_Folder11042폴더: [1]01419977134IDS_ACTIONTEXT_Font1042글꼴: [1]01419977134IDS_ACTIONTEXT_Font21042글꼴: [1]01419977134IDS_ACTIONTEXT_FoundApp1042다음 응용 프로그램을 찾았습니다: [1]01419977134IDS_ACTIONTEXT_FreeSpace1042남은 공간: [1]01419977134IDS_ACTIONTEXT_GeneratingScript1042수행할 스크립트 작업을 생성하는 중:01419977134IDS_ACTIONTEXT_ISLockPermissionsCost1042개체에 대한 권한 정보를 수집하는 중…01419977134IDS_ACTIONTEXT_ISLockPermissionsInstall1042개체에 대한 권한 정보를 적용하는 중…01419977134IDS_ACTIONTEXT_InitializeODBCDirs1042ODBC 디렉터리를 초기화하는 중01419977134IDS_ACTIONTEXT_InstallODBC1042ODBC 구성 요소 설치 중01419977134IDS_ACTIONTEXT_InstallServices1042새 서비스 설치 중01419977134IDS_ACTIONTEXT_InstallingSystemCatalog1042시스템 카탈로그 설치01419977134IDS_ACTIONTEXT_KeyName1042키: [1], 이름: [2]01419977134IDS_ACTIONTEXT_KeyNameValue1042키: [1], 이름: [2], 값: [3]01419977134IDS_ACTIONTEXT_LibId1042LibID: [1]01419977134IDS_ACTIONTEXT_Libid21042LibID: [1]01419977134IDS_ACTIONTEXT_MigratingFeatureStates1042관련 응용 프로그램에서 기능을 이동하는 중01419977134IDS_ACTIONTEXT_MovingFiles1042파일을 옮기는 중01419977134IDS_ACTIONTEXT_NameValueAction1042이름: [1], 값: [2], 수행 [3]01419977134IDS_ACTIONTEXT_NameValueAction21042이름: [1], 값: [2], 수행 [3]01419977134IDS_ACTIONTEXT_PatchingFiles1042파일 패치 중01419977134IDS_ACTIONTEXT_ProgID1042ProgId: [1]01419977134IDS_ACTIONTEXT_ProgID21042ProgId: [1]01419977134IDS_ACTIONTEXT_PropertySignature1042속성: [1], 서명: [2]01419977134IDS_ACTIONTEXT_PublishProductFeatures1042제품 기능을 게시하는 중01419977134IDS_ACTIONTEXT_PublishProductInfo1042제품 정보를 게시하는 중01419977134IDS_ACTIONTEXT_PublishingQualifiedComponents1042해당 구성 요소를 게시하는 중01419977134IDS_ACTIONTEXT_RegUser1042사용자를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterClassServer1042Class 서버를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterExtensionServers1042익스텐션 서버를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterFonts1042글꼴을 등록하는 중01419977134IDS_ACTIONTEXT_RegisterMimeInfo1042MIME 정보를 등록하는 중01419977134IDS_ACTIONTEXT_RegisterTypeLibs1042형식 라이브러리를 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringComPlus1042COM+ 응용 프로그램과 구성 요소를 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringModules1042모듈을 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringProduct1042제품을 등록하는 중01419977134IDS_ACTIONTEXT_RegisteringProgIdentifiers1042프로그램 확인자의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_RemoveApps1042응용 프로그램을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingBackup1042백업 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingDuplicates1042중복 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingFiles1042파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingFolders1042폴더를 제거하는 중01419977134IDS_ACTIONTEXT_RemovingIISRoots1042IIS 가상 루트를 제거하는 중01419977134IDS_ACTIONTEXT_RemovingIni1042INI 파일 항목을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingMoved1042이동한 파일을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingODBC1042ODBC 구성 요소 제거하는 중01419977134IDS_ACTIONTEXT_RemovingRegistry1042시스템 레지스트리 값을 제거하는 중01419977134IDS_ACTIONTEXT_RemovingShortcuts1042바로 가기를 제거하는 중01419977134IDS_ACTIONTEXT_RollingBack1042롤백을 수행하는 중:01419977134IDS_ACTIONTEXT_SearchForRelated1042관련 응용 프로그램을 검색하는 중01419977134IDS_ACTIONTEXT_SearchInstalled1042설치한 응용 프로그램 확인 중01419977134IDS_ACTIONTEXT_SearchingQualifyingProducts1042제품을 확인하는 중01419977134IDS_ACTIONTEXT_SearchingQualifyingProducts21042제품을 확인하는 중01419977134IDS_ACTIONTEXT_Service1042서비스: [1]01419977134IDS_ACTIONTEXT_Service21042서비스: [2]01419977134IDS_ACTIONTEXT_Service31042서비스: [1]01419977134IDS_ACTIONTEXT_Service41042서비스: [1]01419977134IDS_ACTIONTEXT_Shortcut1042바로 가기: [1]01419977134IDS_ACTIONTEXT_Shortcut11042바로 가기: [1]01419977134IDS_ACTIONTEXT_StartingServices1042서비스를 시작하는 중01419977134IDS_ACTIONTEXT_StoppingServices1042서비스를 중지하는 중01419977134IDS_ACTIONTEXT_UnpublishProductFeatures1042제품 기능의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnpublishQualified1042해당 구성 요소의 게시를 해제하는 중01419977134IDS_ACTIONTEXT_UnpublishingProductInfo1042제품 정보의 게시를 해제하는 중01419977134IDS_ACTIONTEXT_UnregTypeLibs1042형식 라이브러리의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterClassServers1042Class 서버의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterExtensionServers1042extension 서버의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisterModules1042모듈 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringComPlus1042COM+ 응용 프로그램과 구성 요소의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringFonts1042글꼴 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringMimeInfo1042MIME 정보의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UnregisteringProgramIds1042프로그램 확인자의 등록을 해제하는 중01419977134IDS_ACTIONTEXT_UpdateComponentRegistration1042구성 요소 등록을 업데이트하는 중01419977134IDS_ACTIONTEXT_UpdateEnvironmentStrings1042환경 문자열을 업데이트하는 중01419977134IDS_ACTIONTEXT_Validating1042설치를 유효화하는 중01419977134IDS_ACTIONTEXT_WritingINI1042INI 파일 값을 쓰는 중01419977134IDS_ACTIONTEXT_WritingRegistry1042시스템 레지스트리 값을 쓰는 중01419977134IDS_BACK1042< 뒤로(&B)01419977134IDS_CANCEL1042취소01419977134IDS_CANCEL21042{&Tahoma8} 취소01419977134IDS_CHANGE1042바꾸기(&C)...01419977134IDS_COMPLUS_PROGRESSTEXT_COST1042COM+ 애플리케이션 비용 산출: [1]01419977134IDS_COMPLUS_PROGRESSTEXT_INSTALL1042COM+ 애플리케이션 설치: [1]01419977134IDS_COMPLUS_PROGRESSTEXT_UNINSTALL1042COM+ 애플리케이션 제거: [1]01419977134IDS_DIALOG_TEXT2_DESCRIPTION1042Dialog 보통 설명01419977134IDS_DIALOG_TEXT_DESCRIPTION_EXTERIOR1042{&TahomaBold10}Dialog 굵게 제목01419977134IDS_DIALOG_TEXT_DESCRIPTION_INTERIOR1042{&MSSansBold8}Dialog 굵게 제목01419977134IDS_DIFX_AMD641042[ProductName]에는 X64 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DIFX_IA641042[ProductName]에는 IA64 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DIFX_X861042[ProductName]에는 X86 프로세서가 필요합니다. 마법사를 종료하려면 [확인]을 클릭하십시오.01419977134IDS_DatabaseFolder_InstallDatabaseTo1042[ProductName]을 다음 위치에 설치하십시오:01419977134IDS_ERROR_01042{{심각한 오류: }}01419977134IDS_ERROR_11042{{오류 [1]. }}01419977134IDS_ERROR_101042=== 기록 시작: [Date] [Time] ===01419977134IDS_ERROR_1001042바로 가기 [2]을(를) 제거하지 못했습니다. 바로 가기 파일이 실제로 있는지, 그리고 그 파일을 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1011042파일 [2]의 형식 라이브러리를 등록하지 못했습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1021042파일 [2]의 형식 라이브러리를 등록하지 못했습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1031042ini 파일 [2][3]을(를) 업데이트하지 못했습니다. 그 파일이 실제로 있는지, 그리고 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1041042리부팅할 때 파일 [2]을(를) [3](으)로 바꾸도록 설정하지 못했습니다. 파일 [3]에 쓰기 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1051042ODBC 드라이버 관리자를 제거하는데 오류가 생겼습니다. ODBC 오류 [2]: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1061042ODBC 드라이버 관리자를 설치하는 중에 오류가 생겼습니다. ODBC 오류 [2]: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시외.01419977134IDS_ERROR_1071042ODBC 드라이버 제거하는데 오류가 생겼습니다:[4]. ODBC 오류 [2]: [3]. ODBC 드라이버를 제거할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1081042ODBC 드라이버를 설치하는 중에 오류가 생겼습니다: [4]. ODBC 오류 [2]: [3]. [4] 파일이 실제로 있는지, 그리고 그 파일을 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_1091042ODBC 데이터 원본을 구성하는 중에 오류가 생겼습니다: [4]. ODBC 오류 [2]: [3]. [4] 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_111042=== 기록 시작: [Date] [Time] ===01419977134IDS_ERROR_1101042서비스 '[2]'([3])을(를) 시작하는데 실패했습니다. 시스템 서비스를 시작할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1111042서비스 '[2]'([3])을(를) 중지하지 못했습니다. 시스템 서비스를 중단할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1121042서비스 '[2]'([3])을(를) 삭제하지 못했습니다. 시스템 서비스를 삭제할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1131042서비스 '[2]'([3])을(를) 설치하지 못했습니다. 시스템 서비스를 설치할 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1141042환경 변수 '[2]'을(를) 업데이트하지 못했습니다. 환경 변수를 수정할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1151042모든 사용자가 함께 사용할 수 있는 시스템에 설치 작업을 실행할 수 있는 권한이 없습니다. 관리자 권한으로 로그온해서 설치를 다시 실행하십시오.01419977134IDS_ERROR_1161042'[3]' 파일에 대한 파일 보안을 설정하지 못했습니다. 오류: [2]. 이 파일에 대한 보안을 수정할 수 있는 권한이 있는지 확인하십시오.01419977134IDS_ERROR_1171042구성 요소 서비스(COM+ 1.0)가 이 컴퓨터에 설치되어 있지 않습니다. Component Service가 있어야 설치를 끝낼 수 있습니다. Component Service는 Windows 2000에서 사용할 수 있습니다.01419977134IDS_ERROR_1181042COM+ 응용 프로그램을 등록하는 중에 오류가 생겼습니다. 자세한 내용은 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_1191042COM+ 응용 프로그램의 등록을 해제하는 중에 오류가 생겼습니다. 자세한 사항은 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_121042수행 시작 [Time]: [1].01419977134IDS_ERROR_1201042이 응용 프로그램의 이전 버전을 제거하는 중...01419977134IDS_ERROR_1211042이 응용 프로그램의 이전 버전을 제거하기 위해 준비하는 중...01419977134IDS_ERROR_1221042파일 [2]에 패치를 적용하는 중에 오류가 생겼습니다. 다른 방법으로 업데이트되었기 때문에 이 패치를 사용해서 수정할 수 없습니다. 자세한 사항은 패치를 구입한 대리점에 문의하십시오. {{시스템 오류: [3]}}01419977134IDS_ERROR_1231042[2](이)가 필요한 제품 중 하나를 설치할 수 없습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오. {{시스템 오류: [3].}}01419977134IDS_ERROR_1241042이전 버전의 [2]을(를) 제거할 수 없습니다. 소속된 부서의 기술 지원 담당자에게 문의하십시오. {{시스템 오류 [3].}}01419977134IDS_ERROR_1251042서비스 '[2]'([3])의 설명을 바꾸지 못했습니다.01419977134IDS_ERROR_1261042시스템 파일 [2]을(를) Windows에서 보호하고 있어서 업데이트할 수 없습니다. 이 파일을 제대로 실행하려면 이 프로그램의 운영 체제를 업데이트해야 합니다. {{패키지 버전: [3], OS 보호 버전: [4]}}01419977134IDS_ERROR_1271042Windows Installer 서비스가 보호된 Windows 파일 [2]을(를) 업데이트하지 못했습니다. {{패키지 버전: [3], OS 보호 버전: [4], SFP 오류: [5]}}01419977134IDS_ERROR_1281042Windows Installer 서비스에서 하나 이상의 보호된 Windows 파일을 업데이트할 수 없습니다. SFP 오류: [2]. 보호된 파일 목록: [3]01419977134IDS_ERROR_1291042시스템 정책에 따라 사용자 설치를 사용할 수 없습니다.01419977134IDS_ERROR_131042수행 끝 [Time]: [1]. 리턴 값 [2].01419977134IDS_ERROR_1301042이 설치 프로그램이 IIS 가상 루트를 구성하려면 Internet Information Server 4.0 이상이 필요합니다. IIS 4.0 이상이 설치되어 있는지 확인하십시오.01419977134IDS_ERROR_1311042이 설치 프로그램이 IIS 가상 루트를 구성하려면 관리자 권한이 필요합니다.01419977134IDS_ERROR_13291042캐비닛 파일 [2]이(가) 디지털 서명되어 있지 않기 때문에 필요한 파일을 설치할 수 없습니다. 캐비닛 파일이 손상되었을 수 있습니다.01419977134IDS_ERROR_13301042캐비닛 파일 [2]의 디지털 서명이 잘못되었기 때문에 필요한 파일을 설치할 수 없습니다. 캐비닛 파일이 손상된 것 같습니다.{ WinVerifyTrust에서 [3] 오류를 반환했습니다.}01419977134IDS_ERROR_13311042[2] 파일을 제대로 복사하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13321042[2] 파일을 제대로 패치하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13331042[2] 파일을 제대로 패치하지 못했습니다. CRC 오류입니다.01419977134IDS_ERROR_13341042캐비닛 파일 '[3]'에서 '[2]' 파일을 찾을 수 없으므로 이 파일을 설치할 수 없습니다. 네트워크 오류이거나 CD-ROM 읽기 오류이거나 이 패키지의 문제일 수 있습니다.01419977134IDS_ERROR_13351042이 설치에 필요한 캐비닛 파일 '[2]'이(가) 손상되어 사용할 수 없습니다. 네트워크 오류이거나 CD-ROM 읽기 오류이거나 이 패키지의 문제일 수 있습니다.01419977134IDS_ERROR_13361042이 설치를 완료하는 데 필요한 임시 파일을 작성하는 중 오류가 발생했습니다. 폴더: [3]. 시스템 오류 코드: [2]01419977134IDS_ERROR_141042남은 시간: {[1] 분 }{[2] 초}01419977134IDS_ERROR_151042메모리가 부족합니다. 다른 응용 프로그램을 종료한 후 다시 시도하십시오.01419977134IDS_ERROR_161042Windows Installer가 더 이상 응답하지 않습니다.01419977134IDS_ERROR_16091042보안 설정을 적용하는 동안 오류가 발생했습니다. [2]은(는) 유효한 사용자 또는 그룹이 아닙니다. 패키지에 문제가 있거나 네트워크의 도메인 컨트롤러에 연결하는 데 문제가 있을 수 있습니다. 네트워크 연결을 확인하고 [다시 시도]를 클릭하거나, 설치를 마치려면 [취소]를 클릭하십시오. 사용자의 SID를 찾을 수 없습니다. 시스템 오류 [3]01419977134IDS_ERROR_16511042관리자가 광고 상태의 사용자 단위 관리 또는 컴퓨터 단위 응용 프로그램에 패치를 적용하지 못했습니다.01419977134IDS_ERROR_171042Windows Installer가 완전히 중지되었습니다.01419977134IDS_ERROR_17151042[2] 설치됨.01419977134IDS_ERROR_17161042[2] 구성됨.01419977134IDS_ERROR_17171042[2] 제거됨.01419977134IDS_ERROR_17181042디지털 서명 정책이 [2] 파일을 거부했습니다.01419977134IDS_ERROR_17191042Windows Installer 서비스에 액세스할 수 없습니다. 고객 지원 담당자에게 문의하여 Windows Installer 서비스가 제대로 등록되어 사용할 수 있는지 확인하십시오.01419977134IDS_ERROR_17201042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 스크립트를 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 사용자 지정 작업 [2] 스크립트 오류 [3], [4]: [5] 줄 [6], 열 [7], [8]01419977134IDS_ERROR_17211042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 프로그램을 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업: [2], 위치: [3], 명령: [4]01419977134IDS_ERROR_17221042Windows Installer 패키지에 문제가 있습니다. 설치 프로그램의 일부로 실행한 프로그램이 예상대로 완료되지 않았습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업 [2], 위치: [3], 명령: [4]01419977134IDS_ERROR_17231042Windows Installer 패키지에 문제가 있습니다. 설치를 완료하기 위해 필요한 DLL을 실행할 수 없습니다. 고객 지원 담당자나 패키지 공급업체에 문의하십시오. 작업 [2], 항목: [3], 라이브러리: [4]01419977134IDS_ERROR_17241042제거를 성공적으로 완료했습니다.01419977134IDS_ERROR_17251042제거하지 못했습니다.01419977134IDS_ERROR_17261042보급이 잘 끝났습니다.01419977134IDS_ERROR_17271042보급하지 못했습니다.01419977134IDS_ERROR_17281042구성을 성공적으로 완료했습니다.01419977134IDS_ERROR_17291042구성하지 못했습니다.01419977134IDS_ERROR_17301042Administrator만이 이 응용 프로그램을 제거할 수 없습니다. 이 응용 프로그램을 제거하려면, Administrator로 로그온하거나, 기술 지원 그룹에 문의하십시오.01419977134IDS_ERROR_17311042[2] 제품의 원본 설치 패키지가 클라이언트 패키지와 동기화되어 있지 않습니다. '[3]' 설치 패키지의 유효한 사본을 사용하여 다시 설치해 보십시오.01419977134IDS_ERROR_17321042[2] 설치를 완료하려면 컴퓨터를 다시 시작해야 합니다. 현재 다른 사용자가 이 컴퓨터에 로그온하고 있어서 컴퓨터를 다시 시작하면 다른 사용자의 작업을 손실할 수도 있습니다. 지금 다시 시작하시겠습니까?01419977134IDS_ERROR_181042[ProductName]을(를) 구성하고 있습니다. 기다리십시오.01419977134IDS_ERROR_191042필요한 정보를 모으는 중...01419977134IDS_ERROR_19351042어셈블리 구성 요소 '[2]'을(를) 설치하는 동안 오류가 발생했습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 어셈블리 이름: [6]}}01419977134IDS_ERROR_19361042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 어셈블리가 강력한 이름을 가지고 있지 않거나 최소 키 길이로 서명되어 있지 않습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_19371042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 서명이나 카탈로그를 확인할 수 없거나 유효하지 않습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_19381042어셈블리 '[6]'을(를) 설치하는 동안 오류가 발생했습니다. 하나 이상의 어셈블리 모듈을 찾을 수 없습니다. HRESULT: [3]. {{어셈블리 인터페이스: [4], 함수: [5], 구성 요소: [2]}}01419977134IDS_ERROR_21042경고 [1]. 01419977134IDS_ERROR_201042{[ProductName] }설치가 성공적으로 완료되었습니다.01419977134IDS_ERROR_211042{[ProductName] }설치를 실패했습니다.01419977134IDS_ERROR_21011042운영 체제에서 지원하지 않는 바로 가기입니다.01419977134IDS_ERROR_21021042잘못된 .ini 작업: [2]01419977134IDS_ERROR_21031042셸 폴더 [2]에 대한 경로를 확인할 수 없습니다.01419977134IDS_ERROR_21041042.ini 파일 쓰기: [3]: 시스템 오류: [2].01419977134IDS_ERROR_21051042바로 가기 [3]을(를) 만들지 못했습니다. 시스템 오류: [2].01419977134IDS_ERROR_21061042바로 가기 [3]을(를) 삭제하지 못했습니다. 시스템 오류: [2].01419977134IDS_ERROR_21071042형식 라이브러리 [2]을(를) 등록하는 동안 오류 [3]이(가) 발생했습니다.01419977134IDS_ERROR_21081042형식 라이브러리 [2]의 등록을 취소하는 동안 오류 [3]이(가) 발생했습니다.01419977134IDS_ERROR_21091042.ini 작업에 대한 섹션이 없습니다.01419977134IDS_ERROR_21101042.ini 작업에 대한 키가 없습니다.01419977134IDS_ERROR_21111042실행 중인 응용 프로그램을 검색하지 못했으므로 성능 데이터를 가져올 수 없습니다. 반환된 등록 작업: [2].01419977134IDS_ERROR_21121042실행 중인 응용 프로그램을 검색하지 못했으므로 성능 인덱스를 가져올 수 없습니다. 반환된 등록 작업: [2].01419977134IDS_ERROR_21131042실행 중인 응용 프로그램을 검색하지 못했습니다.01419977134IDS_ERROR_221042파일 읽기 오류: [2]. {{ 시스템 오류 [3].}} 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_22001042데이터베이스: [2]. 데이터베이스 개체를 만들지 못했습니다. 모드 = [3].01419977134IDS_ERROR_22011042데이터베이스: [2]. 메모리 부족으로 초기화되지 못했습니다.01419977134IDS_ERROR_22021042데이터베이스: [2]. 메모리 부족으로 데이터에 액세스하지 못했습니다.01419977134IDS_ERROR_22031042데이터베이스: [2]. 데이터베이스 파일을 열 수 없습니다. 시스템 오류 [3].01419977134IDS_ERROR_22041042데이터베이스: [2]. 테이블이 이미 있습니다: [3].01419977134IDS_ERROR_22051042데이터베이스: [2]. 테이블이 없습니다: [3].01419977134IDS_ERROR_22061042데이터베이스: [2]. 테이블을 삭제할 수 없습니다: [3].01419977134IDS_ERROR_22071042데이터베이스: [2]. 의도 위반.01419977134IDS_ERROR_22081042데이터베이스: [2]. 매개 변수가 부족하여 실행할 수 없습니다.01419977134IDS_ERROR_22091042데이터베이스: [2]. 커서의 상태가 잘못되었습니다.01419977134IDS_ERROR_22101042데이터베이스: [2]. 열 [3]의 업데이트 데이터 형식이 잘못되었습니다.01419977134IDS_ERROR_22111042데이터베이스: [2]. 테이블 테이블 [3]을(를) 만들 수 없습니다.01419977134IDS_ERROR_22121042데이터베이스: [2]. 데이터베이스가 쓰기 가능 상태가 아닙니다.01419977134IDS_ERROR_22131042데이터베이스: [2]. 데이터베이스 테이블을 저장하는 중 오류가 발생했습니다.01419977134IDS_ERROR_22141042데이터베이스: [2]. 내보낼 파일을 쓰는 중 오류가 발생했습니다. [3].01419977134IDS_ERROR_22151042데이터베이스: [2]. 가져올 파일을 열 수 없습니다: [3].01419977134IDS_ERROR_22161042데이터베이스: [2]. 파일 가져오기 형식 오류: [3], 줄 [4].01419977134IDS_ERROR_22171042데이터베이스: [2]. CreateOutputDatabase [3]의 상태가 잘못되었습니다.01419977134IDS_ERROR_22181042데이터베이스: [2]. 테이블 이름을 제공하지 않았습니다.01419977134IDS_ERROR_22191042데이터베이스: [2]. 설치 관리자 데이터베이스 형식이 잘못되었습니다.01419977134IDS_ERROR_22201042데이터베이스: [2]. 행/필드 데이터가 잘못되었습니다.01419977134IDS_ERROR_22211042데이터베이스: [2]. 가져올 파일의 코드 페이지가 충돌합니다. [3].01419977134IDS_ERROR_22221042데이터베이스: [2]. 변환 또는 병합 코드 페이지 [3]이(가) 데이터베이스 코드 페이지 [4]과(와) 다릅니다.01419977134IDS_ERROR_22231042데이터베이스: [2]. 데이터베이스가 동일하여 변환이 생성되지 않습니다.01419977134IDS_ERROR_22241042데이터베이스: [2]. GenerateTransform: 데이터베이스가 손상되었습니다. 테이블: [3].01419977134IDS_ERROR_22251042데이터베이스: [2]. 변환: 임시 테이블을 변환할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22261042데이터베이스: [2]. 변환하지 못했습니다.01419977134IDS_ERROR_22271042데이터베이스: [2]. SQL 쿼리에 잘못된 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22281042데이터베이스: [2]. SQL 쿼리에 알 수 없는 테이블 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22291042데이터베이스: [2]. SQL 쿼리의 테이블 '[3]'을(를) 로드할 수 없습니다. [4].01419977134IDS_ERROR_22301042데이터베이스: [2]. SQL 쿼리에 반복되는 테이블 '[3]'이(가) 있습니다. [4].01419977134IDS_ERROR_22311042데이터베이스: [2]. SQL 쿼리에 ')'가 없습니다. [3].01419977134IDS_ERROR_22321042데이터베이스: [2]. SQL 쿼리에 예기치 않은 토큰 '[3]'이(가) 있습니다: [4].01419977134IDS_ERROR_22331042데이터베이스: [2]. SQL 쿼리의 SELECT 절에 열이 없습니다: [3].01419977134IDS_ERROR_22341042데이터베이스: [2]. SQL 쿼리의 ORDER BY 절에 열이 없음: [3].01419977134IDS_ERROR_22351042데이터베이스: [2]. SQL 쿼리에 열 '[3]'이(가) 없거나 모호합니다: [4].01419977134IDS_ERROR_22361042데이터베이스: [2]. SQL 쿼리에 잘못된 연산자 '[3]'이(가) 있습니다: [4].01419977134IDS_ERROR_22371042데이터베이스: [2]. 쿼리 문자열이 잘못되었거나 없습니다: [3].01419977134IDS_ERROR_22381042데이터베이스: [2]. SQL 쿼리에 FROM 절이 없습니다. [3].01419977134IDS_ERROR_22391042데이터베이스: [2]. INSERT SQL 문에 값이 부족합니다.01419977134IDS_ERROR_22401042데이터베이스: [2]. UPDATE SQL 문에 업데이트 열이 없습니다.01419977134IDS_ERROR_22411042데이터베이스: [2]. INSER SQL 문에 삽입 열이 없습니다.01419977134IDS_ERROR_22421042데이터베이스: [2]. 열 '[3]'이(가) 반복됩니다.01419977134IDS_ERROR_22431042데이터베이스: [2]. 테이블 생성을 위한 기본 열이 정의되지 않았습니다.01419977134IDS_ERROR_22441042데이터베이스: [2]. SQL 쿼리 [4]에 잘못된 유형 지정자 '[3]'이(가) 있습니다.01419977134IDS_ERROR_22451042오류 [3](으)로 인해 IStorage::Stat가 실패했습니다.01419977134IDS_ERROR_22461042데이터베이스: [2]. 설치 관리자 변환 형식이 잘못되었습니다.01419977134IDS_ERROR_22471042데이터베이스: [2] 스트림 읽기/쓰기 변환 실패.01419977134IDS_ERROR_22481042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 열 유형이 참조 테이블과 일치하지 않습니다. 테이블: [3] 열 #: [4].01419977134IDS_ERROR_22491042데이터베이스: [2] GenerateTransform: 기본 테이블에 참조 테이블보다 더 많은 열이 있습니다. 테이블: [3].01419977134IDS_ERROR_22501042데이터베이스: [2] 변환: 기본 열을 추가할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22511042데이터베이스: [2] 변환: 존재하지 않는 행을 삭제할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22521042데이터베이스: [2] 변환: 기본 테이블을 추가할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22531042데이터베이스: [2] 변환: 존재하지 않는 테이블을 삭제할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22541042데이터베이스: [2] 변환: 존재하지 않는 행을 업데이트할 수 없습니다. 테이블: [3].01419977134IDS_ERROR_22551042데이터베이스: [2] 변환: 이름이 같은 열이 이미 있습니다. 테이블: [3] 열: [4].01419977134IDS_ERROR_22561042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 기본 키 수가 참조 테이블과 일치하지 않습니다. 테이블: [3].01419977134IDS_ERROR_22571042데이터베이스: [2]. 읽기 전용 테이블을 수정하려고 했습니다. [3].01419977134IDS_ERROR_22581042데이터베이스: [2]. 매개 변수의 유형이 일치하지 않습니다. [3].01419977134IDS_ERROR_22591042데이터베이스: [2] 테이블을 업데이트하지 못했습니다.01419977134IDS_ERROR_22601042Storage CopyTo를 실패했습니다. 시스템 오류: [3].01419977134IDS_ERROR_22611042스트림 [2]을(를) 제거할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22621042스트림이 없습니다: [2]. 시스템 오류: [3].01419977134IDS_ERROR_22631042스트림 [2]을(를) 열 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22641042스트림 [2]을(를) 제거할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22651042저장소를 커밋할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22661042저장소를 롤백할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22671042저장소 [2]을(를) 삭제할 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22681042데이터베이스: [2]. 병합: [3] 테이블에서 병합 충돌이 보고되었습니다.01419977134IDS_ERROR_22691042데이터베이스: [2]. 병합: 두 데이터베이스의 '[3]' 테이블에 포함된 열 개수가 다릅니다.01419977134IDS_ERROR_22701042데이터베이스: [2]. GenerateTransform/Merge: 기본 테이블의 열 이름이 참조 테이블과 일치하지 않습니다. 테이블: [3] 열 #: [4].01419977134IDS_ERROR_22711042SummaryInformation 쓰기가 실패했습니다.01419977134IDS_ERROR_22721042데이터베이스: [2]. 데이터베이스가 읽기 전용으로 열려 있어 MergeDatabase가 변경 내용을 쓰지 못합니다.01419977134IDS_ERROR_22731042데이터베이스: [2]. MergeDatabase: 기본 데이터베이스에 대한 참조가 참조 데이터베이스로 전달되었습니다.01419977134IDS_ERROR_22741042데이터베이스: [2]. MergeDatabase: 오류 테이블에 오류를 쓸 수 없습니다. 미리 정의된 오류 테이블에 Null을 허용하지 않는 열이 있어 오류 테이블에 오류를 쓸 수 없습니다.01419977134IDS_ERROR_22751042데이터베이스: [2]. 지정된 [3] 수정 작업이 테이블 조인에 적합하지 않습니다.01419977134IDS_ERROR_22761042데이터베이스: [2]. 코드 페이지 [3]은(는) 시스템에서 지원되지 않습니다.01419977134IDS_ERROR_22771042데이터베이스: [2]. 테이블 [3]을(를) 저장하지 못했습니다.01419977134IDS_ERROR_22781042데이터베이스: [2]. SQL 쿼리의 WHERE 절이 식 개수 제한(32개)을 초과했습니다: [3].01419977134IDS_ERROR_22791042데이터베이스: [2] 변환: 기본 테이블 [3]에 너무 많은 열이 있습니다.01419977134IDS_ERROR_22801042데이터베이스: [2]. 테이블 [4]의 열 [3]을(를) 만들 수 없습니다.01419977134IDS_ERROR_22811042스트림 [2]의 이름을 바꿀 수 없습니다. 시스템 오류: [3].01419977134IDS_ERROR_22821042스트림 이름 [2]이(가) 잘못되었습니다.01419977134IDS_ERROR_231042'[2]' 파일을 만들 수 없습니다. 이 이름을 가진 디렉터리가 이미 있습니다. 설치를 취소하고 다른 위치에 다시 설치해 보십시오.01419977134IDS_ERROR_23021042패치 알림: [2]바이트가 패치되었습니다.01419977134IDS_ERROR_23031042볼륨 정보 가져오기 오류. GetLastError: [2].01419977134IDS_ERROR_23041042사용 가능한 디스크 공간을 가져오는 동안 오류가 발생했습니다. GetLastError: [2]. 볼륨: [3].01419977134IDS_ERROR_23051042패치 스레드를 기다리는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23061042패치 적용을 위한 스레드를 만들 수 없습니다. GetLastError: [2].01419977134IDS_ERROR_23071042원본 파일 키 이름이 Null입니다.01419977134IDS_ERROR_23081042대상 파이 이름이 Null입니다.01419977134IDS_ERROR_23091042패치가 이미 진행 중인데 파일 [2]을(를) 패치하려고 합니다.01419977134IDS_ERROR_23101042진행 중인 패치가 없는데 패치를 계속하려고 합니다.01419977134IDS_ERROR_23151042경로 구분 기호가 없습니다: [2].01419977134IDS_ERROR_23181042파일이 없습니다: [2].01419977134IDS_ERROR_23191042파일 특성을 설정하는 동안 오류가 발생했습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23201042파일에 쓸 수 없습니다: [2].01419977134IDS_ERROR_23211042파일을 만드는 동안 오류가 발생했습니다: [2].01419977134IDS_ERROR_23221042사용자가 취소했습니다.01419977134IDS_ERROR_23231042파일 특성이 잘못되었습니다.01419977134IDS_ERROR_23241042파일을 열 수 없습니다: [3] GetLastError: [2].01419977134IDS_ERROR_23251042파일에 대한 파일 시간을 가져올 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23261042FileToDosDateTime에 오류가 있습니다.01419977134IDS_ERROR_23271042디렉터리를 제거할 수 없습니다: [3] GetLastError: [2].01419977134IDS_ERROR_23281042파일에 대한 파일 버전 정보를 가져오는 동안 오류가 발생했습니다. [2].01419977134IDS_ERROR_23291042파일을 삭제하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23301042파일 특성을 가져오는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23311042라이브러리를 로드할 수 없거나 [2] 시작 지점을 찾을 수 없습니다 [3].01419977134IDS_ERROR_23321042파일 특성을 가져오는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23331042파일 특성을 설정하는 동안 오류가 발생했습니다. GetLastError: [2].01419977134IDS_ERROR_23341042파일에 대한 파일 시간을 로컬 시간으로 변환하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23351042경로 [2]이(가) [3]의 부모 항목이 아닙니다.01419977134IDS_ERROR_23361042경로에 임시 파일을 만드는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23371042파일을 닫을 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23381042파일에 대한 리소스를 업데이트할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23391042파일에 대한 파일 시간을 설정할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23401042파일에 대한 리소스를 업데이트할 수 없습니다. [3], 리소스가 없습니다.01419977134IDS_ERROR_23411042파일에 대한 리소스를 업데이트할 수 없습니다. [3], 리소스가 너무 큽니다.01419977134IDS_ERROR_23421042파일에 대한 리소스를 업데이트할 수 없습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23431042지정된 경로가 비어 있습니다.01419977134IDS_ERROR_23441042파일의 유효성을 검사하는 데 필요한 IMAGEHLP.DLL 파일을 찾을 수 없습니다:[2].01419977134IDS_ERROR_23451042[2]: 파일에 유효한 체크섬 값이 들어 있지 않습니다.01419977134IDS_ERROR_23471042사용자가 무시했습니다.01419977134IDS_ERROR_23481042캐비닛 스트림에서 읽는 동안 오류가 발생했습니다.01419977134IDS_ERROR_23491042다른 정보를 사용하여 복사를 다시 시작했습니다.01419977134IDS_ERROR_23501042FDI 서버 오류01419977134IDS_ERROR_23511042파일 키 '[2]'이(가) 캐비닛 '[3]'에 없습니다. 설치를 계속할 수 없습니다.01419977134IDS_ERROR_23521042캐비닛 파일 서버를 초기화할 수 없습니다. 필요한 파일 'CABINET.DLL'이 없을 수 있습니다.01419977134IDS_ERROR_23531042캐비닛이 아닙니다.01419977134IDS_ERROR_23541042캐비닛을 처리할 수 없습니다.01419977134IDS_ERROR_23551042캐비닛이 손상되었습니다.01419977134IDS_ERROR_23561042스트림에서 캐비닛을 찾을 수 없습니다: [2].01419977134IDS_ERROR_23571042특성을 설정할 수 없습니다.01419977134IDS_ERROR_23581042파일이 사용 중인지 여부를 확인하는 동안 오류가 발생했습니다: [3]. GetLastError: [2].01419977134IDS_ERROR_23591042대상 파일을 만들 수 없습니다. 파일이 사용 중일 수 있습니다.01419977134IDS_ERROR_23601042진행률이 표시됩니다.01419977134IDS_ERROR_23611042다음 캐비닛이 필요합니다.01419977134IDS_ERROR_23621042폴더를 찾을 수 없습니다: [2].01419977134IDS_ERROR_23631042폴더의 하위 폴더를 열거할 수 없습니다: [2].01419977134IDS_ERROR_23641042CreateCopier 호출에 잘못된 열거 상수가 있습니다.01419977134IDS_ERROR_23651042실행 파일 [2]에 대해 BindImage를 수행할 수 없습니다.01419977134IDS_ERROR_23661042사용자 오류.01419977134IDS_ERROR_23671042사용자가 중단했습니다.01419977134IDS_ERROR_23681042네트워크 리소스 정보를 가져오지 못했습니다. 오류 [2], 네트워크 경로 [3]. 확장 오류: 네트워크 공급자 [5], 오류 코드 [4], 오류 설명 [6].01419977134IDS_ERROR_23701042[2] 파일에 대한 CRC 체크섬 값이 잘못되었습니다.{ 헤더에는 체크섬 값이 [3](으)로 나타나며 계산 값은 [4]입니다.}01419977134IDS_ERROR_23711042파일 [2]에 패치를 적용할 수 없습니다. GetLastError: [3].01419977134IDS_ERROR_23721042패치 파일 [2]이(가) 손상되었거나 형식이 잘못되었습니다. 파일 [3]을(를) 패치하려고 합니다. GetLastError: [4].01419977134IDS_ERROR_23731042파일 [2]이(가) 유효한 패치 파일이 아닙니다.01419977134IDS_ERROR_23741042파일 [2]이(가) 패치 파일 [3]의 유효한 대상 파일이 아닙니다.01419977134IDS_ERROR_23751042알 수 없는 패치 오류: [2].01419977134IDS_ERROR_23761042캐비닛이 없습니다.01419977134IDS_ERROR_23791042읽기 위해 파일을 여는 동안 오류가 발생했습니다. [3] GetLastError: [2].01419977134IDS_ERROR_23801042쓰기 위해 파일을 여는 동안 오류가 발생했습니다. [3]. GetLastError: [2].01419977134IDS_ERROR_23811042디렉터리가 없습니다. [2].01419977134IDS_ERROR_23821042드라이브가 준비되지 못했습니다: [2].01419977134IDS_ERROR_241042다음 디스크를 넣으십시오: [2]01419977134IDS_ERROR_2401104232비트 운영 체제에서 키 [2]에 대해 64비트 레지스트리 작업이 시도되었습니다.01419977134IDS_ERROR_24021042메모리가 부족합니다.01419977134IDS_ERROR_251042이 디렉터리에 액세스할 수 있는 권한이 충분하지 않습니다:[2]. 설치를 계속할 수 없습니다. 관리자 권한으로 로그온하거나 시스템 관리자에게 문의하십시오.01419977134IDS_ERROR_25011042롤백 스크립트 열거자를 만들 수 없습니다.01419977134IDS_ERROR_25021042설치가 진행되고 있지 않을 때 InstallFinalize를 호출했습니다.01419977134IDS_ERROR_25031042진행 중으로 표시되지 않은 RunScript를 호출했습니다.01419977134IDS_ERROR_261042파일 쓰기 오류: [2]. 그 디렉터리에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_26011042속성 [2]의 값이 잘못되었습니다: '[3]'01419977134IDS_ERROR_26021042미디어 테이블에 [2] 테이블 항목 '[3]'과(와) 연결된 항목이 없습니다.01419977134IDS_ERROR_26031042테이블 이름 [2]이(가) 중복되었습니다.01419977134IDS_ERROR_26041042[2] 속성이 정의되지 않았습니다.01419977134IDS_ERROR_26051042[3] 또는 [4]에서 서버 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_26061042속성 [2]의 값이 유효한 전체 경로가 아닙니다. '[3]'.01419977134IDS_ERROR_26071042파일 설치에 필요한 미디어 테이블이 없거나 비어 있습니다.01419977134IDS_ERROR_26081042개체에 대한 보안 설명자를 만들 수 없습니다. 오류: '[2]'.01419977134IDS_ERROR_26091042초기화하기 전에 제품 설정을 마이그레이션하려고 합니다.01419977134IDS_ERROR_26111042파일 [2]이(가) 압축된 것으로 표시되어 있지만 관련된 미디어 항목이 캐비닛을 지정하지 않습니다.01419977134IDS_ERROR_26121042'[2]' 열에 스트림이 없습니다. 기본 키: '[3]'.01419977134IDS_ERROR_26131042RemoveExistingProducts 작업 순서가 잘못되었습니다.01419977134IDS_ERROR_26141042설치 패키지에서 IStorage 개체에 액세스할 수 없습니다.01419977134IDS_ERROR_26151042원본 확인 오류로 인해 모듈 [2]의 등록 취소를 건너뛰었습니다.01419977134IDS_ERROR_26161042수반되는 파일 [2]에 부모 항목이 없습니다.01419977134IDS_ERROR_26171042공유 구성 요소 [2]을(를) 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_26181042격리된 응용 프로그램 구성 요소 [2]을(를) 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_26191042격리된 구성 요소 [2], [3]이(가) 동일한 기능에 속하지 않습니다.01419977134IDS_ERROR_26201042격리된 응용 프로그램 구성 요소 [2]의 키 파일이 파일 테이블에 없습니다.01419977134IDS_ERROR_26211042바로 가기 [2] 집합에 대한 리소스 DLL 또는 리소스 ID 정보가 잘못 설정되었습니다.01419977134IDS_ERROR_271042[2] 파일을 읽다가 오류가 생겼습니다. {{ 시스템 오류 [3].}} 파일이 실제로 있는지, 그리고 그 파일에 액세스할 수 있는지 확인하십시오.01419977134IDS_ERROR_27011042기능의 깊이가 [2] 레벨의 허용 가능한 트리 깊이를 초과합니다.01419977134IDS_ERROR_27021042기능 테이블 레코드([2])가 특성 필드에 존재하지 않는 부모 항목을 참조합니다.01419977134IDS_ERROR_27031042루트 원본 경로에 대한 속성 이름이 정의되지 않았습니다: [2]01419977134IDS_ERROR_27041042루트 디렉터리 속성이 정의되어 있지 않습니다. [2]01419977134IDS_ERROR_27051042잘못된 테이블: [2]. 트리로 연결할 수 없습니다.01419977134IDS_ERROR_27061042원본 경로가 생성되지 않았습니다. 디렉터리 테이블에 항목 [2]에 대한 경로가 없습니다.01419977134IDS_ERROR_27071042대상 경로가 생성되지 않았습니다. 디렉터리 테이블에 항목 [2]에 대한 경로가 없습니다.01419977134IDS_ERROR_27081042파일 테이블에 항목이 없습니다.01419977134IDS_ERROR_27091042지정된 구성 요소 이름('[2]')을 구성 요소 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27101042요청된 ‘Select’ 상태는 이 구성 요소에 적합하지 않습니다.01419977134IDS_ERROR_27111042지정된 기능 이름('[2]')을 기능 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27121042작업 [2]에서 모덜리스 대화 상자 [3](으)로부터 잘못된 값이 반환되었습니다.01419977134IDS_ERROR_27131042Null을 허용하지 않는 열에 Null 값이 있습니다('[4]' 테이블, '[3]' 열의 '[2]').01419977134IDS_ERROR_27141042기본 폴더 이름에 대한 값이 잘못되었습니다: [2].01419977134IDS_ERROR_27151042지정된 파일 키('[2]')를 파일 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27161042구성 요소 '[2]'에 대해 임의 하위 구성 요소 이름을 만들 수 없습니다.01419977134IDS_ERROR_27171042작업 조건이 잘못되었거나 사용자 지정 작업 '[2]'을(를) 호출하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_27181042제품 코드 '[2]'에 대한 패키지 이름이 없습니다.01419977134IDS_ERROR_27191042원본 '[2]'에 UNC와 드라이브 문자 경로가 둘 다 있습니다.01419977134IDS_ERROR_27201042원본 목록 키를 여는 동안 오류가 발생했습니다. 오류: '[2]'01419977134IDS_ERROR_27211042사용자 지정 작업 [2]을(를) 이진 테이블 스트림에서 찾을 수 없습니다.01419977134IDS_ERROR_27221042사용자 지정 작업 [2]을(를) 파일 테이블에서 찾을 수 없습니다.01419977134IDS_ERROR_27231042사용자 지정 작업 [2]이(가) 지원되지 않은 유형을 지정합니다.01419977134IDS_ERROR_27241042설치를 실행 중인 미디어의 볼륨 레이블 '[2]'이(가) 미디어 테이블에 지정한 레이블 '[3]'과(와) 일치하지 않습니다. 이러한 상황은 미디어 테이블에 항목이 하나만 있을 때만 허용됩니다.01419977134IDS_ERROR_27251042데이터베이스 테이블이 잘못되었습니다.01419977134IDS_ERROR_27261042작업 찾을 수 없습니다: [2].01419977134IDS_ERROR_27271042디렉터리 항목 '[2]'이(가) 디렉터리 테이블에 없습니다.01419977134IDS_ERROR_27281042테이블 정의 오류: [2]01419977134IDS_ERROR_27291042설치 엔진이 초기화되지 않았습니다.01419977134IDS_ERROR_27301042데이터베이스에 잘못된 값이 있습니다. 테이블: '[2]', 기본 키: '[3]', 명령: '[4]'01419977134IDS_ERROR_27311042선택 관리자가 초기화되지 않았습니다.01419977134IDS_ERROR_27321042디렉터리 관리자가 초기화되지 않았습니다.01419977134IDS_ERROR_27331042'[4]' 테이블의 '[3]' 열에 잘못된 외래 키('[2]')가 있습니다.01419977134IDS_ERROR_27341042다시 설치 모드 문자가 잘못되었습니다.01419977134IDS_ERROR_27351042사용자 지정 작업 '[2]'이(가) 처리되지 않은 예외를 발생시키고 중지되었습니다. 사용자 지정 작업에 액세스 위반과 같은 내부 오류가 발생했기 때문일 수 있습니다.01419977134IDS_ERROR_27361042사용자 지정 작업 임시 파일을 생성하지 못했습니다: [2].01419977134IDS_ERROR_27371042사용자 지정 작업 [2], 항목 [3], 라이브러리 [4]에 액세스할 수 없습니다.01419977134IDS_ERROR_27381042사용자 지정 작업 [2]에 대한 VBScript 런타임에 액세스할 수 없습니다.01419977134IDS_ERROR_27391042사용자 지정 작업 [2]에 대한 JavaScript 런타임에 액세스할 수 없습니다.01419977134IDS_ERROR_27401042사용자 지정 조치 [2] 스크립트 오류 [3], [4]: [5] 라인 [6], 열 [7], [8].01419977134IDS_ERROR_27411042제품 [2]에 대한 구성 정보가 손상되었습니다. 잘못된 정보: [2].01419977134IDS_ERROR_27421042서버로 마샬링하지 못했습니다: [2].01419977134IDS_ERROR_27431042사용자 지정 작업 [2]을(를) 실행할 수 없습니다. 위치: [3], 명령: [4].01419977134IDS_ERROR_27441042사용자 지정 작업 [2]에서 EXE를 호출하지 못했습니다. 위치: [3], 명령: [4].01419977134IDS_ERROR_27451042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 언어가 [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27461042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품이 [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27471042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 < [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27481042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 <= [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27491042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 == [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_27501042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 >= [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_275021042[2] 서버에 연결할 수 없습니다 [3]. [4]01419977134IDS_ERROR_275031042[2] 서버로부터 버전 스트링을 불러올 수 없습니다. '[3]'. [3]01419977134IDS_ERROR_275041042SQL 버전 요구 사항에 맞지 않습니다: [3]. 이 설치는 [2] [4] 이상이 필요합니다.01419977134IDS_ERROR_275051042SQL 스크립트 파일을 열 수 없습니다 [2].01419977134IDS_ERROR_275061042SQL 스크립트를 실행할 수 없습니다 [2]. 라인 [3]. [4]01419977134IDS_ERROR_275071042데이터베이스 서버를 찾거나 연결하려면 MDAC를 설치해야 합니다. 설치를 종료합니다.01419977134IDS_ERROR_275081042COM+ 응용 프로그램 설치할 수 없습니다. [2] [3]01419977134IDS_ERROR_275091042COM+ 응용 프로그램 제거할 수 없습니다. [2] [3]01419977134IDS_ERROR_27511042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 제품 버전이 > [4]이어야 하는데 [5]입니다.01419977134IDS_ERROR_275101042COM+ 응용 프로그램 설치할 수 없습니다. [2] System.EnterpriseServices.RegistrationHelper 객체를 만들 수 없습니다. Microsoft(R) .NET 서비스 구성 요소를 등록하려면 Microsoft(R) .NET Framework를 설치해야 합니다. 01419977134IDS_ERROR_275111042SQL 스크립트 파일을 실행할 수 없습니다. [2] 열 수 없는 연결: [3]01419977134IDS_ERROR_275121042[2] 서버 트랜잭션을 시작할 수 없습니다. [3] 데이터베이스 [4]. [5]01419977134IDS_ERROR_275131042[2] 서버 트랜잭션을 확인할 수 없습니다. [3] 데이터베이스 [4]. [5]01419977134IDS_ERROR_275141042설치를 마치려면 Microsoft SQL Server가 필요합니다. 지정한 서버 '[3]'은(는) Microsoft SQL Server Desktop Engine 또는 SQL Server Express입니다.01419977134IDS_ERROR_275151042[2] 서버로부터 스키마 버전을 불러올 수 없습니다. '[3]' 데이터베이스: '[4]'. [5]01419977134IDS_ERROR_275161042[2] 서버에 스키마 버전을 쓸 수 없습니다. '[3]' 데이터베이스: '[4]'. [5]01419977134IDS_ERROR_275171042이 설치에서는 COM+ 응용 프로그램 설치를 위한 관리자 권한이 필요합니다. administrator로 로그온한 후 다시 이 설치를 시도하십시오.01419977134IDS_ERROR_275181042COM+ 응용 프로그램 "[2]"은(는) NT 서비스로 실행하도록 구성되어 있으며, 시스템에 COM+ 1.5 이상이 설치되어 있어야 합니다. 현재 시스템에는 COM+ 1.0이 설치되어 있으므로 이 응용 프로그램이 설치되지 않을 것입니다.01419977134IDS_ERROR_275191042XML 파일 [2]을(를) 업데이트하는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_27521042패키지 [4]의 자식 저장소로 저장된 변환 [2]을(를) 열 수 없습니다.01419977134IDS_ERROR_275201042XML 파일 [2]을(를) 여는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_275211042XML 파일을 구성하려면 MSXML 3.0 이상이 필요합니다. 버전 3.0 이상이 설치되어 있는지 확인하십시오.01419977134IDS_ERROR_275221042XML 파일 [2]을(를) 만드는 동안 오류가 발생했습니다. [3]01419977134IDS_ERROR_275231042서버를 로드하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275241042NetApi32.DLL을 로드하는 동안 오류가 발생했습니다. ISNetApi.dll을 사용하려면 NetApi32.DLL을 올바르게 로드해야 하며 NT 기반 운영 체제가 있어야 합니다.01419977134IDS_ERROR_275251042서버를 찾을 수 없습니다. 지정한 서버가 있는지 확인하십시오. 서버 이름은 반드시 입력해야 합니다.01419977134IDS_ERROR_275261042ISNetApi.dll에서 알 수 없는 오류가 발생했습니다.01419977134IDS_ERROR_275271042버퍼가 너무 작습니다.01419977134IDS_ERROR_275281042액세스가 거부되었습니다. 관리자 권한을 확인하십시오.01419977134IDS_ERROR_275291042컴퓨터가 올바르지 않습니다.01419977134IDS_ERROR_27531042파일 '[2]'이(가) 설치용으로 표시되지 않았습니다.01419977134IDS_ERROR_275301042NetAPI로부터 알 수 없는 오류가 반환되었습니다. 시스템 오류: [2]01419977134IDS_ERROR_275311042처리되지 않은 예외입니다.01419977134IDS_ERROR_275321042이 서버 또는 도메인의 사용자 이름이 올바르지 않습니다.01419977134IDS_ERROR_275331042암호가 일치하지 않습니다. 암호는 대/소문자를 구분합니다.01419977134IDS_ERROR_275341042목록이 비어 있습니다.01419977134IDS_ERROR_275351042액세스 위반입니다.01419977134IDS_ERROR_275361042그룹을 가져오는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275371042사용자를 그룹에 추가하는 동안 오류가 발생했습니다. 이 도메인 또는 서버에 대한 그룹이 있는지 확인하십시오.01419977134IDS_ERROR_275381042사용자를 만드는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275391042ERROR_NETAPI_ERROR_NOT_PRIMARY를 NetAPI에서 반환했습니다.01419977134IDS_ERROR_27541042파일 '[2]'이(가) 유효한 패치 파일이 아닙니다.01419977134IDS_ERROR_275401042지정한 사용자가 이미 있습니다.01419977134IDS_ERROR_275411042지정한 그룹이 이미 있습니다.01419977134IDS_ERROR_275421042암호가 잘못되었습니다. 암호가 네트워크 암호 정책에 맞는지 확인하십시오.01419977134IDS_ERROR_275431042이름이 올바르지 않습니다.01419977134IDS_ERROR_275441042그룹이 올바르지 않습니다.01419977134IDS_ERROR_275451042사용자 이름은 비워둘 수 없으며 DOMAIN\Username 형식이어야 합니다.01419977134IDS_ERROR_275461042TEMP 디렉터리에서 INI 파일을 로드하거나 만드는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275471042ISNetAPI.dll이 로드되지 않았거나 DLL을 로드하는 동안 오류가 발생했습니다. 이 DLL을 로드해야 작업을 수행할 수 있습니다. DLL이 SUPPORTDIR 디렉터리에 있는지 확인하십시오.01419977134IDS_ERROR_275481042TEMP 디렉터리에서 새 사용자 정보가 포함된 INI 파일을 삭제하는 동안 오류가 발생했습니다.01419977134IDS_ERROR_275491042주 도메인 컨트롤러(PDC)를 가져오는 동안 오류가 발생했습니다.01419977134IDS_ERROR_27551042패키지 [3]을(를) 설치하려는 중 서버에서 오류 [2]을(를) 반환했습니다.01419977134IDS_ERROR_275501042사용자를 만들려면 모든 필드에 값이 있어야 합니다.01419977134IDS_ERROR_275511042[2]의 ODBC 드라이버를 찾을 수 없습니다. [2] 데이터베이스 서버에 연결하려면 이 드라이버가 필요합니다.01419977134IDS_ERROR_275521042데이터베이스 [4]을(를) 만드는 동안 오류가 발생했습니다. 서버: [2] [3]. [5]01419977134IDS_ERROR_275531042데이터베이스 [4]에 연결하는 동안 오류가 발생했습니다. 서버: [2] [3]. [5]01419977134IDS_ERROR_275541042연결 [2]을(를) 여는 동안 오류가 발생했습니다. 이 연결과 연결된 유효한 데이터베이스 메타테이터가 없습니다.01419977134IDS_ERROR_275551042'[2]' 개체에 권한을 적용하는 중 오류가 발생했습니다. 시스템 오류: [3] ([4])01419977134IDS_ERROR_27561042속성 '[2]'이(가) 하나 이상의 테이블에서 디렉터리 속성으로 사용되었지만 값이 할당되지 않았습니다.01419977134IDS_ERROR_27571042변환 [2]에 대한 요약 정보를 만들 수 없습니다.01419977134IDS_ERROR_27581042변환 [2]에 MSI 버전이 없습니다.01419977134IDS_ERROR_27591042변환 [2] 버전 [3]이(가) 엔진과 호환되지 않습니다. 최소: [4], 최대: [5].01419977134IDS_ERROR_27601042변환 [2]이(가) 패키지 [3]에 적합하지 않습니다. 업그레이드 코드 [4]이(가) 필요한데 [5]이(가) 있습니다.01419977134IDS_ERROR_27611042트랜잭션을 시작할 수 없습니다. 전역 뮤텍스가 제대로 초기화되지 않았습니다.01419977134IDS_ERROR_27621042스크립트 레코드를 쓸 수 없습니다. 트랜잭션이 시작되지 않았습니다.01419977134IDS_ERROR_27631042스크립트를 실행할 수 없습니다. 트랜잭션이 시작되지 않았습니다.01419977134IDS_ERROR_27651042AssemblyName 테이블에 어셈블리 이름이 없습니다. 구성 요소: [4].01419977134IDS_ERROR_27661042파일 [2]은(는) 유효하지 않는 MSI 저장소 파일입니다.01419977134IDS_ERROR_27671042추가 데이터가없습니다{ [2] 열거 시}.01419977134IDS_ERROR_27681042패키 패키지의 변환이 잘못되었습니다.01419977134IDS_ERROR_27691042사용자 지정 작업 [2]이(가) [3]개의 MSIHANDLE을 닫지 않았습니다.01419977134IDS_ERROR_27701042캐시된 폴더 [2]이(가) 내부 캐시 폴더 테이블에 정의되지 않았습니다.01419977134IDS_ERROR_27711042기능 [2] 업그레이드에 구성 요소가 누락되었습니다.01419977134IDS_ERROR_27721042새로운 업그레디으 기능 [2]은(는) 리프 기능이어야 합니다.01419977134IDS_ERROR_281042'[2]' 파일을 단독으로 액세스할 수 있는 권한을 다른 응용 프로그램에서 갖고 있습니다. 다른 응용 프로그램을 모두 닫은 후 "다시 시도"를 눌러 다시 시도하십시오.01419977134IDS_ERROR_28011042알 수 없는 메시지 -- 유형 [2]. 아무 작업도 수행되지 않습니다.01419977134IDS_ERROR_28021042이벤트 [2]에 대한 게시자를 찾을 수 없습니다.01419977134IDS_ERROR_28031042대화 상자 뷰가 대화 상자 [2]에 대한 레코드를 찾지 못했습니다.01419977134IDS_ERROR_28041042대화 상자 [2]에서 컨트롤 [3]의 활성화 시 CMsiDialog가 조건 [3]을(를) 평가하지 못했습니다.01419977134IDS_ERROR_28061042대화 상자 [2]이(가) 조건 [3]을(를) 평가하지 못했습니다.01419977134IDS_ERROR_28071042작업 [2]을(를) 인식할 수 없습니다.01419977134IDS_ERROR_28081042대화 상자 [2]의 기본 단추가 잘못 정의되었습니다.01419977134IDS_ERROR_28091042대화 상자 [2]에서 다음 컨트롤 포인터가 순환을 형성하지 않습니다. [3]에서 [4](으)로의 포인터가 있지만 추가 포인터는 없습니다. 01419977134IDS_ERROR_28101042대화 상자 [2]에서 다음 컨트롤 포인터가 순환을 형성하지 않습니다. [3]과(와) [5] 둘 다에서 [4](으)로의 포인터가 있습니다.01419977134IDS_ERROR_28111042대화 상자 [2]에서 컨트롤 [3]에 포커스를 두어야 하는데 가능하지 않습니다..01419977134IDS_ERROR_28121042이벤트 [2]을(를) 인식할 수 없습니다.01419977134IDS_ERROR_28131042인수 [2]을(를) 사용하여 EndDialog 이벤트가 호출되었지만 해당 대화 상자에 부모 항목이 있습니다.01419977134IDS_ERROR_28141042대화 상자 [2]에서 컨트롤 [3]이(가) 존재하지 않는 컨트롤 [4]을(를) 다음 컨트롤로 지정합니다.01419977134IDS_ERROR_28151042ControlCondition 테이블에 대화 상자 [2]에 대한 조건 없는 행이 있습니다.01419977134IDS_ERROR_28161042EventMapping 테이블이 이벤트 [3]에 대해 대화 상자 [2]의 잘못된 컨트롤 [4]을(를) 참조합니다.01419977134IDS_ERROR_28171042이벤트 [2]이(가) 대화 상자 [3]의 컨트롤 [4]에 대한 특성을 설정하지 못했습니다.01419977134IDS_ERROR_28181042ControlEvent 테이블의 EndDialog에 인식할 수 없는 인수 [2]이(가) 있습니다.01419977134IDS_ERROR_28191042대화 상자 [2]의 컨트롤 [3]에 속성이 연결되어야 합니다.01419977134IDS_ERROR_28201042이미 초기화된 처리기를 초기화하려고 했습니다.01419977134IDS_ERROR_28211042이미 초기화된 대화 상자를 초기화하려고 했습니다. [2].01419977134IDS_ERROR_28221042모든 컨트롤을 추가할 때까지 대화 상자 [2]에 대해 다른 메서드를 호출할 수 없습니다.01419977134IDS_ERROR_28231042대화 상자 [2]에서 미리 초기화된 컨트롤 [3]을(를) 초기화하려고 했습니다.01419977134IDS_ERROR_28241042대화 상자 특성 [3]에는 [2]개 이상의 필드 레코드가 필요합니다.01419977134IDS_ERROR_28251042컨트롤 특성 [3]에는 [2]개 이상의 필드 레코드가 필요합니다.01419977134IDS_ERROR_28261042대화 상자 [2]의 컨트롤 [3]이(가) 대화 상자 [4]의 경계에서 [5]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28271042대화 상자 [2]의 라디오 단추 그룹 [3]에 포함된 단추 [4]이(가) 그룹 [5]의 경계에서 [6]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28281042대화 상자 [2]에서 컨트롤 [3]을(를) 제거하려고 했으나 해당 컨트롤이 대화 상자에 속하지 않습니다.01419977134IDS_ERROR_28291042초기화되지 않은 대화 상자를 사용하려고 합니다.01419977134IDS_ERROR_28301042대화 상자 [2]에서 초기화되지 않은 컨트롤을 사용하려고 합니다.01419977134IDS_ERROR_28311042대화 상자 [2]의 컨트롤 [3]이(가) [5] 특성 [4]을(를) 지원하지 않습니다.01419977134IDS_ERROR_28321042대화 상자 [2]이(가) 특성 [3]을(를) 지원하지 않습니다.01419977134IDS_ERROR_28331042대화 상자 [3]의 컨트롤 [4]이(가) 메시지 [2]을(를) 무시했습니다.01419977134IDS_ERROR_28341042대화 상자 [2]의 다음 포인터들이 단일 루프를 형성하지 않습니다.01419977134IDS_ERROR_28351042컨트롤 [2]이(가) 대화 상자 [3]에 없습니다.01419977134IDS_ERROR_28361042대화 상자 [2]의 컨트롤 [3]에 포커스를 둘 수 없습니다.01419977134IDS_ERROR_28371042대화 상자 [2]에 있는 컨트롤 [3]의 경우 winproc가 [4]을(를) 반환해야 합니다.01419977134IDS_ERROR_28381042선택 테이블의 항목 [2]에 대한 부모 항목이 자기 자신입니다.01419977134IDS_ERROR_28391042속성 [2]을(를) 설정하지 못했습니다.01419977134IDS_ERROR_28401042대화 상자 이름 불일치 오류입니다.01419977134IDS_ERROR_28411042오류 대화 상자에 [확인] 단추가 없습니다.01419977134IDS_ERROR_28421042오류 대화 상자에 텍스트 필드가 없습니다.01419977134IDS_ERROR_28431042표준 대화 상자에는 ErrorString 특성을 사용할 수 없습니다.01419977134IDS_ERROR_28441042Errorstring이 설정되지 않으면 오류 대화 상자를 실행할 수 없습니다.01419977134IDS_ERROR_28451042단추의 총 폭이 오류 대화 상자의 크기를 초과합니다.01419977134IDS_ERROR_28461042SetFocus가 오류 대화 상자에서 필요한 컨트롤을 찾지 못했습니다.01419977134IDS_ERROR_28471042대화 상자 [2]의 컨트롤 [3]에 아이콘과 비트맵 스타일이 모두 설정되어 있습니다.01419977134IDS_ERROR_28481042대화 상자 [2]에서 기본 단추로 설정하려는 컨트롤 [3]이(가) 없습니다.01419977134IDS_ERROR_28491042대화 상자 [2]의 컨트롤 [3]이(가) 정수 값을 지정할 수 없는 유형입니다.01419977134IDS_ERROR_28501042볼륨 유형을 인식할 수 없습니다.01419977134IDS_ERROR_28511042아이콘 [2]의 데이터가 잘못되었습니다.01419977134IDS_ERROR_28521042대화 상자 [2]을(를) 사용하려면 먼저 한 개 이상의 컨트롤을 추가해야 합니다.01419977134IDS_ERROR_28531042대화 상자 [2]은(는) 모덜리스 대화 상자이므로 execut 메서드를 호출하면 안 됩니다.01419977134IDS_ERROR_28541042대화 상자 [2]에 첫 번째 활성 컨트롤로 지정된 컨트롤 [3]이(가) 없습니다. 01419977134IDS_ERROR_28551042대화 상자 [2]의 라디오 단추 그룹 [3]에 한 개 이하의 단추가 있습니다.01419977134IDS_ERROR_28561042대화 상자 [2]의 다른 복사본을 만들고 있습니다.01419977134IDS_ERROR_28571042선택 테이블에 지정된 디렉터리 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_28581042비트맵 [2]의 데이터가 잘못되었습니다.01419977134IDS_ERROR_28591042테스트 오류 메시지.01419977134IDS_ERROR_28601042대화 상자 [2]의 [취소] 단추가 잘못 정의되었습니다.01419977134IDS_ERROR_28611042대화 상자 [2] 컨트롤 [3]의 라디오 단추에 대한 다음 포인터들이 순환을 형성하지 않습니다.01419977134IDS_ERROR_28621042대화 상자 [2]의 컨트롤 [3]에 대한 특성이 유효한 아이콘 크기를 정의하지 않습니다. 크기를 16으로 설정합니다.01419977134IDS_ERROR_28631042대화 상자 [2]의 컨트롤 [3]에는 크기가 [5]x[5]인 아이콘 [4]이(가) 필요한데 이 크기를 사용할 수 없습니다. 사용 가능한 첫 번째 크기를 로드합니다.01419977134IDS_ERROR_28641042대화 상자 [2]의 컨트롤 [3]이(가) 찾아보기 이벤트를 받았으나 현재 선택 항목에 대해 구성 가능한 디렉터리가 없습니다. 가능한 원인: 찾아보기 단추가 제대로 작성되지 않았습니다.01419977134IDS_ERROR_28651042빌보드 [2]의 컨트롤 [3]이(가) 빌보드 [4]의 경계에서 [5]픽셀만큼 벗어났습니다.01419977134IDS_ERROR_28661042대화 상자 [2]은(는) 인수 [3]을(를) 반환할 수 없습니다.01419977134IDS_ERROR_28671042오류 대화 상자 속성이 설정되지 않았습니다.01419977134IDS_ERROR_28681042오류 대화 상자 [2]에 오류 스타일 비트가 설정되지 않았습니다.01419977134IDS_ERROR_28691042대화 상자 [2]에 오류 스타일 비트가 설정되었으나 오류 대화 상자가 아닙니다.01419977134IDS_ERROR_28701042대화 상자 [2]의 컨트롤 [3]에 대한 도움말 문자열 [4]에 구분 문자가 없습니다.01419977134IDS_ERROR_28711042[2] 테이블이 최신이 아닙니다. [3].01419977134IDS_ERROR_28721042대화 상자 [2]에 있는 CheckPath 컨트롤 이벤트의 인수가 잘못되었습니다.01419977134IDS_ERROR_28731042대화 상자 [3]의 컨트롤 [2]에 잘못된 문자열 길이 제한이 지정되었습니다: [4].01419977134IDS_ERROR_28741042텍스트 글꼴을 [2](으)로 변경하지 못했습니다.01419977134IDS_ERROR_28751042텍스트 색을 [2](으)로 변경하지 못했습니다.01419977134IDS_ERROR_28761042대화 상자 [2]의 컨트롤 [3]에서 문자열을 잘라내야 합니다: [4].01419977134IDS_ERROR_28771042이진 데이터 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_28781042대화 상자 [2]에서 컨트롤 [3]에 다음 값이 지정된 것 같습니다: [4]. 이 값은 잘못되었거나 중복된 값입니다.01419977134IDS_ERROR_28791042대화 상자 [2]의 컨트롤 [3]에서는 마스크 문자열을 구문 분석할 수 없습니다. [4].01419977134IDS_ERROR_28801042나머지 컨트롤 이벤트는 수행하지 마십시오.01419977134IDS_ERROR_28811042CMsiHandler를 초기화하지 못했습니다.01419977134IDS_ERROR_28821042대화 상자 창 클래스를 등록하지 못했습니다.01419977134IDS_ERROR_28831042대화 상자 [2]에 대해 CreateNewDialog를 실패했습니다.01419977134IDS_ERROR_28841042대화 상자 [2]에서 창을 만들지 못했습니다.01419977134IDS_ERROR_28851042대화 상자 [2]에서 컨트롤 [3]을(를) 만들지 못했습니다.01419977134IDS_ERROR_28861042[2] 테이블을 만들지 못했습니다.01419977134IDS_ERROR_28871042[2] 테이블에 대한 커서를 만들지 못했습니다.01419977134IDS_ERROR_28881042[2] 뷰를 실행하지 못했습니다.01419977134IDS_ERROR_28891042대화 상자 [2]의 컨트롤 [3]에 대해 창을 만들지 못했습니다.01419977134IDS_ERROR_28901042처리기가 초기화된 대화 상자를 만들지 못했습니다.01419977134IDS_ERROR_28911042대화 상자 [2]에 대해 창을 소멸시키지 못했습니다.01419977134IDS_ERROR_28921042[2]은(는) 정수 전용 컨트롤인데 [3]이(가) 유효하지 않은 정수 값입니다.01419977134IDS_ERROR_28931042대화 상자 [2]의 컨트롤 [3]은(는) 최대 [5]문자인 속성 값을 허용할 수 있습니다. 값 [4]이(가) 이 제한을 초과하여 잘렸습니다.01419977134IDS_ERROR_28941042RICHED20.DLL을 로드하지 못했습니다. GetLastError()에서 다음을 반환했습니다: [2].01419977134IDS_ERROR_28951042RICHED20.DLL을 해제하지 못했습니다. GetLastError()에서 다음을 반환했습니다: [2].01419977134IDS_ERROR_28961042작업 [2]을(를) 실행하지 못했습니다.01419977134IDS_ERROR_28971042이 시스템에서 어떠한 [2] 글꼴도 만들지 못했습니다.01419977134IDS_ERROR_28981042[2] 텍스트 스타일에 대해 시스템은 [4] 문자 집합에 '[3]' 글꼴을 만들었습니다.01419977134IDS_ERROR_28991042[2] 텍스트 스타일을 만들지 못했습니다. GetLastError()에서 다음을 반환했습니다: [3].01419977134IDS_ERROR_291042다음 파일을 설치할 수 있는 디스크 공간이 충분하지 않습니다: [2]. 디스크 공간을 늘린 후 "다시 시도"를 누르거나 "취소"를 눌러서 끝내십시오.01419977134IDS_ERROR_29011042작업 [2]에 대한 매개 변수가 잘못되었습니다: 매개 변수 [3].01419977134IDS_ERROR_29021042작업 [2]의 호출이 시퀀스를 벗어났습니다.01419977134IDS_ERROR_29031042파일 [2]이(가) 없습니다.01419977134IDS_ERROR_29041042파일 [2]에 대해 BindImage를 수행할 수 없습니다.01419977134IDS_ERROR_29051042스크립트 파일 [2]에서 레코드를 읽을 수 없습니다.01419977134IDS_ERROR_29061042스크립트 파일 [2]에 헤더가 없습니다.01419977134IDS_ERROR_29071042안전한 보안 설명자를 만들 수 없습니다. 오류: [2].01419977134IDS_ERROR_29081042구성 요소 [2]을(를) 등록할 수 없습니다.01419977134IDS_ERROR_29091042구성 요소 [2]의 등록을 취소할 수 없습니다.01419977134IDS_ERROR_29101042사용자의 보안 ID를 확인할 수 없습니다.01419977134IDS_ERROR_29111042폴더 [2]을(를) 제거할 수 없습니다.01419977134IDS_ERROR_29121042다시 시작 시 파일 [2]을(를) 제거하도록 예약할 수 있습니다.01419977134IDS_ERROR_29191042압축된 파일에 대해 캐비닛이 지정되지 않았습니다. [2].01419977134IDS_ERROR_29201042파일 [2]에 대해 원본 디렉터리가 지정되지 않았습니다.01419977134IDS_ERROR_29241042스크립트 [2] 버전은 지원되지 않습니다. 스크립트 버전: [3], 최소 버전: [4], 최대 버전: [5].01419977134IDS_ERROR_29271042ShellFolder id [2]이(가) 잘못되었습니다.01419977134IDS_ERROR_29281042최대 원본 수를 초과했습니다. 원본 '[2]'을(를) 건너뜁니다.01419977134IDS_ERROR_29291042게시 루트를 확인할 수 없습니다. 오류: [2].01419977134IDS_ERROR_29321042스크립트 데이터에서 파일 [2]을(를) 만들 수 없습니다. 오류: [3].01419977134IDS_ERROR_29331042롤백 스크립트 [2]을(를) 초기화할 수 없습니다.01419977134IDS_ERROR_29341042변환 [2]의 보안을 유지할 수 없습니다. 오류 [3].01419977134IDS_ERROR_29351042변환 [2]의 보안을 해제할 수 없습니다. 오류 [3].01419977134IDS_ERROR_29361042변환 [2]을(를) 찾을 수 없습니다.01419977134IDS_ERROR_29371042시스템 파일 보호 카탈로그를 설치할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29381042캐시에서 시스템 파일 보호 카탈로그를 검색할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29391042캐시에서 시스템 파일 보호 카탈로그를 삭제할 수 없습니다. 카탈로그: [2], 오류: [3].01419977134IDS_ERROR_29401042원본 확인을 위한 디렉터리 관리자가 제공되지 않았습니다.01419977134IDS_ERROR_29411042파일 [2]에 대한 CRC를 계산할 수 없습니다.01419977134IDS_ERROR_29421042[2] 파일에 대해 BindImage 작업이 실행되지 않았습니다.01419977134IDS_ERROR_29431042이 버전의 Windows는 64비트 패키지의 배포를 지원하지 않습니다. [2]이(가) 64비트 패키지용 스크립트입니다.01419977134IDS_ERROR_29441042GetProductAssignmentType을 실패했습니다.01419977134IDS_ERROR_29451042오류 [3](으)로 인해 ComPlus 응용 프로그램 [2]을(를) 설치하지 못했습니다.01419977134IDS_ERROR_31042Info [1]. 01419977134IDS_ERROR_301042원본 파일이 없습니다: [2]. 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_30011042이 목록의 패치에 잘못된 배열 정보가 있습니다: [2][3][4][5][6][7][8][9][10][11][12][13][14][15][16].01419977134IDS_ERROR_30021042패치 [2]에 잘못된 배열 정보가 있습니다. 01419977134IDS_ERROR_311042파일 읽기 오류: [3]. {{ 시스템 오류 [2].}} 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_321042파일 쓰기 오류: [3]. {{ 시스템 오류 [2].}} 그 디렉터리에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_331042원본 파일이 없습니다{{(cabinet)}}: [2]. 그 파일이 실제로 있는지, 그리고 그 파일에 대한 액세스 권한이 있는지 확인하십시오.01419977134IDS_ERROR_341042'[2]' 디렉터리를 만들 수 없습니다. 이 이름을 가진 파일이 이미 있습니다. 그 파일 이름을 다른 것으로 바꾸거나 제거한 후 "다시 시도"를 누르거나 "취소"를 눌러 끝내십시오.01419977134IDS_ERROR_351042볼륨 [2]을(를) 현재 사용할 수 없습니다. 다른 볼륨을 선택하십시오.01419977134IDS_ERROR_361042지정한 경로 '[2]'을(를) 사용할 수 없습니다.01419977134IDS_ERROR_371042지정한 폴더에 쓸 수 없습니다: [2].01419977134IDS_ERROR_381042파일을 읽을 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_391042디렉터리를 만들 때 오류가 생겼습니다: [2]01419977134IDS_ERROR_41042내부 오류 [1]. [2]{, [3]}{, [4]}01419977134IDS_ERROR_401042디렉터리를 만들 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_411042원본 파일 캐비넷을 열 때 네트워크 오류가 생겼습니다: [2]01419977134IDS_ERROR_421042지정한 경로가 너무 깁니다: [2]01419977134IDS_ERROR_431042이 파일을 수정할 수 있는 권한이 충분하지 않습니다: [2].01419977134IDS_ERROR_441042폴더 경로 '[2]'이(가) 잘못 되었습니다. 경로로 지정한 문자가 없거나 경로가 너무 깁니다.01419977134IDS_ERROR_451042폴더 경로 '[2]'에 폴더 경로로 사용할 수 없는 글자가 들어 있습니다.01419977134IDS_ERROR_461042폴더 경로 '[2]'에 사용할 수 없는 글자가 들어 있습니다.01419977134IDS_ERROR_471042'[2]'은(는) 파일 이름으로 유효하지 않습니다.01419977134IDS_ERROR_481042파일 보안 오류: [3] GetLastError: [2]01419977134IDS_ERROR_491042사용할 수 없는 드라이브: [2]01419977134IDS_ERROR_51042{{디스크 꽉 참: }}01419977134IDS_ERROR_501042키를 만들 수 없습니다: [2]. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_511042키를 열 수 없습니다: [2]. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_521042키 [3]에서 값 [2]을(를) 삭제할 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_531042키 [2]을(를) 삭제할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_541042키 [3]에서 값 [2]을(를) 읽을 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_551042키 [3]에 값 [2]을(를) 쓸 수 없습니다. {{ 시스템 오류 [4].}} 그 키에 대한 액세스 권한이 충분한지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_561042키 [2]의 값 이름을 구할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_571042키 [2]의 하위 키 이름을 구할 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_581042키 [2]의 보안 정보를 읽을 수 없습니다. {{ 시스템 오류 [3].}} 그 키에 대한 액세스 권한이 있는지 확인하거나, 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_591042사용 가능한 레지스트리 공간을 늘릴 수 없습니다. 이 응용 프로그램을 설치하는데 [2]KB의 레지스트리 공간이 필요합니다.01419977134IDS_ERROR_61042수행 [Time]: [1]. [2]01419977134IDS_ERROR_601042다른 설치 프로그램이 실행 중입니다. 그 프로그램의 설치를 끝낸 후, 이 작업을 계속하십시오.01419977134IDS_ERROR_611042보안 데이터에 액세스하는 중에 오류가 생겼습니다. Windows Installer를 올바르게 구성했는지 확인한 후 다시 설치하십시오.01419977134IDS_ERROR_621042사용자 '[2]'이(가) 제품 '[3]'의 설치를 이전에 초기화한 적이 있습니다. 그 사용자가 설치 프로그램을 다시 실행해야 그 제품을 사용할 수 있습니다. 지금 실행하는 설치 작업은 계속됩니다.01419977134IDS_ERROR_631042사용자 '[2]'이(가) 제품 '[3]'의 설치를 이전에 초기화한 적이 있습니다. 그 사용자가 설치 프로그램을 다시 실행해야 그 제품을 사용할 수 있습니다.01419977134IDS_ERROR_641042디스크 공간 부족 - 볼륨: '[2]'; 필요한 공간: [3]KB; 사용할 수 있는 공간: [4]KB. 디스크 공간을 늘린 후 다시 시도하십시오.01419977134IDS_ERROR_651042취소하시겠습니까?01419977134IDS_ERROR_661042파일 [2][3]을(를) 다음 프로세스에서 사용하고 있습니다{이름: [4], Id: [5], 창 제목: '[6]'}. 그 응용 프로그램을 닫은 후 다시 시도하십시오.01419977134IDS_ERROR_671042제품 '[2]'이(가) 이미 설치되어 있어서 이 제품을 설치할 수 없습니다. 이 두 제품은 호환되지 않습니다.01419977134IDS_ERROR_681042디스크 공간 부족 - 볼륨: '[2]'; 필요한 공간: [3]KB; 사용할 수 있는 공간: [4]KB. 롤백 기능을 해제하면 디스크 공간을 충분히 사용할 수 있습니다. 끝내시려면 "취소"를 누르고, 사용할 수 있는 디스크 공간을 확인하려면 "다시 시도"를 누르고, 롤백없이 계속하려면 "무시"를 누르십시오.01419977134IDS_ERROR_691042네트워크 위치 [2]에 액세스할 수 없습니다.01419977134IDS_ERROR_71042[ProductName]01419977134IDS_ERROR_701042다음 응용 프로그램을 닫아야 설치를 계속할 수 있습니다:01419977134IDS_ERROR_711042이 제품을 설치하려는 시스템에 해당 제품을 이전에 설치한 적이 없습니다. 01419977134IDS_ERROR_721042키 [2]이(가) 유효하지 않습니다. 정확한 키를 입력했는지 확인하십시오.01419977134IDS_ERROR_731042시스템을 다시 시작한 후에 [2]의 구성을 설정해야 합니다. 지금 다시 시작하려면 "예"를 누르고, 나중에 수동으로 다시 시작하려면 "아니오"를 누르십시오.01419977134IDS_ERROR_741042변경된 구성 설정을 [2]에 적용하려면 시스템을 다시 시작해야 합니다. 지금 다시 시작하려면 "예"를 누르고, 나중에 수동으로 다시 시작하려면 "아니오"를 누르십시오.01419977134IDS_ERROR_751042[2]의 설치가 현재 중지된 상태입니다. 계속하려면 설치하면서 변경된 사항을 취소해야 합니다. 변경된 사항들을 취소하시겠습니까?01419977134IDS_ERROR_761042이 제품의 설치 작업이 실행 중입니다. 계속하려면 전에 설치하면서 변경된 사항을 다시 되돌려야 합니다. 변경된 사항을 취소하시겠습니까?01419977134IDS_ERROR_771042제품 [2]의 설치 패키지를 찾을 수 없습니다. 설치 패키지 '[3]'의 사본을 사용해서 설치를 다시 시도하십시오.01419977134IDS_ERROR_781042설치 작업을 성공적으로 완료했습니다.01419977134IDS_ERROR_791042설치를 실패했습니다.01419977134IDS_ERROR_81042{[2]}{, [3]}{, [4]}01419977134IDS_ERROR_801042제품: [2] - [3]01419977134IDS_ERROR_811042컴퓨터를 이전 상태로 되돌리거나, 나중에 다시 설치해야 합니다. 이전 상태로 되돌리시겠습니까?01419977134IDS_ERROR_821042디스크에 설치 정보를 쓰는데 오류가 생겼습니다. 디스크 공간이 충분한지 확인하고 "다시 시도"를 누르거나, 설치를 끝내려면 "취소"를 누르십시오.01419977134IDS_ERROR_831042사용자의 컴퓨터를 이전 상태로 되돌리는데 필요한 파일 중 일부를 찾을 수 없습니다. 복구할 수 없습니다.01419977134IDS_ERROR_841042경로 [2]이(가) 유효하지 않습니다. 정확한 경로를 지정하십시오.01419977134IDS_ERROR_851042메모리가 부족합니다. 다른 응용 프로그램을 종료한 후 다시 시도하십시오.01419977134IDS_ERROR_861042드라이브 [2]에 디스크가 없습니다. 디스크를 넣은 후 "다시 시도"를 누르거나, "취소"를 눌러서 이전에 선택한 볼륨으로 다시 돌아가십시오.01419977134IDS_ERROR_871042드라이브 [2]에 디스크가 없습니다. 디스크를 넣은 후 "다시 시도"를 누르거나, "취소"를 눌러서 "찾아보기" 대화 상자로 이동한 후 다른 볼륨을 선택하십시오.01419977134IDS_ERROR_881042폴더 [2]이(가) 존재하지 않습니다. 기존에 있던 폴더의 경로를 입력하십시오.01419977134IDS_ERROR_891042이 폴더에 대한 읽기 권한이 충분하지 않습니다.01419977134IDS_ERROR_91042메시지 유형: [1], 인수: [2]01419977134IDS_ERROR_901042설치할 대상 폴더를 지정하지 않았습니다.01419977134IDS_ERROR_911042다음 원본 설치 데이터베이스를 읽는 중에 오류가 생겼습니다: [2].01419977134IDS_ERROR_921042리부팅 작업을 설정하고 있습니다: 파일 [2]의 이름을 [3](으)로 바꾸고 있습니다. 작업을 완료하려면 리부팅해야 합니다.01419977134IDS_ERROR_931042리부팅 작업을 설정하고 있습니다: 파일 [2]을(를) 삭제하고 있습니다. 작업을 완료하려면 리부팅해야 합니다.01419977134IDS_ERROR_941042모듈 [2]을(를) 등록하는데 실패했습니다. HRESULT [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_951042모듈 [2]의 등록을 해제하는데 실패했습니다. HRESULT [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_961042패키지 [2]을(를) 캐시하는데 실패했습니다. 오류: [3]. 소속된 부서의 기술 지원 담당자에게 문의하십시오.01419977134IDS_ERROR_971042[2] 글꼴을 등록하지 못했습니다. 글꼴을 설치할 수 있는 권한이 충분한지, 그리고 이 글꼴을 시스템에서 지원하는지 확인하십시오.01419977134IDS_ERROR_981042[2] 글꼴의 등록을 해제하지 못했습니다. 글꼴을 제거할 수 있는 권한이 충분히 있는지 확인하십시오.01419977134IDS_ERROR_991042바로 가기 [2]을(를) 만들지 못했습니다. 대상 폴더가 실제로 있는지, 그리고 그 폴더에 액세스할 수 있는지 확인하십시오.01419977134IDS_INSTALLDIR1042{&Tahoma8}[INSTALLDIR]01419977134IDS_INSTALLSHIELD1042InstallShield01419977134IDS_INSTALLSHIELD_FORMATTED1042{&MSSWhiteSerif8}InstallShield01419977134IDS_ISSCRIPT_VERSION_MISSING1042InstallScript 엔진이 현재 컴퓨터에서 누락되었습니다. 가능한 경우, ISScript.msi를 실행하거나 지원 담당자에게 문의하여 도움을 받으십시오.01419977134IDS_ISSCRIPT_VERSION_OLD1042현재 컴퓨터의 InstallScript 엔진은 이 설치에 필요한 버전보다 오래된 것입니다. 가능한 경우, 최신 버전의 ISScript.msi를 실행하거나 지원 담당자에게 문의하여 도움을 받으십시오.01419977134IDS_NEXT1042다음(&N) >01419977134IDS_OK1042{&Tahoma8} 확인01419977134IDS_PREREQUISITE_SETUP_BROWSE1042[ProductName]의 [SETUPEXENAME] 원본 열기01419977134IDS_PREREQUISITE_SETUP_INVALID1042이 실행 파일은 [ProductName]의 원본 실행 파일이 아닙니다. [SETUPEXENAME] 원본을 사용하지 않고 추가 종속 항목을 설치하면 [ProductName]이(가) 제대로 작동하지 않을 수 있습니다. [SETUPEXENAME] 원본을 찾으시겠습니까?01419977134IDS_PREREQUISITE_SETUP_SEARCH1042이 설치를 위해 추가 종속 항목이 필요할 수 있습니다. 그러한 종속 항목이 없으면 [ProductName]이(가) 제대로 작동하지 않을 수 있습니다. [SETUPEXENAME] 원본을 찾으시겠습니까?01419977134IDS_PREVENT_DOWNGRADE_EXIT1042이 컴퓨터에 이 응용 프로그램의 새 버전이 이미 설치되어 있습니다. 이 버전을 설치하려면 먼저 새 버전을 제거하십시오. 마법사를 종료하려면 확인을 클릭하십시오.01419977134IDS_PRINT_BUTTON1042인쇄(&P)01419977134IDS_PRODUCTNAME_INSTALLSHIELD1042[ProductName] - InstallShield Wizard01419977134IDS_PROGMSG_IIS_CREATEAPPPOOL1042응용 프로그램 풀 %s 만들기01419977134IDS_PROGMSG_IIS_CREATEAPPPOOLS1042응용 프로그램 풀 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEVROOT1042IIS 가상 디렉터리 %s(을)를 만들고 있습니다.01419977134IDS_PROGMSG_IIS_CREATEVROOTS1042IIS 가상 디렉터리를 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSION1042웹 서비스 확장 만들기01419977134IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS1042웹 서비스 확장 만드는 중...01419977134IDS_PROGMSG_IIS_CREATEWEBSITE1042IIS 웹사이트 %s을(를) 만드는 중01419977134IDS_PROGMSG_IIS_CREATEWEBSITES1042IIS 웹사이트를 만드는 중...01419977134IDS_PROGMSG_IIS_EXTRACT1042IIS 가상 디렉터리 정보를 추출하고 있습니다.01419977134IDS_PROGMSG_IIS_EXTRACTDONE1042IIS 가상 디렉터리 정보를 추출했습니다.01419977134IDS_PROGMSG_IIS_REMOVEAPPPOOL1042응용 프로그램 풀 제거01419977134IDS_PROGMSG_IIS_REMOVEAPPPOOLS1042응용 프로그램 풀 제거 중...01419977134IDS_PROGMSG_IIS_REMOVESITE1042포트 %d에서 웹 사이트를 제거하고 있습니다.01419977134IDS_PROGMSG_IIS_REMOVEVROOT1042IIS 가상 디렉터리 %s(을)를 제거하고 있습니다.01419977134IDS_PROGMSG_IIS_REMOVEVROOTS1042IIS 가상 디렉터리를 제거하는 중...01419977134IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION1042웹 서비스 확장 제거01419977134IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS1042웹 서비스 확장 제거 중...01419977134IDS_PROGMSG_IIS_REMOVEWEBSITES1042IIS 웹사이트를 제거하는 중...01419977134IDS_PROGMSG_IIS_ROLLBACKAPPPOOLS1042응용 프로그램 풀 롤백 중...01419977134IDS_PROGMSG_IIS_ROLLBACKVROOTS1042가상 디렉터리 및 웹 사이트 변경 내용을 롤백하고 있습니다.01419977134IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS1042웹 서비스 확장 롤백 중...01419977134IDS_PROGMSG_TEXTFILECHANGS_REPLACE1042%s을(를) %s(으)로 바꾸는 중(%s에서)...01419977134IDS_PROGMSG_XML_COSTING1042XML 파일의 크기를 계산하는 중...01419977134IDS_PROGMSG_XML_CREATE_FILE1042XML 파일 %s(을)를 만드는 중...01419977134IDS_PROGMSG_XML_FILES1042XML 파일 변경 수행 중...01419977134IDS_PROGMSG_XML_REMOVE_FILE1042XML 파일 %s(을)를 제거하고 있습니다.01419977134IDS_PROGMSG_XML_ROLLBACK_FILES1042XML 파일 변경 내용을 롤백하는 중...01419977134IDS_PROGMSG_XML_UPDATE_FILE1042XML 파일 %s(을)를 업데이트하는 중...01419977134IDS_SETUPEXE_EXPIRE_MSG1042이 설치 프로그램은 %s까지 작동합니다. 설치 프로그램을 종료합니다.01419977134IDS_SETUPEXE_LAUNCH_COND_E1042이 설치 프로그램은 InstallShield의 평가판으로 만들어졌으며 setup.exe에서만 시작할 수 있습니다.01419977134IDS_SHORTCUT_DISPLAY_NAME11042전주번호찰프로그램(한전)01419977134IDS_SQLBROWSE_INTRO1042아래 서버 목록에서 대상 데이터베이스 서버를 선택하십시오.01419977134IDS_SQLBROWSE_INTRO_DB1042아래 카탈로그 이름 목록에서 지정하려는 데이터베이스 카탈로그를 선택하십시오.01419977134IDS_SQLBROWSE_INTRO_TEMPLATE1042[IS_SQLBROWSE_INTRO]01419977134IDS_SQLLOGIN_BROWSE1042검색(&R)...01419977134IDS_SQLLOGIN_BROWSE_DB1042검색(&O)...01419977134IDS_SQLLOGIN_CATALOG1042데이터베이스 카탈로그 이름(&N):01419977134IDS_SQLLOGIN_CONNECT1042연결 방식:01419977134IDS_SQLLOGIN_DESC1042데이터베이스 서버 및 인증 방법을 선택하십시오.01419977134IDS_SQLLOGIN_ID1042로그인 ID(&L):01419977134IDS_SQLLOGIN_INTRO1042아래 목록에서 설치할 데이터베이스 서버를 선택하거나 [찾아보기]를 클릭하여 모든 데이터베이스 서버의 목록을 살펴보십시오. 또한 현재 자격 증명 또는 SQL 로그인 ID 및 암호를 사용하여 로그인 인증 방식을 지정할 수 있습니다.01419977134IDS_SQLLOGIN_PSWD1042비밀번호(&P):01419977134IDS_SQLLOGIN_SERVER1042데이터베이스 서버(&S):01419977134IDS_SQLLOGIN_SERVER21042설치하려는 데이터 서버(&D):01419977134IDS_SQLLOGIN_SQL1042다음 로그인 ID 및 암호를 사용하여 서버 인증(&Q)01419977134IDS_SQLLOGIN_TITLE1042{MSSansBold8}데이터베이스 서버(&M)01419977134IDS_SQLLOGIN_WIN1042현재 사용자의 Windows 인증 자격 증명(&W)01419977134IDS_SQLSCRIPT_INSTALLING1042기존의 SQL 설치 스크립트...01419977134IDS_SQLSCRIPT_UNINSTALLING1042SQL 제거 스크립트 실행...01419977134IDS_STANDARD_USE_SETUPEXE1042MSI 패키지를 직접 실행하여 설치할 수 없습니다. setup.exe를 실행해야 합니다.01419977134IDS_SetupTips_Advertise1042{&Tahoma8} 처음 사용 시 구성요소가 설치됩니다 (해당 구성요소가 이 옵션을 지원하는 경우에만 적용됨).01419977134IDS_SetupTips_AllInstalledLocal1042{&Tahoma8} 로컬 하드 드라이브에 전체 구성요소가 설치됩니다.01419977134IDS_SetupTips_CustomSetup1042{&MSSansBold8} 사용자 정의 설치 참고01419977134IDS_SetupTips_CustomSetupDescription1042{&Tahoma8} 사용자 정의 설치는 프로그램 구성요소를 선택하여 설치할 수 있도록 해줍니다.01419977134IDS_SetupTips_IconInstallState1042{&Tahoma8} 구성요소 이름 옆의 아이콘은 해당 구성요소의 설치 상태를 나타냅니다. 아이콘을 눌러 각 구성요소의 설치 상태 메뉴를 드롭다운하십시오.01419977134IDS_SetupTips_InstallState1042{&Tahoma8} 설치 상태는 각각 다음을 의미합니다.01419977134IDS_SetupTips_Network1042{&Tahoma8} 네트워크로부터 구성요소를 실행하도록 설치합니다 (해당 구성요소가 이 옵션을 지원하는 경우에만 적용됨).01419977134IDS_SetupTips_OK1042{&Tahoma8} 확인01419977134IDS_SetupTips_SubFeaturesInstalledLocal1042{&Tahoma8} 로컬 하드 드라이브에 일부 하위 구성요소가 설치됩니다. (해당 구성요소에 하위 구성요소가 있는 경우에만 적용됨).01419977134IDS_SetupTips_WillNotBeInstalled1042{&Tahoma8} 구성요소가 설치되지 않습니다.01419977134IDS_UITEXT_Available1042 사용 가능01419977134IDS_UITEXT_Bytes1042 바이트01419977134IDS_UITEXT_CompilingFeaturesCost1042 이 구성요소의 비용을 수집하고 있습니다.01419977134IDS_UITEXT_Differences1042 차이01419977134IDS_UITEXT_DiskSize1042 디스크 크기01419977134IDS_UITEXT_FeatureCompletelyRemoved1042 이 구성요소를 완전히 제거합니다.01419977134IDS_UITEXT_FeatureContinueNetwork1042 이 구성요소를 계속 네트워크에서 실행하도록 합니다.01419977134IDS_UITEXT_FeatureFreeSpace1042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureInstalledCD1042 이 구성요소 및 모든 하위 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledCD21042 이 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledLocal1042 이 구성요소 및 모든 하위 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureInstalledLocal21042 이 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureInstalledNetwork1042 이 구성요소 및 모든 하위 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledNetwork21042 이 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureInstalledRequired1042 요구시 이 구성요소를 설치합니다.01419977134IDS_UITEXT_FeatureInstalledWhenRequired1042 요구시 이 구성요소를 설치하도록 설정합니다.01419977134IDS_UITEXT_FeatureInstalledWhenRequired21042 요구시 이 구성요소를 설치합니다.01419977134IDS_UITEXT_FeatureLocal1042 이 구성요소를 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureLocal21042 이 구성요소를 사용자의 로컬 하드 드라이브에 설치합니다.01419977134IDS_UITEXT_FeatureNetwork1042 이 구성요소를 네트워크로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureNetwork21042 이 구성요소를 네트워크에서 실행할 수 있도록 합니다.01419977134IDS_UITEXT_FeatureNotAvailable1042 이 구성요소를 사용할 수 없게 됩니다.01419977134IDS_UITEXT_FeatureOnCD1042 이 구성요소를 CD로부터 실행하도록 설치합니다.01419977134IDS_UITEXT_FeatureOnCD21042 이 구성요소를 CD로부터 실행할 수 있도록 합니다.01419977134IDS_UITEXT_FeatureRemainLocal1042 이 구성요소를 사용자의 로컬 하드 드라이브에 남겨둡니다.01419977134IDS_UITEXT_FeatureRemoveNetwork1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 네트워크로부터 여전히 실행할 수 있습니다.01419977134IDS_UITEXT_FeatureRemovedCD1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 CD에서는 여전히 실행할 수 있습니다.01419977134IDS_UITEXT_FeatureRemovedUnlessRequired1042 이 구성요소를 사용자의 로컬 하드 드라이브에서 제거하지만 요구시 설치되도록 설정합니다.01419977134IDS_UITEXT_FeatureRequiredSpace1042 이 구성요소는 하드 드라이브에 [1]를 필요로 합니다. 01419977134IDS_UITEXT_FeatureRunFromCD1042 이 구성요소를 계속 CD로부터 실행하도록 합니다.01419977134IDS_UITEXT_FeatureSpaceFree1042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureSpaceFree21042 이 구성요소는 하드 드라이브에 [1]의 여유 공간을 확보합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]를 필요로 합니다.01419977134IDS_UITEXT_FeatureSpaceFree31042 이 구성요소는 하드 드라이브의 [1]를 필요로 합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]의 여유 공간을 확보합니다.01419977134IDS_UITEXT_FeatureSpaceFree41042 이 구성요소는 하드 드라이브의 [1]를 필요로 합니다. [3] 중 [2]의 하위 구성요소가 선택되었습니다. 이 하위 구성요소는 하드 드라이브에 [4]를 필요로 합니다.01419977134IDS_UITEXT_FeatureUnavailable1042 이 구성요소를 설치 제거합니다.01419977134IDS_UITEXT_FeatureUninstallNoNetwork1042 이 구성요소는 완전히 설치 제거되며 네트워크로부터 이 구성요소를 실행할 수 없게 됩니다.01419977134IDS_UITEXT_FeatureWasCD1042 이 구성요소는 CD로부터 실행되었지만 요구시 설치되도록 설정합니다.01419977134IDS_UITEXT_FeatureWasCDLocal1042 이 구성요소는 CD로부터 실행되었지만 로컬 하드 드라이브에 설치됩니다.01419977134IDS_UITEXT_FeatureWasOnNetworkInstalled1042 이 구성요소는 네트워크로부터 실행되었지만 요구시 설치됩니다.01419977134IDS_UITEXT_FeatureWasOnNetworkLocal1042 이 구성요소는 네트워크로부터 실행되었지만 로컬 하드 드라이브에 설치됩니다.01419977134IDS_UITEXT_FeatureWillBeUninstalled1042 이 구성요소는 완전히 설치 제거되며 CD로부터 이 구성요소를 실행할 수 없게 됩니다.01419977134IDS_UITEXT_Folder1042 폴더|새 폴더01419977134IDS_UITEXT_GB1042 GB01419977134IDS_UITEXT_KB1042 KB01419977134IDS_UITEXT_MB1042 MB01419977134IDS_UITEXT_Required1042 필수01419977134IDS_UITEXT_TimeRemaining1042 남은 시간: {[1]분 }{[2]초}01419977134IDS_UITEXT_Volume1042 볼륨01419977134IDS__AgreeToLicense_01042{&Tahoma8} 사용권 계약서의 조건에 동의하지 않음(&D)01419977134IDS__AgreeToLicense_11042{&Tahoma8} 사용권 계약서의 조건에 동의함(&A)01419977134IDS__DatabaseFolder_ChangeFolder1042이 폴더에 설치하려면 [다음]을 클릭하고, 또는 다른 폴더로 설치하려면 [바꾸기]를 클릭하십시오.01419977134IDS__DatabaseFolder_DatabaseDir1042[DATABASEDIR]01419977134IDS__DatabaseFolder_DatabaseFolder1042{&MSSansBold8}데이터베이스 폴더01419977134IDS__DestinationFolder_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__DestinationFolder_ChangeFolder1042{&Tahoma8} 이 폴더에 설치하려면 "다음" 단추를 누르고, 다른 위치에 설치하려면 "변경" 단추를 누르십시오.01419977134IDS__DestinationFolder_DestinationFolder1042{&MSSansBold8} 대상 폴더01419977134IDS__DestinationFolder_InstallTo1042{&Tahoma8} [ProductName] 설치 위치:01419977134IDS__DisplayName_Custom1042사용자 정의01419977134IDS__DisplayName_Minimal1042최소01419977134IDS__DisplayName_Typical1042일반01419977134IDS__IsAdminInstallBrowse_111042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_41042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_81042{&Tahoma8}01419977134IDS__IsAdminInstallBrowse_BrowseDestination1042{&Tahoma8} 대상 폴더를 찾습니다.01419977134IDS__IsAdminInstallBrowse_ChangeDestination1042{&MSSansBold8} 현재 대상 폴더 변경01419977134IDS__IsAdminInstallBrowse_CreateFolder1042 새 폴더 작성||01419977134IDS__IsAdminInstallBrowse_FolderName1042{&Tahoma8} 폴더 이름(&F):01419977134IDS__IsAdminInstallBrowse_LookIn1042{&Tahoma8} 찾는 위치(&L)01419977134IDS__IsAdminInstallBrowse_UpOneLevel1042 상위 폴더|01419977134IDS__IsAdminInstallPointWelcome_ServerImage1042{&Tahoma8} InstallShield(R) 설치 마법사는 지정된 네트워크 위치에 [ProductName]의 서버 이미지를 작성합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsAdminInstallPointWelcome_Wizard1042{&TahomaBold10} [ProductName] - InstallShield Wizard 마법사를 시작합니다01419977134IDS__IsAdminInstallPoint_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__IsAdminInstallPoint_EnterNetworkLocation1042{&Tahoma8} 네트워크 위치를 입력하거나 "변경" 단추를 눌러 위치를 찾으십시오. 네트워크 위치를 입력하거나 "변경" 단추를 눌러 위치를 찾으십시오. 지정한 네트워크 위치에 [ProductName]의 서버 이미지를 작성하려면 "설치" 단추를 누르고, 설치 마법사를 종료하려면 "취소" 단추를 누르십시오.01419977134IDS__IsAdminInstallPoint_Install1042{&Tahoma8} 설치(&I)01419977134IDS__IsAdminInstallPoint_NetworkLocation1042{&Tahoma8} 네트워크 위치(&N):01419977134IDS__IsAdminInstallPoint_NetworkLocationFormatted1042{&MSSansBold8} 네트워크 위치01419977134IDS__IsAdminInstallPoint_SpecifyNetworkLocation1042{&Tahoma8} 제품의 서버 이미지를 위한 네트워크 위치를 지정합니다.01419977134IDS__IsBrowseButton1042검색(&R)...01419977134IDS__IsBrowseFolderDlg_111042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_41042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_81042{&Tahoma8}01419977134IDS__IsBrowseFolderDlg_BrowseDestFolder1042{&Tahoma8} 대상 폴더를 찾습니다.01419977134IDS__IsBrowseFolderDlg_ChangeCurrentFolder1042{&MSSansBold8} 현재 대상 폴더 변경01419977134IDS__IsBrowseFolderDlg_CreateFolder1042 새 폴더 작성||01419977134IDS__IsBrowseFolderDlg_FolderName1042{&Tahoma8} 폴더 이름(&F):01419977134IDS__IsBrowseFolderDlg_LookIn1042{&Tahoma8} 찾는 위치(&L)01419977134IDS__IsBrowseFolderDlg_OK1042{&Tahoma8} 확인01419977134IDS__IsBrowseFolderDlg_UpOneLevel1042 상위 폴더||01419977134IDS__IsBrowseForAccount1042사용자 계정 찾아보기01419977134IDS__IsBrowseGroup1042사용자 그룹 선택01419977134IDS__IsBrowseUsernameTitle1042사용자 이름 선택01419977134IDS__IsCancelDlg_ConfirmCancel1042{&Tahoma8} [ProductName] - InstallShield Wizard를 취소하시겠습니까?01419977134IDS__IsCancelDlg_No1042{&Tahoma8} 아니오(&N)01419977134IDS__IsCancelDlg_Yes1042{&Tahoma8} 예(&Y) 01419977134IDS__IsConfirmPassword1042암호 확인(&F):01419977134IDS__IsCreateNewUserTitle1042새 사용자 정보01419977134IDS__IsCreateUserBrowse1042새 사용자 정보(&E)...01419977134IDS__IsCustomSelectionDlg_Change1042{&Tahoma8} 변경(&C)...01419977134IDS__IsCustomSelectionDlg_ClickFeatureIcon1042{&Tahoma8} 구성요소의 설치 방법을 변경하려면 아래 목록에 있는 아이콘을 누르십시오.01419977134IDS__IsCustomSelectionDlg_CustomSetup1042{&MSSansBold8} 사용자 정의 설치01419977134IDS__IsCustomSelectionDlg_FeatureDescription1042{&Tahoma8} 구성요소 설명01419977134IDS__IsCustomSelectionDlg_FeaturePath1042{&Tahoma8} <selected feature path> 01419977134IDS__IsCustomSelectionDlg_FeatureSize1042{&Tahoma8} 구성요소 크기01419977134IDS__IsCustomSelectionDlg_Help1042{&Tahoma8} 도움말(&H)01419977134IDS__IsCustomSelectionDlg_InstallTo1042{&Tahoma8} 설치 위치:01419977134IDS__IsCustomSelectionDlg_MultilineDescription1042{&Tahoma8} 현재 선택한 항목을 여러 행으로 설명합니다01419977134IDS__IsCustomSelectionDlg_SelectFeatures1042{&Tahoma8} 설치하려는 프로그램 구성요소를 선택하십시오.01419977134IDS__IsCustomSelectionDlg_Space1042{&Tahoma8} 공간(&S)01419977134IDS__IsDiskSpaceDlg_DiskSpace1042{&Tahoma8} 설치에 필요한 디스크 공간이 사용 가능한 디스크 공간을 초과합니다.01419977134IDS__IsDiskSpaceDlg_HighlightedVolumes1042{&Tahoma8} 강조 표시된 드라이브는 현재 선택한 구성요소 설치에 필요한 디스크 공간이 부족합니다. 강조 표시된 드라이브에서 파일을 제거하거나, 구성요소를 적게 선택하여 설치하거나, 다른 대상 드라이브를 선택하십시오.01419977134IDS__IsDiskSpaceDlg_Numbers1042{&Tahoma8}{120}{70}{70}{70}{70}01419977134IDS__IsDiskSpaceDlg_OK1042{&Tahoma8} 확인(&O)01419977134IDS__IsDiskSpaceDlg_OutOfDiskSpace1042{&MSSansBold8} 디스크 공간 부족01419977134IDS__IsDomainOrServer1042도메인 및 서버(&D):01419977134IDS__IsErrorDlg_Abort1042{&Tahoma8} 중단(&A)01419977134IDS__IsErrorDlg_ErrorText1042{&Tahoma8} <error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here><error text goes here>01419977134IDS__IsErrorDlg_Ignore1042{&Tahoma8} 무시(&I)01419977134IDS__IsErrorDlg_InstallerInfo1042[ProductName] - InstallShield Wizard 정보01419977134IDS__IsErrorDlg_NO1042{&Tahoma8} 아니오(&N)01419977134IDS__IsErrorDlg_OK1042{&Tahoma8} 확인(&O)01419977134IDS__IsErrorDlg_Retry1042{&Tahoma8} 재시도(&R)01419977134IDS__IsErrorDlg_Yes1042{&Tahoma8} 예(&Y)01419977134IDS__IsExitDialog_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsExitDialog_InstallSuccess1042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 성공적으로 설치했습니다. 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsExitDialog_LaunchProgram1042프로그램을 실행합니다.01419977134IDS__IsExitDialog_ShowReadMe1042readme 파일을 표시합니다.01419977134IDS__IsExitDialog_UninstallSuccess1042{&Tahoma8} InstallShield Wizard[ProductName]을(를) 성공적으로 제거했습니다. 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsExitDialog_Update_InternetConnection1042인터넷 접속은 최신 갱신본이 있는지 확인하는데 사용될 수 있습니다.01419977134IDS__IsExitDialog_Update_PossibleUpdates1042일부 프로그램 파일은 [ProductName] 사본을 구입한 후 갱신되었을 수 있습니다.01419977134IDS__IsExitDialog_Update_SetupFinished1042설치 프로그램은 [ProductName] 설치를 완료하였습니다.01419977134IDS__IsExitDialog_Update_YesCheckForUpdates1042예, 설치가 완료된 후 프로그램 갱신 내용을 확인합니다(권장사항)(&Y).01419977134IDS__IsExitDialog_WizardCompleted1042{&TahomaBold10} InstallShield 완료01419977134IDS__IsFatalError_ClickFinish1042{&Tahoma8} 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsFatalError_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsFatalError_KeepOrRestore1042{&Tahoma8} 시스템에 설치된 기존 요소를 보관하여 다음에 설치를 계속하거나, 설치 이전의 원래 상태로 시스템을 복원할 수 있습니다.01419977134IDS__IsFatalError_NotModified1042{&Tahoma8} 시스템이 변경되지 않았습니다. 다음에 설치를 완료하려면 설치 프로그램을 다시 실행하십시오.01419977134IDS__IsFatalError_RestoreOrContinueLater1042{&Tahoma8} 마법사를 종료하려면 "복원" 또는 "다음에 계속" 단추를 누르십시오.01419977134IDS__IsFatalError_WizardCompleted1042{&TahomaBold10}[ProductName] - InstallShield Wizard 마법사를 완료했습니다.01419977134IDS__IsFatalError_WizardInterrupted1042{&Tahoma8} [ProductName] - InstallShield Wizard가 완료되기 전에 설치 마법사가 중단되었습니다.01419977134IDS__IsFeatureDetailsDlg_DiskSpaceRequirements1042{&MSSansBold8} 디스크 공간 요구 사항01419977134IDS__IsFeatureDetailsDlg_Numbers1042{&Tahoma8}{120}{70}{70}{70}{70}01419977134IDS__IsFeatureDetailsDlg_OK1042{&Tahoma8} 확인01419977134IDS__IsFeatureDetailsDlg_SpaceRequired1042{&Tahoma8} 선택한 구성요소를 설치하기 위한 디스크 공간.01419977134IDS__IsFeatureDetailsDlg_VolumesTooSmall1042{&Tahoma8} 강조 표시된 드라이브는 현재 선택한 구성요소 설치에 필요한 디스크 공간이 부족합니다. 강조 표시된 드라이브에서 파일을 제거하거나, 구성요소를 적게 선택하여 설치하거나, 다른 대상 드라이브를 선택하십시오.01419977134IDS__IsFilesInUse_ApplicationsUsingFiles1042{&Tahoma8} 이 프로그램 설치시 업데이트해야 할 파일을 다음의 응용 프로그램에서 사용하고 있습니다. 계속하려면 해당 응용 프로그램을 닫은 후 "재시도" 단추를 누르십시오.01419977134IDS__IsFilesInUse_Exit1042{&Tahoma8} 종료(&E)01419977134IDS__IsFilesInUse_FilesInUse1042{&MSSansBold8} 사용 중인 파일01419977134IDS__IsFilesInUse_FilesInUseMessage1042{&Tahoma8} 업데이트해야 할 일부 파일이 현재 사용 중입니다.01419977134IDS__IsFilesInUse_Ignore1042{&Tahoma8} 무시(&I)01419977134IDS__IsFilesInUse_Retry1042{&Tahoma8} 재시도(&R)01419977134IDS__IsGroup1042사용자 그룹(&U):01419977134IDS__IsGroupLabel1042사용자 그룹(&O):01419977134IDS__IsInitDlg_11042{&Tahoma8}01419977134IDS__IsInitDlg_21042{&Tahoma8}01419977134IDS__IsInitDlg_PreparingWizard1042{&Tahoma8} InstallShield Wizard가 설치 과정으로 귀하를 안내할 준비를 하는 동안 잠시 기다려 주십시오.01419977134IDS__IsInitDlg_WelcomeWizard1042{&TahomaBold10} [ProductName]InstallShield Wizard를 시작합니다01419977134IDS__IsLicenseDlg_LicenseAgreement1042{&MSSansBold8} 사용권 계약서01419977134IDS__IsLicenseDlg_ReadLicenseAgreement1042{&Tahoma8} 다음의 사용권 계약서를 자세히 읽으십시오.01419977134IDS__IsLogonInfoDescription1042이 응용 프로그램에서 사용할 사용자 계정을 지정하십시오. 사용자 계정은 도메인\사용자 이름 형식이어야 합니다.01419977134IDS__IsLogonInfoTitle1042{&MSSansBold8}로그온 정보01419977134IDS__IsLogonInfoTitleDescription1042사용자 이름 및 암호를 지정하십시오.01419977134IDS__IsLogonNewUserDescription1042아래 버튼을 선택하여 설치하는 동안 만들 새 사용자에 대한 정보를 지정하십시오.01419977134IDS__IsMaintenanceDlg_ChangeFeatures1042{&Tahoma8} 설치할 프로그램 구성요소를 변경합니다. 이 옵션을 선택하면 구성요소 설치 방법을 변경할 수 있는 사용자 선택 대화 상자가 나타납니다.01419977134IDS__IsMaintenanceDlg_MaitenanceOptions1042{&Tahoma8} 프로그램을 변경, 복구 또는 제거합니다.01419977134IDS__IsMaintenanceDlg_Modify1042{&MSSansBold8} 변경(&M)01419977134IDS__IsMaintenanceDlg_ProgramMaintenance1042{&MSSansBold8} 프로그램 유지 보수01419977134IDS__IsMaintenanceDlg_Remove1042{&MSSansBold8} 제거(&R)01419977134IDS__IsMaintenanceDlg_RemoveProductName1042{&Tahoma8} 컴퓨터에서 [ProductName]을(를) 제거합니다.01419977134IDS__IsMaintenanceDlg_Repair1042{&MSSansBold8} 복구(&P)01419977134IDS__IsMaintenanceDlg_RepairMessage1042{&Tahoma8} 프로그램의 오류를 복구합니다. 이 옵션을 선택하면 누락되거나 손상된 파일, 바로 가기 및 레지스트리 항목을 수정합니다.01419977134IDS__IsMaintenanceWelcome_MaintenanceOptionsDescription1042{&Tahoma8} InstallShield(R) Wizard가 [ProductName]의 변경, 복구 또는 제거를 도와줍니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsMaintenanceWelcome_WizardWelcome1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 시작합니다01419977134IDS__IsMsiRMFilesInUse_ApplicationsUsingFiles1042다음 응용 프로그램에서 이 설치 프로그램으로 업데이트할 파일을 사용하고 있습니다.01419977134IDS__IsMsiRMFilesInUse_CloseRestart1042자동 종료 후 응용 프로그램을 다시 시작합니다.01419977134IDS__IsMsiRMFilesInUse_RebootAfter1042응용 프로그램이 종료되지 않습니다. (다시 부팅해야 합니다.)01419977134IDS__IsPatchDlg_PatchClickUpdate1042InstallShield(R) Wizard는 사용자의 컴퓨터에 [ProductName]를 위한 패치를 설치합니다.계속하려면 업데이트를 클릭하십시오.01419977134IDS__IsPatchDlg_PatchWizard1042[ProductName] - InstallShield Wizard01419977134IDS__IsPatchDlg_Update1042업데이트(&U) >01419977134IDS__IsPatchDlg_WelcomePatchWizard1042{&TahomaBold10}[ProductName]의 패치에 오신 것을 환영합니다01419977134IDS__IsProgressDlg_21042{&Tahoma8}01419977134IDS__IsProgressDlg_Hidden1042{&Tahoma8} (Hidden for now)01419977134IDS__IsProgressDlg_HiddenTimeRemaining1042{&Tahoma8} (Hidden for now) 예상 남은 시간:01419977134IDS__IsProgressDlg_InstallingProductName1042{&MSSansBold8} [ProductName]을(를) 설치합니다. 01419977134IDS__IsProgressDlg_ProgressDone1042 진행률01419977134IDS__IsProgressDlg_SecHidden1042{&Tahoma8} (Hidden for now)초01419977134IDS__IsProgressDlg_Status1042{&Tahoma8} 상태:01419977134IDS__IsProgressDlg_Uninstalling1042{&MSSansBold8} [ProductName]을(를) 삭제합니다.01419977134IDS__IsProgressDlg_UninstallingFeatures1042{&Tahoma8} 선택한 프로그램 구성요소가 제거됩니다.01419977134IDS__IsProgressDlg_UninstallingFeatures21042{&Tahoma8} 선택한 프로그램 구성요소가 설치됩니다.01419977134IDS__IsProgressDlg_WaitUninstall1042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 제거하는 동안 잠시 기다려 주십시오. 이 작업은 몇 분 정도 걸립니다.01419977134IDS__IsProgressDlg_WaitUninstall21042{&Tahoma8} InstallShield Wizard가 [ProductName]을(를) 설치하는 동안 잠시 기다려 주십시오. 이 작업은 몇 분 정도 걸립니다.01419977134IDS__IsReadmeDlg_Cancel1042취소(&C)01419977134IDS__IsReadmeDlg_PleaseReadInfo1042다음 readme 정보를 자세히 읽으십시오.01419977134IDS__IsReadmeDlg_ReadMeInfo1042{&MSSansBold8}Readme 정보01419977134IDS__IsRegisterUserDlg_161042{&Tahoma8}01419977134IDS__IsRegisterUserDlg_Anyone1042{&Tahoma8} 컴퓨터를 사용하는 모든 사용자(&A)01419977134IDS__IsRegisterUserDlg_CustomerInformation1042{&MSSansBold8} 사용자 정보01419977134IDS__IsRegisterUserDlg_InstallFor1042{&Tahoma8} 다음 사용자용으로 프로그램을 설치합니다.01419977134IDS__IsRegisterUserDlg_OnlyMe1042{&Tahoma8} 사용자([USERNAME]) 전용(&M)01419977134IDS__IsRegisterUserDlg_Organization1042{&Tahoma8} 조직(&O):01419977134IDS__IsRegisterUserDlg_PleaseEnterInfo1042{&Tahoma8} 사용자 정보를 입력하십시오.01419977134IDS__IsRegisterUserDlg_SerialNumber1042일련번호(&S)01419977134IDS__IsRegisterUserDlg_Tahoma501042{50}01419977134IDS__IsRegisterUserDlg_Tahoma801042{80}01419977134IDS__IsRegisterUserDlg_UserName1042{&Tahoma8} 사용자 이름(&U):01419977134IDS__IsResumeDlg_ResumeSuspended1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 중단된 [ProductName] - InstallShield Wizard를 완료합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsResumeDlg_Resuming1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 다시 시작합니다01419977134IDS__IsResumeDlg_WizardResume1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 [ProductName]을(를) 설치했습니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsSelectDomainOrServer1042도메인 또는 서버 선택01419977134IDS__IsSelectDomainUserInstructions1042아래 버튼을 선택하여 설치하는 동안 만들 새 사용자에 대한 정보를 지정하십시오.01419977134IDS__IsSetupComplete_ShowMsiLog1042Windows Installer 로그 표시01419977134IDS__IsSetupTypeMinDlg_131042{&Tahoma8}01419977134IDS__IsSetupTypeMinDlg_AllFeatures1042{&Tahoma8} 모든 프로그램 구성요소를 설치합니다. (디스크 공간을 가장 많이 필요로 함).01419977134IDS__IsSetupTypeMinDlg_ChooseFeatures1042{&Tahoma8} 설치하려는 프로그램 구성요소 및 설치할 위치를 선택하십시오. 고급 사용자일 경우에 권장합니다.01419977134IDS__IsSetupTypeMinDlg_ChooseSetupType1042{&Tahoma8} 사용자의 필요에 가장 적합한 설치 유형을 선택하십시오.01419977134IDS__IsSetupTypeMinDlg_Complete1042{&MSSansBold8} 전체 설치(&C)01419977134IDS__IsSetupTypeMinDlg_Custom1042{&MSSansBold8} 사용자 정의 설치(&S)01419977134IDS__IsSetupTypeMinDlg_Minimal1042{&MSSansBold8}최소(&M)01419977134IDS__IsSetupTypeMinDlg_MinimumFeatures1042{&Tahoma8}최소 필수 기능들이 설치될 것입니다01419977134IDS__IsSetupTypeMinDlg_SelectSetupType1042{&Tahoma8} 설치 유형을 선택하십시오.01419977134IDS__IsSetupTypeMinDlg_SetupType1042{&MSSansBold8} 설치 유형01419977134IDS__IsSetupTypeMinDlg_Typical1042{&MSSansBold8}일반(&T)01419977134IDS__IsUserExit_ClickFinish1042{&Tahoma8} 마법사를 종료하려면 "마침" 단추를 누르십시오.01419977134IDS__IsUserExit_Finish1042{&Tahoma8} 마침(&F)01419977134IDS__IsUserExit_KeepOrRestore1042{&Tahoma8} 시스템에 설치된 기존 요소를 보관하여 다음에 설치를 계속하거나, 설치 이전의 원래 상태로 시스템을 복원할 수 있습니다.01419977134IDS__IsUserExit_NotModified1042{&Tahoma8} 시스템이 변경되지 않았습니다. 나중에 이 프로그램을 설치하려면 설치 프로그램을 다시 실행하십시오.01419977134IDS__IsUserExit_RestoreOrContinue1042{&Tahoma8} 마법사를 종료하려면 "복원" 또는 "다음에 계속" 단추를 누르십시오.01419977134IDS__IsUserExit_WizardCompleted1042{&TahomaBold10} InstallShield Wizard를 완료했습니다.01419977134IDS__IsUserExit_WizardInterrupted1042{&Tahoma8} [ProductName] - InstallShield Wizard가 완료되기 전에 설치 마법사가 중단되었습니다.01419977134IDS__IsUserNameLabel1042사용자 이름(&U):01419977134IDS__IsVerifyReadyDlg_BackOrCancel1042{&Tahoma8} 설치 설정 사항을 검토하거나 변경하려면 "뒤로" 단추를 누르십시오. 마법사를 종료하려면 "취소" 단추를 누르십시오. 01419977134IDS__IsVerifyReadyDlg_ClickInstall1042{&Tahoma8} 설치를 시작하려면 "설치" 단추를 누르십시오.01419977134IDS__IsVerifyReadyDlg_Company1042회사: [COMPANYNAME]01419977134IDS__IsVerifyReadyDlg_CurrentSettings1042현재 설정:01419977134IDS__IsVerifyReadyDlg_DestFolder1042설치 폴더:01419977134IDS__IsVerifyReadyDlg_Install1042{&Tahoma8} 설치(&I)01419977134IDS__IsVerifyReadyDlg_Installdir1042[INSTALLDIR]01419977134IDS__IsVerifyReadyDlg_ModifyReady1042{&MSSansBold8} 프로그램 변경 준비 완료01419977134IDS__IsVerifyReadyDlg_ReadyInstall1042{&MSSansBold8} 프로그램 설치 준비 완료01419977134IDS__IsVerifyReadyDlg_ReadyRepair1042{&MSSansBold8} 프로그램 복구 준비 완료01419977134IDS__IsVerifyReadyDlg_SelectedSetupType1042[SelectedSetupType]01419977134IDS__IsVerifyReadyDlg_Serial1042일련번호: [ISX_SERIALNUM]01419977134IDS__IsVerifyReadyDlg_SetupType1042설치 종류:01419977134IDS__IsVerifyReadyDlg_UserInfo1042사용자 정보:01419977134IDS__IsVerifyReadyDlg_UserName1042성명: [USERNAME]01419977134IDS__IsVerifyReadyDlg_WizardReady1042{&Tahoma8} 마법사는 설치를 시작할 준비가 되었습니다.01419977134IDS__IsVerifyRemoveAllDlg_ChoseRemoveProgram1042{&Tahoma8} 사용자 시스템에서 프로그램을 제거하도록 선택했습니다.01419977134IDS__IsVerifyRemoveAllDlg_ClickBack1042{&Tahoma8} 설정 사항을 검토하거나 변경하려면 "뒤로" 단추를 누르십시오.01419977134IDS__IsVerifyRemoveAllDlg_ClickRemove1042{&Tahoma8} 컴퓨터에서 '[ProductName]'을(를) 제거하려면 "제거" 단추를 누르십시오. 제거 후에는 더 이상 이 프로그램을 사용할 수 없습니다.01419977134IDS__IsVerifyRemoveAllDlg_Remove1042{&Tahoma8} 제거(&R)01419977134IDS__IsVerifyRemoveAllDlg_RemoveProgram1042{&MSSansBold8} 프로그램 제거01419977134IDS__IsWelcomeDlg_InstallProductName1042{&Tahoma8} InstallShield(R) Wizard가 귀하의 컴퓨터에 [ProductName]을(를) 설치합니다. 계속하려면 "다음" 단추를 누르십시오.01419977134IDS__IsWelcomeDlg_WarningCopyright1042경고: 이 프로그램은 저작권법과 국제 협약에 의해 보호되고 있습니다.01419977134IDS__IsWelcomeDlg_WelcomeProductName1042{&TahomaBold10}[ProductName] - InstallShield Wizard를 시작합니다.01419977134IDS__TargetReq_DESC_COLOR1042시스템의 색상 설정은 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_OS1042운영 체제는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_PROCESSOR1042프로세서는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_RAM1042RAM 양은 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134IDS__TargetReq_DESC_RESOLUTION1042화면 해상도는 [ProductName] 을(를) 가동하기 위하여 적합하지 않습니다.01419977134ID_STRING11042http://www.tindevil.com01419977134ID_STRING21042tindevil.com01419977134ID_STRING31042전주번호찰프로그램(한전)01419977134ID_STRING41033전주번호찰프로그램(한전) 설치01419993518ID_STRING41042전주번호찰프로그램(한전) 설치01419993518ID_STRING51033NEWSHO~1|NewShortcut101420016366ID_STRING51042전주번~1|전주번호찰(한전)01420024558ID_STRING61033NEWSHO~1|NewShortcut201419971342ID_STRING61042전주번~1|전주번호찰(한전)01419971342ID_STRING71033NEWSHO~1|NewShortcut301419975438ID_STRING71042제거(~1|제거(한전)0153395058ID_STRING81033NEWSHO~1|NewShortcut10153403218ID_STRING81042전주번~1|전주번호찰프로그램(한전)0153358194ID_STRING91033NEWSHO~1|NewShortcut20153380722ID_STRING91042번호찰~1|번호찰(한전)0153403250IIDS_UITEXT_FeatureUninstalled1042 이 구성요소는 설치 안된 상태로 유지됩니다.01419977134
+ + + Name + Value + +
UniqueId1D4B2161-19C7-45C1-9AB1-EF9BC0806D3F
+ + + UpgradedImage_ + Name + MsiPath + Order + Flags + IgnoreMissingFiles +
+ + + UpgradeItem + ObjectSetupPath + ISReleaseFlags + ISAttributes +
+ + + Name + MsiPath + Family +
+ + + Directory_ + Name + Value +
+ + + File_ + Name + Value +
+ + + Name + Value +
+ + + Registry_ + Name + Value +
+ + + ISRelease_ + ISProductConfiguration_ + Name + Value +
+ + + Shortcut_ + Name + Value +
+ + + ISXmlElement + ISXmlFile_ + ISXmlElement_Parent + XPath + Content + ISAttributes +
+ + + ISXmlElementAttrib + ISXmlElement_ + Name + Value + ISAttributes +
+ + + ISXmlFile + FileName + Component_ + Directory + ISAttributes + SelectionNamespaces + Encoding +
+ + + Signature_ + Parent + Element + Attribute + ISAttributes +
+ + + Name + Data + ISBuildSourcePath + ISIconIndex + + + + + + + + +
ARPPRODUCTICON.exe<ISProductFolder>\redist\Language Independent\OS Independent\setupicon.ico0EpoleNet.exe1_B5B7B84F00494FE084A31F60830A100D.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0EpoleNet.exe_FDB5E94620784C6D813ECC5BACB9A794.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut1_B58BD83443D54A078C742FE7B6997CC6.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut1_C2AF28BDEE934D17827B4402BF66751C.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut2_9431FB5C8EC5424295009BC684086297.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut2_F14BD0C6BAFB45C5A236A8A562A7EE5F.exeE:\SIMP\한전번호찰(통합)\EpoleNet.exe0NewShortcut3_04612DCCFF644A6D84848C4F699CF46B.exeC:\Program Files (x86)\InstallShield\2015LE\Redist\Language Independent\OS Independent\uninstall.ico0
+ + + IniFile + FileName + DirProperty + Section + Key + Value + Action + Component_ +
+ + + Signature_ + FileName + Section + Key + Field + Type +
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AllocateRegistrySpaceNOT Installed1550AllocateRegistrySpace + AppSearch400AppSearch + BindImage4300BindImage + CCPSearchCCP_TEST500CCPSearch + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + CreateFolders3700CreateFolders + CreateShortcuts4500CreateShortcuts + DeleteServicesVersionNT2000DeleteServices + DuplicateFiles4210DuplicateFiles + FileCost900FileCost + FindRelatedProductsNOT ISSETUPDRIVEN420FindRelatedProducts + ISPreventDowngradeISFOUNDNEWERPRODUCTVERSION450ISPreventDowngrade + ISRunSetupTypeAddLocalEventNot Installed And Not ISRUNSETUPTYPEADDLOCALEVENT1050ISRunSetupTypeAddLocalEvent + ISSelfRegisterCosting2201 + ISSelfRegisterFiles5601 + ISSelfRegisterFinalize6601 + ISUnSelfRegisterFiles2202 + InstallFiles4000InstallFiles + InstallFinalize6600InstallFinalize + InstallInitialize1501InstallInitialize + InstallODBC5400InstallODBC + InstallServicesVersionNT5800InstallServices + InstallValidate1400InstallValidate + IsolateComponents950IsolateComponents + LaunchConditionsNot Installed410LaunchConditions + MigrateFeatureStates1010MigrateFeatureStates + MoveFiles3800MoveFiles + MsiConfigureServicesVersionMsi >= "5.00"5850MSI5 MsiConfigureServices + MsiPublishAssemblies6250MsiPublishAssemblies + MsiUnpublishAssemblies1750MsiUnpublishAssemblies + PatchFiles4090PatchFiles + ProcessComponents1600ProcessComponents + PublishComponents6200PublishComponents + PublishFeatures6300PublishFeatures + PublishProduct6400PublishProduct + RMCCPSearchNot CCP_SUCCESS And CCP_TEST600RMCCPSearch + RegisterClassInfo4600RegisterClassInfo + RegisterComPlus5700RegisterComPlus + RegisterExtensionInfo4700RegisterExtensionInfo + RegisterFonts5300RegisterFonts + RegisterMIMEInfo4900RegisterMIMEInfo + RegisterProduct6100RegisterProduct + RegisterProgIdInfo4800RegisterProgIdInfo + RegisterTypeLibraries5500RegisterTypeLibraries + RegisterUser6000RegisterUser + RemoveDuplicateFiles3400RemoveDuplicateFiles + RemoveEnvironmentStrings3300RemoveEnvironmentStrings + RemoveExistingProducts1410RemoveExistingProducts + RemoveFiles3500RemoveFiles + RemoveFolders3600RemoveFolders + RemoveIniValues3100RemoveIniValues + RemoveODBC2400RemoveODBC + RemoveRegistryValues2600RemoveRegistryValues + RemoveShortcuts3200RemoveShortcuts + ResolveSourceNot Installed850ResolveSource + ScheduleRebootISSCHEDULEREBOOT6410ScheduleReboot + SelfRegModules5600SelfRegModules + SelfUnregModules2200SelfUnregModules + SetARPINSTALLLOCATION1100SetARPINSTALLLOCATION + SetAllUsersProfileNTVersionNT = 400970 + SetODBCFolders1200SetODBCFolders + StartServicesVersionNT5900StartServices + StopServicesVersionNT1900StopServices + UnpublishComponents1700UnpublishComponents + UnpublishFeatures1800UnpublishFeatures + UnregisterClassInfo2700UnregisterClassInfo + UnregisterComPlus2100UnregisterComPlus + UnregisterExtensionInfo2800UnregisterExtensionInfo + UnregisterFonts2500UnregisterFonts + UnregisterMIMEInfo3000UnregisterMIMEInfo + UnregisterProgIdInfo2900UnregisterProgIdInfo + UnregisterTypeLibraries2300UnregisterTypeLibraries + ValidateProductID700ValidateProductID + WriteEnvironmentStrings5200WriteEnvironmentStrings + WriteIniValues5100WriteIniValues + WriteRegistryValues5000WriteRegistryValues + setAllUsersProfile2KVersionNT >= 500980 + setUserProfileNTVersionNT960 +
+ + + Property + Value + + + + + + + + + + + + + + + + + + + + + + + + +
ActiveLanguage1042Comments + CurrentMedia +UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA= + DefaultProductConfigurationExpressEnableSwidtag1ISCompilerOption_CompileBeforeBuild1ISCompilerOption_Debug0ISCompilerOption_IncludePath + ISCompilerOption_LibraryPath + ISCompilerOption_MaxErrors50ISCompilerOption_MaxWarnings50ISCompilerOption_OutputPath<ISProjectDataFolder>\Script FilesISCompilerOption_PreProcessor_ISSCRIPT_NEW_STYLE_DLG_DEFSISCompilerOption_WarningLevel3ISCompilerOption_WarningsAsErrors1ISThemeInstallShield Blue.themeISUSLock{E5A6E14A-A3AD-4999-9B7B-39908DE9F2BC}ISUSSignature{F6A03836-485F-4E19-96BF-522599860374}ISVisitedViewsviewAssistant,viewISToday,viewAppV,viewProject,viewRealSetupDesign,viewAppFiles,viewShortcuts,viewRegistry,viewIniFiles,viewFileExtensions,viewEnvironmentVariables,viewUI,viewSystemSearch,viewObjectsLimited1LockPermissionMode1MsiExecCmdLineOptions + MsiLogFile + OnUpgrade0Owner + PatchFamilyMyPatchFamily1PatchSequence1.0.0SaveAsSchema + SccEnabled0SccPath + SchemaVersion774TypeMSIE
+ + + Action + Condition + Sequence + ISComments + ISAttributes +
AppSearch400AppSearch + CCPSearchCCP_TEST500CCPSearch + CostFinalize1000CostFinalize + CostInitialize800CostInitialize + ExecuteAction1300ExecuteAction + FileCost900FileCost + FindRelatedProducts430FindRelatedProducts + ISPreventDowngradeISFOUNDNEWERPRODUCTVERSION450ISPreventDowngrade + InstallWelcomeNot Installed1210InstallWelcome + IsolateComponents950IsolateComponents + LaunchConditionsNot Installed410LaunchConditions + MaintenanceWelcomeInstalled And Not RESUME And Not Preselected And Not PATCH1230MaintenanceWelcome + MigrateFeatureStates1200MigrateFeatureStates + PatchWelcomeInstalled And PATCH And Not IS_MAJOR_UPGRADE1205Patch Panel + RMCCPSearchNot CCP_SUCCESS And CCP_TEST600RMCCPSearch + ResolveSourceNot Installed990ResolveSource + SetAllUsersProfileNTVersionNT = 400970 + SetupCompleteError-3SetupCompleteError + SetupCompleteSuccess-1SetupCompleteSuccess + SetupInitialization420SetupInitialization + SetupInterrupted-2SetupInterrupted + SetupProgress1240SetupProgress + SetupResumeInstalled And (RESUME Or Preselected) And Not PATCH1220SetupResume + ValidateProductID700ValidateProductID + setAllUsersProfile2KVersionNT >= 500980 + setUserProfileNTVersionNT960 +
+ + + Component_Shared + Component_Application +
+ + + Condition + Description + +
DOTNETVERSION40FULL>="#1"##IDPROP_EXPRESS_LAUNCH_CONDITION_DOTNETVERSION40FULL##
+ + + Property + Order + Value + Text +
+ + + Property + Order + Value + Text + Binary_ +
+ + + LockObject + Table + Domain + User + Permission +
+ + + ContentType + Extension_ + CLSID +
+ + + DiskId + LastSequence + DiskPrompt + Cabinet + VolumeLabel + Source +
+ + + FileKey + Component_ + SourceName + DestName + SourceFolder + DestFolder + Options +
+ + + Component_ + Feature_ + File_Manifest + File_Application + Attributes +
+ + + Component_ + Name + Value +
+ + + DigitalCertificate + CertData +
+ + + Table + SignObject + DigitalCertificate_ + Hash +
+ + + Component + Flags + Sequence + ReferenceComponents +
+ + + MsiEmbeddedChainer + Condition + CommandLine + Source + Type +
+ + + MsiEmbeddedUI + FileName + Attributes + MessageFilter + Data + ISBuildSourcePath +
+ + + File_ + Options + HashPart1 + HashPart2 + HashPart3 + HashPart4 +
+ + + MsiLockPermissionsEx + LockObject + Table + SDDLText + Condition +
+ + + PackageCertificate + DigitalCertificate_ +
+ + + PatchCertificate + DigitalCertificate_ +
+ + + PatchConfiguration_ + Company + Property + Value +
+ + + File_ + Assembly_ +
+ + + Assembly + Name + Value +
+ + + PatchConfiguration_ + PatchFamily + Target + Sequence + Supersede +
+ + + MsiServiceConfig + Name + Event + ConfigType + Argument + Component_ +
+ + + MsiServiceConfigFailureActions + Name + Event + ResetPeriod + RebootMessage + Command + Actions + DelayActions + Component_ +
+ + + MsiShortcutProperty + Shortcut_ + PropertyKey + PropVariantValue +
+ + + Driver_ + Attribute + Value +
+ + + DataSource + Component_ + Description + DriverDescription + Registration +
+ + + Driver + Component_ + Description + File_ + File_Setup +
+ + + DataSource_ + Attribute + Value +
+ + + Translator + Component_ + Description + File_ + File_Setup +
+ + + File_ + Sequence + PatchSize + Attributes + Header + StreamRef_ + ISBuildSourcePath +
+ + + PatchId + Media_ +
+ + + ProgId + ProgId_Parent + Class_ + Description + Icon_ + IconIndex + ISAttributes +
+ + + Property + Value + ISComments +
ALLUSERS1 + ARPINSTALLLOCATION + ARPPRODUCTICONARPPRODUCTICON.exe + ARPSIZE + ARPURLINFOABOUT##ID_STRING1## + AgreeToLicenseNo + ApplicationUsersAllUsers + DWUSINTERVAL30 + DWUSLINKCE9CA78FAECB07FFB9ACC03F898C978F092C978FCEEBC0CFCECC273F9EBC40583ECB87D8B9AC + DefaultUIFontExpressDefault + DialogCaptionInstallShield for Windows Installer + DiskPrompt[1] + DiskSerial1234-5678 + DisplayNameCustom##IDS__DisplayName_Custom## + DisplayNameMinimal##IDS__DisplayName_Minimal## + DisplayNameTypical##IDS__DisplayName_Typical## + Display_IsBitmapDlg1 + ErrorDialogSetupError + INSTALLLEVEL200 + ISCHECKFORPRODUCTUPDATES1 + ISENABLEDWUSFINISHDIALOG + ISSHOWMSILOG + ISVROOT_PORT_NO0 + IS_COMPLUS_PROGRESSTEXT_COST##IDS_COMPLUS_PROGRESSTEXT_COST## + IS_COMPLUS_PROGRESSTEXT_INSTALL##IDS_COMPLUS_PROGRESSTEXT_INSTALL## + IS_COMPLUS_PROGRESSTEXT_UNINSTALL##IDS_COMPLUS_PROGRESSTEXT_UNINSTALL## + IS_PREVENT_DOWNGRADE_EXIT##IDS_PREVENT_DOWNGRADE_EXIT## + IS_PROGMSG_TEXTFILECHANGS_REPLACE##IDS_PROGMSG_TEXTFILECHANGS_REPLACE## + IS_PROGMSG_XML_COSTING##IDS_PROGMSG_XML_COSTING## + IS_PROGMSG_XML_CREATE_FILE##IDS_PROGMSG_XML_CREATE_FILE## + IS_PROGMSG_XML_FILES##IDS_PROGMSG_XML_FILES## + IS_PROGMSG_XML_REMOVE_FILE##IDS_PROGMSG_XML_REMOVE_FILE## + IS_PROGMSG_XML_ROLLBACK_FILES##IDS_PROGMSG_XML_ROLLBACK_FILES## + IS_PROGMSG_XML_UPDATE_FILE##IDS_PROGMSG_XML_UPDATE_FILE## + IS_SQLSERVER_AUTHENTICATION0 + IS_SQLSERVER_DATABASE + IS_SQLSERVER_PASSWORD + IS_SQLSERVER_SERVER + IS_SQLSERVER_USERNAMEsa + InstallChoiceAR + LAUNCHPROGRAM1 + LAUNCHREADME1 + Manufacturer##COMPANY_NAME## + PIDKEY + PIDTemplate12345<###-%%%%%%%>@@@@@ + PROGMSG_IIS_CREATEAPPPOOL##IDS_PROGMSG_IIS_CREATEAPPPOOL## + PROGMSG_IIS_CREATEAPPPOOLS##IDS_PROGMSG_IIS_CREATEAPPPOOLS## + PROGMSG_IIS_CREATEVROOT##IDS_PROGMSG_IIS_CREATEVROOT## + PROGMSG_IIS_CREATEVROOTS##IDS_PROGMSG_IIS_CREATEVROOTS## + PROGMSG_IIS_CREATEWEBSERVICEEXTENSION##IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSION## + PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS## + PROGMSG_IIS_CREATEWEBSITE##IDS_PROGMSG_IIS_CREATEWEBSITE## + PROGMSG_IIS_CREATEWEBSITES##IDS_PROGMSG_IIS_CREATEWEBSITES## + PROGMSG_IIS_EXTRACT##IDS_PROGMSG_IIS_EXTRACT## + PROGMSG_IIS_EXTRACTDONE##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_EXTRACTDONEz##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_EXTRACTzDONE##IDS_PROGMSG_IIS_EXTRACTDONE## + PROGMSG_IIS_REMOVEAPPPOOL##IDS_PROGMSG_IIS_REMOVEAPPPOOL## + PROGMSG_IIS_REMOVEAPPPOOLS##IDS_PROGMSG_IIS_REMOVEAPPPOOLS## + PROGMSG_IIS_REMOVESITE##IDS_PROGMSG_IIS_REMOVESITE## + PROGMSG_IIS_REMOVEVROOT##IDS_PROGMSG_IIS_REMOVEVROOT## + PROGMSG_IIS_REMOVEVROOTS##IDS_PROGMSG_IIS_REMOVEVROOTS## + PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION##IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION## + PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS## + PROGMSG_IIS_REMOVEWEBSITES##IDS_PROGMSG_IIS_REMOVEWEBSITES## + PROGMSG_IIS_ROLLBACKAPPPOOLS##IDS_PROGMSG_IIS_ROLLBACKAPPPOOLS## + PROGMSG_IIS_ROLLBACKVROOTS##IDS_PROGMSG_IIS_ROLLBACKVROOTS## + PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS## + ProductCode{5FC7067D-6AB0-4B9D-BECF-C83AE25660DA} + ProductName전주번호찰프로그램(한전)-160201 + ProductVersion1.0.0.0 + ProgressType0install + ProgressType1Installing + ProgressType2installed + ProgressType3installs + RebootYesNoYes + ReinstallFileVersiono + ReinstallModeTextomus + ReinstallRepairr + RestartManagerOptionCloseRestart + SERIALNUMBER + SERIALNUMVALSUCCESSRETVAL1 + SecureCustomPropertiesISFOUNDNEWERPRODUCTVERSION;USERNAME;COMPANYNAME;ISX_SERIALNUM;SUPPORTDIR;DOTNETVERSION40FULL + SelectedSetupType##IDS__DisplayName_Typical## + SetupTypeTypical + UpgradeCode{A227BE1B-1855-4E9E-A8B7-6E67E2751EC0} + _IsMaintenanceChange + _IsSetupTypeMinTypical +
+ + + ComponentId + Qualifier + Component_ + AppData + Feature_ +
+ + + Property + Order + Value + X + Y + Width + Height + Text + Help + ISControlId +
AgreeToLicense1No01529115##IDS__AgreeToLicense_0## + AgreeToLicense2Yes0029115##IDS__AgreeToLicense_1## + ApplicationUsers1AllUsers1729014##IDS__IsRegisterUserDlg_Anyone## + ApplicationUsers2OnlyCurrentUser12329014##IDS__IsRegisterUserDlg_OnlyMe## + RestartManagerOption1CloseRestart6933114##IDS__IsMsiRMFilesInUse_CloseRestart## + RestartManagerOption2Reboot62133114##IDS__IsMsiRMFilesInUse_RebootAfter## + _IsMaintenance1Change0029014##IDS__IsMaintenanceDlg_Modify## + _IsMaintenance2Reinstall06029014##IDS__IsMaintenanceDlg_Repair## + _IsMaintenance3Remove012029014##IDS__IsMaintenanceDlg_Remove## + _IsSetupTypeMin1Typical1626414##IDS__IsSetupTypeMinDlg_Typical## +
+ + + Signature_ + Root + Key + Name + Type + +
DotNet40Full2SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\FullInstall2
+ + + Registry + Root + Key + Name + Value + Component_ + ISAttributes +
+ + + FileKey + Component_ + FileName + DirProperty + InstallMode + + +
NewShortcut2EpoleNet.exeproduct_name2NewShortcut3ISX_DEFAULTCOMPONENT17product_name2
+ + + RemoveIniFile + FileName + DirProperty + Section + Key + Value + Action + Component_ +
+ + + RemoveRegistry + Root + Key + Name + Component_ +
+ + + ReserveKey + Component_ + ReserveFolder + ReserveLocal + ReserveSource +
+ + + SFPCatalog + Catalog + Dependency +
+ + + File_ + Cost +
+ + + ServiceControl + Name + Event + Arguments + Wait + Component_ +
+ + + ServiceInstall + Name + DisplayName + ServiceType + StartType + ErrorControl + LoadOrderGroup + Dependencies + StartName + Password + Arguments + Component_ + Description +
+ + + Shortcut + Directory_ + Name + Component_ + Target + Arguments + Description + Hotkey + Icon_ + IconIndex + ShowCmd + WkDir + DisplayResourceDLL + DisplayResourceId + DescriptionResourceDLL + DescriptionResourceId + ISComments + ISShortcutName + ISAttributes +
NewShortcut1DesktopFolder##ID_STRING8##EpoleNet.exe[INSTALLDIR]EpoleNet.exeNewShortcut1_C2AF28BDEE934D17827B4402BF66751C.exe11 + NewShortcut2product_name##ID_STRING9##EpoleNet.exe[INSTALLDIR]EpoleNet.exeNewShortcut2_F14BD0C6BAFB45C5A236A8A562A7EE5F.exe11 + NewShortcut3product_name##ID_STRING7##ISX_DEFAULTCOMPONENT17[SystemFolder]MsiExec.exe/x [ProductCode]NewShortcut3_04612DCCFF644A6D84848C4F699CF46B.exe01 +
+ + + Signature + FileName + MinVersion + MaxVersion + MinSize + MaxSize + MinDate + MaxDate + Languages +
+ + + TextStyle + FaceName + Size + Color + StyleBits + + + + + + + + +
Arial8Arial8 + Arial9Arial9 + ArialBlue10Arial1016711680 + ArialBlueStrike10Arial10167116808CourierNew8Courier New8 + CourierNew9Courier New9 + ExpressDefault맑은 고딕800MSGothic9MS Gothic9 + MSSGreySerif8MS Sans Serif88421504 + MSSWhiteSerif8Tahoma816777215 + MSSansBold8Tahoma81MSSansSerif8MS Sans Serif8 + MSSansSerif9MS Sans Serif9 + Tahoma10Tahoma10 + Tahoma8Tahoma8 + Tahoma9Tahoma9 + TahomaBold10Tahoma101TahomaBold8Tahoma81Times8Times New Roman8 + Times9Times New Roman9 + TimesItalic12Times New Roman122TimesItalicBlue10Times New Roman10167116802TimesRed16Times New Roman16255 + VerdanaBold14Verdana131
+ + + LibID + Language + Component_ + Version + Description + Directory_ + Feature_ + Cost +
+ + + Key + Text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AbsentPath + GB##IDS_UITEXT_GB##KB##IDS_UITEXT_KB##MB##IDS_UITEXT_MB##MenuAbsent##IDS_UITEXT_FeatureNotAvailable##MenuAdvertise##IDS_UITEXT_FeatureInstalledWhenRequired2##MenuAllCD##IDS_UITEXT_FeatureInstalledCD##MenuAllLocal##IDS_UITEXT_FeatureInstalledLocal##MenuAllNetwork##IDS_UITEXT_FeatureInstalledNetwork##MenuCD##IDS_UITEXT_FeatureInstalledCD2##MenuLocal##IDS_UITEXT_FeatureInstalledLocal2##MenuNetwork##IDS_UITEXT_FeatureInstalledNetwork2##NewFolder##IDS_UITEXT_Folder##SelAbsentAbsent##IDS_UITEXT_GB##SelAbsentAdvertise##IDS_UITEXT_FeatureInstalledWhenRequired##SelAbsentCD##IDS_UITEXT_FeatureOnCD##SelAbsentLocal##IDS_UITEXT_FeatureLocal##SelAbsentNetwork##IDS_UITEXT_FeatureNetwork##SelAdvertiseAbsent##IDS_UITEXT_FeatureUnavailable##SelAdvertiseAdvertise##IDS_UITEXT_FeatureInstalledRequired##SelAdvertiseCD##IDS_UITEXT_FeatureOnCD2##SelAdvertiseLocal##IDS_UITEXT_FeatureLocal2##SelAdvertiseNetwork##IDS_UITEXT_FeatureNetwork2##SelCDAbsent##IDS_UITEXT_FeatureWillBeUninstalled##SelCDAdvertise##IDS_UITEXT_FeatureWasCD##SelCDCD##IDS_UITEXT_FeatureRunFromCD##SelCDLocal##IDS_UITEXT_FeatureWasCDLocal##SelChildCostNeg##IDS_UITEXT_FeatureFreeSpace##SelChildCostPos##IDS_UITEXT_FeatureRequiredSpace##SelCostPending##IDS_UITEXT_CompilingFeaturesCost##SelLocalAbsent##IDS_UITEXT_FeatureCompletelyRemoved##SelLocalAdvertise##IDS_UITEXT_FeatureRemovedUnlessRequired##SelLocalCD##IDS_UITEXT_FeatureRemovedCD##SelLocalLocal##IDS_UITEXT_FeatureRemainLocal##SelLocalNetwork##IDS_UITEXT_FeatureRemoveNetwork##SelNetworkAbsent##IDS_UITEXT_FeatureUninstallNoNetwork##SelNetworkAdvertise##IDS_UITEXT_FeatureWasOnNetworkInstalled##SelNetworkLocal##IDS_UITEXT_FeatureWasOnNetworkLocal##SelNetworkNetwork##IDS_UITEXT_FeatureContinueNetwork##SelParentCostNegNeg##IDS_UITEXT_FeatureSpaceFree##SelParentCostNegPos##IDS_UITEXT_FeatureSpaceFree2##SelParentCostPosNeg##IDS_UITEXT_FeatureSpaceFree3##SelParentCostPosPos##IDS_UITEXT_FeatureSpaceFree4##TimeRemaining##IDS_UITEXT_TimeRemaining##VolumeCostAvailable##IDS_UITEXT_Available##VolumeCostDifference##IDS_UITEXT_Differences##VolumeCostRequired##IDS_UITEXT_Required##VolumeCostSize##IDS_UITEXT_DiskSize##VolumeCostVolume##IDS_UITEXT_Volume##bytes##IDS_UITEXT_Bytes##
+ + + UpgradeCode + VersionMin + VersionMax + Language + Attributes + Remove + ActionProperty + ISDisplayName + +
{00000000-0000-0000-0000-000000000000}***ALL_VERSIONS***2ISFOUNDNEWERPRODUCTVERSIONISPreventDowngrade
+ + + Extension_ + Verb + Sequence + Command + Argument +
+ + + Table + Column + Nullable + MinValue + MaxValue + KeyTable + KeyColumn + Category + Set + Description + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionTextActionNIdentifierName of action to be described.ActionTextDescriptionYTextLocalized description displayed in progress dialog and log when action is executing.ActionTextTemplateYTemplateOptional localized format template used to format action data records for display during action execution.AdminExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdminExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdminExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesAdminExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.AdminExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdminUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdminUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdminUISequenceISAttributesYThis is used to store MM Custom Action TypesAdminUISequenceISCommentsYTextAuthor’s comments on this Sequence.AdminUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdvtExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdvtExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdvtExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesAdvtExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.AdvtExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AdvtUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.AdvtUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.AdvtUISequenceISAttributesYThis is used to store MM Custom Action TypesAdvtUISequenceISCommentsYTextAuthor’s comments on this Sequence.AdvtUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.AppIdActivateAtStorageY01 + AppIdAppIdNGuid + AppIdDllSurrogateYText + AppIdLocalServiceYText + AppIdRemoteServerNameYFormatted + AppIdRunAsInteractiveUserY01 + AppIdServiceParametersYText + AppSearchPropertyNIdentifierThe property associated with a SignatureAppSearchSignature_NISXmlLocator;Signature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.BBControlAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this control.BBControlBBControlNIdentifierName of the control. This name must be unique within a billboard, but can repeat on different billboard.BBControlBillboard_NBillboard1IdentifierExternal key to the Billboard table, name of the billboard.BBControlHeightN032767Height of the bounding rectangle of the control.BBControlTextYTextA string used to set the initial text contained within a control (if appropriate).BBControlTypeNIdentifierThe type of the control.BBControlWidthN032767Width of the bounding rectangle of the control.BBControlXN032767Horizontal coordinate of the upper left corner of the bounding rectangle of the control.BBControlYN032767Vertical coordinate of the upper left corner of the bounding rectangle of the control.BillboardActionYIdentifierThe name of an action. The billboard is displayed during the progress messages received from this action.BillboardBillboardNIdentifierName of the billboard.BillboardFeature_NFeature1IdentifierAn external key to the Feature Table. The billboard is shown only if this feature is being installed.BillboardOrderingY032767A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.BinaryDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.BinaryISBuildSourcePathYTextFull path to the ICO or EXE file.BinaryNameNIdentifierUnique key identifying the binary data.BindImageFile_NFile1IdentifierThe index into the File table. This must be an executable file.BindImagePathYPathsA list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .CCPSearchSignature_NSignature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.CheckBoxPropertyNIdentifierA named property to be tied to the item.CheckBoxValueYFormattedThe value string associated with the item.ClassAppId_YAppId1GuidOptional AppID containing DCOM information for associated application (string GUID).ClassArgumentYFormattedoptional argument for LocalServers.ClassAttributesY32767Class registration attributes.ClassCLSIDNGuidThe CLSID of an OLE factory.ClassComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.ClassContextNIdentifierThe numeric server context for this server. CLSCTX_xxxxClassDefInprocHandlerYText1;2;3Optional default inproc handler. Only optionally provided if Context=CLSCTX_LOCAL_SERVER. Typically "ole32.dll" or "mapi32.dll"ClassDescriptionYTextLocalized description for the Class.ClassFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.ClassFileTypeMaskYTextOptional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...ClassIconIndexY-3276732767Optional icon index.ClassIcon_YIcon1IdentifierOptional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.ClassProgId_DefaultYProgId1TextOptional ProgId associated with this CLSID.ComboBoxOrderN132767A positive integer used to determine the ordering of the items within one list. The integers do not have to be consecutive.ComboBoxPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same combobox.ComboBoxTextYFormattedThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ComboBoxValueNFormattedThe value string associated with this item. Selecting the line will set the associated property to this value.CompLocatorComponentIdNGuidA string GUID unique to this component, version, and language.CompLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.CompLocatorTypeY01A boolean value that determines if the registry value is a filename or a directory location.ComplusComponent_NComponent1IdentifierForeign key referencing Component that controls the ComPlus component.ComplusExpTypeY032767ComPlus component attributes.ComponentAttributesNRemote execution option, one of irsEnumComponentComponentNIdentifierPrimary key used to identify a particular component record.ComponentComponentIdYGuidA string GUID unique to this component, version, and language.ComponentConditionYConditionA conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.ComponentDirectory_NDirectory1IdentifierRequired key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.ComponentISAttributesYThis is used to store Installshield custom properties of a component.ComponentISCommentsYTextUser Comments.ComponentISDotNetInstallerArgsCommitYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsInstallYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsRollbackYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISDotNetInstallerArgsUninstallYTextArguments passed to the key file of the component if if implements the .NET Installer classComponentISRegFileToMergeAtBuildYTextPath and File name of a .REG file to merge into the component at build time.ComponentISScanAtBuildFileYTextFile used by the Dot Net scanner to populate dependant assemblies' File_Application field.ComponentKeyPathYFile;ODBCDataSource;Registry1IdentifierEither the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.ConditionConditionYConditionExpression evaluated to determine if Level in the Feature table is to change.ConditionFeature_NFeature1IdentifierReference to a Feature entry in Feature table.ConditionLevelN032767New selection Level to set in Feature table if Condition evaluates to TRUE.ControlAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this control.ControlBinary_YBinary1IdentifierExternal key to the Binary table.ControlControlNIdentifierName of the control. This name must be unique within a dialog, but can repeat on different dialogs.ControlControl_NextYControl2IdentifierThe name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!ControlDialog_NDialog1IdentifierExternal key to the Dialog table, name of the dialog.ControlHeightN032767Height of the bounding rectangle of the control.ControlHelpYTextThe help strings used with the button. The text is optional.ControlISBuildSourcePathYTextFull path to .rtf file for scrollable text controlControlISControlIdYA number used to represent the control ID of the Control, Used in Dialog exportControlISWindowStyleY02147483647A 32-bit word that specifies non-MSI window styles to be applied to this control.ControlPropertyYIdentifierThe name of a defined property to be linked to this control.ControlTextYFormattedA string used to set the initial text contained within a control (if appropriate).ControlTypeNIdentifierThe type of the control.ControlWidthN032767Width of the bounding rectangle of the control.ControlXN032767Horizontal coordinate of the upper left corner of the bounding rectangle of the control.ControlYN032767Vertical coordinate of the upper left corner of the bounding rectangle of the control.ControlConditionActionNDefault;Disable;Enable;Hide;ShowThe desired action to be taken on the specified control.ControlConditionConditionNConditionA standard conditional statement that specifies under which conditions the action should be triggered.ControlConditionControl_NControl2IdentifierA foreign key to the Control table, name of the control.ControlConditionDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the dialog.ControlEventArgumentNFormattedA value to be used as a modifier when triggering a particular event.ControlEventConditionYConditionA standard conditional statement that specifies under which conditions an event should be triggered.ControlEventControl_NControl2IdentifierA foreign key to the Control table, name of the controlControlEventDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the dialog.ControlEventEventNFormattedAn identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.ControlEventOrderingY02147483647An integer used to order several events tied to the same control. Can be left blank.CreateFolderComponent_NComponent1IdentifierForeign key into the Component table.CreateFolderDirectory_NDirectory1IdentifierPrimary key, could be foreign key into the Directory table.CustomActionActionNIdentifierPrimary key, name of action, normally appears in sequence table unless private use.CustomActionExtendedTypeY02147483647The numeric custom action type info flags.CustomActionISCommentsYTextAuthor’s comments for this custom action.CustomActionSourceYCustomSourceThe table reference of the source of the code.CustomActionTargetYISDLLWrapper;ISInstallScriptAction1FormattedExcecution parameter, depends on the type of custom actionCustomActionTypeN132767The numeric custom action type, consisting of source location, code type, entry, option flags.DialogAttributesY02147483647A 32-bit word that specifies the attribute flags to be applied to this dialog.DialogControl_CancelYControl2IdentifierDefines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.DialogControl_DefaultYControl2IdentifierDefines the default control. Hitting return is equivalent to pushing this button.DialogControl_FirstNControl2IdentifierDefines the control that has the focus when the dialog is created.DialogDialogNIdentifierName of the dialog.DialogHCenteringN0100Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.DialogHeightN032767Height of the bounding rectangle of the dialog.DialogISCommentsYTextAuthor’s comments for this dialog.DialogISResourceIdYA Number the Specifies the Dialog ID to be used in Dialog ExportDialogISWindowStyleYA 32-bit word that specifies non-MSI window styles to be applied to this control. This is only used in Script Based Setups.DialogTextStyle_YIdentifierForeign Key into TextStyle table, only used in Script Based Projects.DialogTitleYFormattedA text string specifying the title to be displayed in the title bar of the dialog's window.DialogVCenteringN0100Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.DialogWidthN032767Width of the bounding rectangle of the dialog.DirectoryDefaultDirNTextThe default sub-path under parent's path.DirectoryDirectoryNIdentifierUnique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.DirectoryDirectory_ParentYDirectory1IdentifierReference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.DirectoryISAttributesY0;1;2;3;4;5;6;7This is used to store Installshield custom properties of a directory. Currently the only one is Shortcut.DirectoryISDescriptionYTextDescription of folderDirectoryISFolderNameYTextThis is used in Pro projects because the pro identifier used in the tree wasn't necessarily unique.DrLocatorDepthY032767The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.DrLocatorParentYIdentifierThe parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.DrLocatorPathYAnyPathThe path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.DrLocatorSignature_NSignature1IdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature table.DuplicateFileComponent_NComponent1IdentifierForeign key referencing Component that controls the duplicate file.DuplicateFileDestFolderYIdentifierName of a property whose value is assumed to resolve to the full pathname to a destination folder.DuplicateFileDestNameYTextFilename to be given to the duplicate file.DuplicateFileFileKeyNIdentifierPrimary key used to identify a particular file entryDuplicateFileFile_NFile1IdentifierForeign key referencing the source file to be duplicated.EnvironmentComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the environmental value.EnvironmentEnvironmentNIdentifierUnique identifier for the environmental variable settingEnvironmentNameNTextThe name of the environmental value.EnvironmentValueYFormattedThe value to set in the environmental settings.ErrorErrorN032767Integer error number, obtained from header file IError(...) macros.ErrorMessageYTemplateError formatting template, obtained from user ed. or localizers.EventMappingAttributeNIdentifierThe name of the control attribute, that is set when this event is received.EventMappingControl_NControl2IdentifierA foreign key to the Control table, name of the control.EventMappingDialog_NDialog1IdentifierA foreign key to the Dialog table, name of the Dialog.EventMappingEventNIdentifierAn identifier that specifies the type of the event that the control subscribes to.ExtensionComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.ExtensionExtensionNTextThe extension associated with the table row.ExtensionFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.ExtensionMIME_YMIME1TextOptional Context identifier, typically "type/format" associated with the extensionExtensionProgId_YProgId1TextOptional ProgId associated with this extension.FeatureAttributesN0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54Feature attributesFeatureDescriptionYTextLonger descriptive text describing a visible feature item.FeatureDirectory_YDirectory1UpperCaseThe name of the Directory that can be configured by the UI. A non-null value will enable the browse button.FeatureDisplayY032767Numeric sort order, used to force a specific display ordering.FeatureFeatureNIdentifierPrimary key used to identify a particular feature record.FeatureFeature_ParentYFeature1IdentifierOptional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.FeatureISCommentsYCommentsFeatureISFeatureCabNameYName of CAB used when compressing CABs by Feature. Used to override build generated name for CAB file.FeatureISProFeatureNameYTextThe name of the feature used by pro projects. This doesn't have to be unique.FeatureISReleaseFlagsYRelease Flags that specify whether this feature will be built in a particular release.FeatureLevelN032767The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.FeatureTitleYTextShort text identifying a visible feature item.FeatureComponentsComponent_NComponent1IdentifierForeign key into Component table.FeatureComponentsFeature_NFeature1IdentifierForeign key into Feature table.FileAttributesY032767Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)FileComponent_NComponent1IdentifierForeign key referencing Component that controls the file.FileFileNIdentifierPrimary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.FileFileNameNTextFile name used for installation. This may contain a "short name|long name" pair. It may be just a long name, hence it cannot be of the Filename data type.FileFileSizeN02147483647Size of file in bytes (long integer).FileISAttributesY02147483647This field contains the following attributes: UseSystemSettings(0x1)FileISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.FileISComponentSubFolder_YIdentifierForeign key referencing component subfolder containing this file. Only for Pro.FileLanguageYLanguageList of decimal language Ids, comma-separated if more than one.FileSequenceN132767Sequence with respect to the media images; order must track cabinet order.FileVersionYFile1VersionVersion string for versioned files; Blank for unversioned files.FileSFPCatalogFile_NFile1IdentifierFile associated with the catalogFileSFPCatalogSFPCatalog_NSFPCatalog1TextCatalog associated with the fileFontFile_NFile1IdentifierPrimary key, foreign key into File table referencing font file.FontFontTitleYTextFont name.ISAssistantTagDataY + ISAssistantTagTagN + ISBillBoardColorY + ISBillBoardDisplayNameY + ISBillBoardDurationN032767 + ISBillBoardEffectN032767 + ISBillBoardFontY + ISBillBoardISBillboardN + ISBillBoardOriginN032767 + ISBillBoardSequenceN-3276732767 + ISBillBoardStyleY + ISBillBoardTargetN032767 + ISBillBoardTitleY + ISBillBoardXN032767 + ISBillBoardYN032767 + ISChainPackageDisplayNameYTextDisplay name for the chained package. Used only in the IDE.ISChainPackageISReleaseFlagsY + ISChainPackageInstallConditionYCondition + ISChainPackageInstallPropertiesYFormatted + ISChainPackageOptionsNInteger + ISChainPackageOrderNInteger + ISChainPackagePackageNIdentifier + ISChainPackageProductCodeY + ISChainPackageRemoveConditionYCondition + ISChainPackageRemovePropertiesYFormatted + ISChainPackageSourcePathY + ISChainPackageDataDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.ISChainPackageDataFileNIdentifier + ISChainPackageDataFilePathNFormatted + ISChainPackageDataISBuildSourcePathYTextFull path to the ICO or EXE file.ISChainPackageDataOptionsY + ISChainPackageDataPackage_NISChainPackage1Identifier + ISClrWrapAction_NCustomAction1IdentifierForeign key into CustomAction tableISClrWrapNameNTextProperty associated with this ActionISClrWrapValueYTextValue associated with this PropertyISComCatalogAttributeISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogAttributeItemNameNTextThe named attribute for a catalog object.ISComCatalogAttributeItemValueYTextA value associated with the attribute defined in the ItemName column.ISComCatalogCollectionCollectionNameNTextA catalog collection name.ISComCatalogCollectionISComCatalogCollectionNIdentifierA unique key for the ISComCatalogCollection table.ISComCatalogCollectionISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogCollectionObjectsISComCatalogCollection_NISComCatalogCollection1IdentifierA unique key for the ISComCatalogCollection table.ISComCatalogCollectionObjectsISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComCatalogObjectDisplayNameNThe display name of a catalog object.ISComCatalogObjectISComCatalogObjectNIdentifierA unique key for the ISComCatalogObject table.ISComPlusApplicationComponent_NComponent1IdentifierForeign key into the Component table that a COM+ application belongs to.ISComPlusApplicationComputerNameYTextComputer name that a COM+ application belongs to.ISComPlusApplicationDepFilesYTextList of the dependent files.ISComPlusApplicationISAttributesYInstallShield custom attributes associated with a COM+ application.ISComPlusApplicationISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComPlusApplicationDLLAlterDLLYTextAlternate filename of the COM+ application component. Will be used for a .NET serviced component.ISComPlusApplicationDLLCLSIDNTextCLSID of the COM+ application component.ISComPlusApplicationDLLDLLYTextFilename of the COM+ application component.ISComPlusApplicationDLLISComCatalogObject_NISComCatalogObject1IdentifierForeign key into the ISComCatalogObject table.ISComPlusApplicationDLLISComPlusApplicationDLLNIdentifierA unique key for the ISComPlusApplicationDLL table.ISComPlusApplicationDLLISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusApplicationDLLProgIdYTextProgId of the COM+ application component.ISComPlusProxyComponent_YComponent1IdentifierForeign key into the Component table that a COM+ application proxy belongs to.ISComPlusProxyDepFilesYTextList of the dependent files.ISComPlusProxyISAttributesYInstallShield custom attributes associated with a COM+ application proxy.ISComPlusProxyISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table that a COM+ application proxy belongs to.ISComPlusProxyISComPlusProxyNIdentifierA unique key for the ISComPlusProxy table.ISComPlusProxyDepFileFile_NFile1IdentifierForeign key into the File table.ISComPlusProxyDepFileISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusProxyDepFileISPathYTextFull path of the dependent file.ISComPlusProxyFileFile_NFile1IdentifierForeign key into the File table.ISComPlusProxyFileISComPlusApplicationDLL_NISComPlusApplicationDLL1IdentifierForeign key into the ISComPlusApplicationDLL table.ISComPlusServerDepFileFile_NFile1IdentifierForeign key into the File table.ISComPlusServerDepFileISComPlusApplication_NISComPlusApplication1IdentifierForeign key into the ISComPlusApplication table.ISComPlusServerDepFileISPathYTextFull path of the dependent file.ISComPlusServerFileFile_NFile1IdentifierForeign key into the File table.ISComPlusServerFileISComPlusApplicationDLL_NISComPlusApplicationDLL1IdentifierForeign key into the ISComPlusApplicationDLL table.ISComponentExtendedComponent_NComponent1IdentifierPrimary key used to identify a particular component record.ISComponentExtendedFTPLocationYTextFTP LocationISComponentExtendedFilterPropertyNIdentifierProperty to set if you want to filter a componentISComponentExtendedHTTPLocationYTextHTTP LocationISComponentExtendedLanguageYTextLanguageISComponentExtendedMiscellaneousYTextMiscellaneousISComponentExtendedOSYbitwise addition of OSsISComponentExtendedPlatformsYbitwise addition of Platforms.ISCustomActionReferenceAction_NCustomAction1IdentifierForeign key into theICustomAction table.ISCustomActionReferenceDescriptionYTextContents of the file speciifed in ISCAReferenceFilePath. This column is only used by MSI.ISCustomActionReferenceFileTypeYTextfile type of the file specified ISCAReferenceFilePath. This column is only used by MSI.ISCustomActionReferenceISCAReferenceFilePathYTextFull path, the category is of Text instead of Path because of potential use of path variables. This column only exists in ISM.ISDIMDependencyISDIMReference_NIdentifierThis is the primary key to the ISDIMDependency tableISDIMDependencyRequiredBuildVersionYTextthe build version identifying the required DIMISDIMDependencyRequiredMajorVersionYTextthe major version identifying the required DIMISDIMDependencyRequiredMinorVersionYTextthe minor version identifying the required DIMISDIMDependencyRequiredRevisionVersionYTextthe revision version identifying the required DIMISDIMDependencyRequiredUUIDNTextthe UUID identifying the required DIMISDIMReferenceISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.ISDIMReferenceISDIMReferenceNISDIMDependency1IdentifierThis is the primary key to the ISDIMReference tableISDIMReferenceDependenciesISDIMDependency_NISDIMDependency1IdentifierForeign key into ISDIMDependency table.ISDIMReferenceDependenciesISDIMReference_ParentNISDIMReference1IdentifierForeign key into ISDIMReference table.ISDIMVariableISDIMReference_NISDIMReference1IdentifierForeign key into ISDIMReference table.ISDIMVariableISDIMVariableNIdentifierThis is the primary key to the ISDIMVariable tableISDIMVariableNameNTextName of a variable defined in the .dim fileISDIMVariableNewValueYTextNew value that you want to override withISDIMVariableTypeYType of the variable. 0: Build Variable, 1: Runtime VariableISDLLWrapperEntryPointNTextThis is a foreign key to the target column in the CustomAction tableISDLLWrapperSourceNFormattedThis is column points to the source file for the DLLWrapper Custom ActionISDLLWrapperTargetNTextThe function signatureISDLLWrapperTypeYTypeISDRMFileFile_YFile1IdentifierForeign key into File table. A null value will cause a build warning.ISDRMFileISDRMFileNIdentifierUnique identifier for this item.ISDRMFileISDRMLicense_YISDRMLicense1IdentifierForeign key referencing License that packages this file.ISDRMFileShellNTextText indicating the activation shell used at runtime.ISDRMFileAttributeISDRMFile_NISDRMFile1IdentifierPrimary foreign key into ISDRMFile table.ISDRMFileAttributePropertyNTextThe name of the attributeISDRMFileAttributeValueYTextThe value of the attributeISDRMLicenseAttributesYNumberBitwise field used to specify binary attributes of this license.ISDRMLicenseDescriptionYTextAn internal description of this license.ISDRMLicenseISDRMLicenseNIdentifierUnique key identifying the license record.ISDRMLicenseLicenseNumberYTextThe license number.ISDRMLicenseProjectVersionYTextThe version of the project that this license is tied to.ISDRMLicenseRequestCodeYTextThe request code.ISDRMLicenseResponseCodeYTextThe response code.ISDependencyExcludeY + ISDependencyISDependencyY + ISDisk1FileDiskY-1;0;1Used to differentiate between disk1(1), last disk(-1), and other(0).ISDisk1FileISBuildSourcePathNTextFull path of file to be copied to Disk1 folderISDisk1FileISDisk1FileNIdentifierPrimary key for ISDisk1File tableISDynamicFileComponent_NComponent1IdentifierForeign key referencing Component that controls the file.ISDynamicFileExcludeFilesYTextWildcards for excluded files.ISDynamicFileISAttributesY0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15This is used to store Installshield custom properties of a dynamic filet. Currently the only one is SelfRegister.ISDynamicFileIncludeFilesYTextWildcards for included files.ISDynamicFileIncludeFlagsYInclude flags.ISDynamicFileSourceFolderNTextFull path, the category is of Text instead of Path because of potential use of path variables.ISFeatureDIMReferencesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureDIMReferencesISDIMReference_NISDIMReference1IdentifierForeign key into ISDIMReference table.ISFeatureMergeModuleExcludesFeature_NIdentifierForeign key into Feature table.ISFeatureMergeModuleExcludesLanguageNForeign key into ISMergeModule table.ISFeatureMergeModuleExcludesModuleIDNIdentifierForeign key into ISMergeModule table.ISFeatureMergeModulesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureMergeModulesISMergeModule_NISMergeModule1TextForeign key into ISMergeModule table.ISFeatureMergeModulesLanguage_NISMergeModule2Foreign key into ISMergeModule table.ISFeatureSetupPrerequisitesFeature_NFeature1IdentifierForeign key into Feature table.ISFeatureSetupPrerequisitesISSetupPrerequisites_NISSetupPrerequisites1 + ISFileManifestsFile_NIdentifierForeign key into File table.ISFileManifestsManifest_NIdentifierForeign key into File table.ISIISItemComponent_YComponent1IdentifierForeign key to Component table.ISIISItemDisplayNameYTextLocalizable Item Name.ISIISItemISIISItemNIdentifierPrimary key for each item.ISIISItemISIISItem_ParentYISIISItem1IdentifierThis record's parent record.ISIISItemTypeNIIS resource type.ISIISPropertyFriendlyNameYTextIIS property name.ISIISPropertyISAttributesYFlags.ISIISPropertyISIISItem_NISIISItem1IdentifierPrimary key for table, foreign key into ISIISItem.ISIISPropertyISIISPropertyNIdentifierPrimary key for table.ISIISPropertyMetaDataAttributesYIIS property attributes.ISIISPropertyMetaDataPropYIIS property ID.ISIISPropertyMetaDataTypeYIIS property data type.ISIISPropertyMetaDataUserTypeYIIS property user data type.ISIISPropertyMetaDataValueYTextIIS property value.ISIISPropertyOrderYOrder sequencing.ISIISPropertySchemaYTextIIS7 schema information.ISInstallScriptActionEntryPointNTextThis is a foreign key to the target column in the CustomAction tableISInstallScriptActionSourceNFormattedThis is column points to the source file for the DLLWrapper Custom ActionISInstallScriptActionTargetYTextThe function signatureISInstallScriptActionTypeYTypeISLanguageISLanguageNTextThis is the language ID.ISLanguageIncludedY0;1Specify whether this language should be included.ISLinkerLibraryISLinkerLibraryNIdentifierUnique identifier for the link library.ISLinkerLibraryLibraryNTextFull path of the object library (.obl file).ISLinkerLibraryOrderNOrder of the LibraryISLocalControlAttributesYA 32-bit word that specifies the attribute flags to be applied to this control.ISLocalControlBinary_YBinary1IdentifierExternal key to the Binary table.ISLocalControlControl_NControl2IdentifierName of the control. This name must be unique within a dialog, but can repeat on different dialogs.ISLocalControlDialog_NDialog1IdentifierExternal key to the Dialog table, name of the dialog.ISLocalControlHeightYHeight of the bounding rectangle of the control.ISLocalControlISBuildSourcePathYTextFull path to .rtf file for scrollable text controlISLocalControlISLanguage_NISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalControlWidthYWidth of the bounding rectangle of the control.ISLocalControlXYHorizontal coordinate of the upper left corner of the bounding rectangle of the control.ISLocalControlYYVertical coordinate of the upper left corner of the bounding rectangle of the control.ISLocalDialogAttributesYA 32-bit word that specifies the attribute flags to be applied to this dialog.ISLocalDialogDialog_YDialog1IdentifierName of the dialog.ISLocalDialogHeightN032767Height of the bounding rectangle of the dialog.ISLocalDialogISLanguage_YISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalDialogTextStyle_YIdentifierForeign Key into TextStyle table, only used in Script Based Projects.ISLocalDialogWidthN032767Width of the bounding rectangle of the dialog.ISLocalRadioButtonHeightN032767The height of the button.ISLocalRadioButtonISLanguage_NISLanguage1TextThis is a foreign key to the ISLanguage table.ISLocalRadioButtonOrderN132767RadioButton2A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ISLocalRadioButtonPropertyNRadioButton1IdentifierA named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.ISLocalRadioButtonWidthN032767The width of the button.ISLocalRadioButtonXN032767The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.ISLocalRadioButtonYN032767The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.ISLockPermissionsAttributesY-21474836472147483647Permissions attributes mask, 1==Deny access; 2==No inherit, 4==Ignore apply failures, 8==Target object is 64-bitISLockPermissionsDomainYTextDomain name for user whose permissions are being set.ISLockPermissionsLockObjectNIdentifierForeign key into CreateFolder, Registry, or File tableISLockPermissionsPermissionY-21474836472147483647Permission Access mask.ISLockPermissionsTableNIdentifierCreateFolder;File;RegistryReference to another table nameISLockPermissionsUserNTextUser for permissions to be set. This can be a property, hardcoded named, or SID stringISLogicalDiskCabinetYCabinetIf some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.ISLogicalDiskDiskIdN132767Primary key, integer to determine sort order for table.ISLogicalDiskDiskPromptYTextDisk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.ISLogicalDiskISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISLogicalDiskISRelease_NISRelease1TextForeign key into the ISRelease table.ISLogicalDiskLastSequenceN032767File sequence number for the last file for this media.ISLogicalDiskSourceYPropertyThe property defining the location of the cabinet file.ISLogicalDiskVolumeLabelYTextThe label attributed to the volume.ISLogicalDiskFeaturesFeature_YFeature1IdentifierRequired foreign key into the Feature Table,ISLogicalDiskFeaturesISAttributesYThis is used to store Installshield custom properties, like Compressed, etc.ISLogicalDiskFeaturesISLogicalDisk_N132767ISLogicalDisk1IdentifierForeign key into the ISLogicalDisk table.ISLogicalDiskFeaturesISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISLogicalDiskFeaturesISRelease_NISRelease1TextForeign key into the ISRelease table.ISLogicalDiskFeaturesSequenceN032767File sequence number for the file for this media.ISMergeModuleDestinationYTextDestination.ISMergeModuleISAttributesYThis is used to store Installshield custom properties of a merge module.ISMergeModuleISMergeModuleNTextThe GUID identifying the merge module.ISMergeModuleLanguageNDefault decimal language of module.ISMergeModuleNameNTextName of the merge module.ISMergeModuleCfgValuesAttributesYAttributes (from configurable merge module)ISMergeModuleCfgValuesContextDataYTextContextData (from configurable merge module)ISMergeModuleCfgValuesDefaultValueYTextDefaultValue (from configurable merge module)ISMergeModuleCfgValuesDescriptionYTextDescription (from configurable merge module)ISMergeModuleCfgValuesDisplayNameYTextDisplayName (from configurable merge module)ISMergeModuleCfgValuesFormatNFormat (from configurable merge module)ISMergeModuleCfgValuesHelpKeywordYTextHelpKeyword (from configurable merge module)ISMergeModuleCfgValuesHelpLocationYTextHelpLocation (from configurable merge module)ISMergeModuleCfgValuesISMergeModule_NISMergeModule1TextThe module signature, a foreign key into the ISMergeModule tableISMergeModuleCfgValuesLanguage_NISMergeModule2Default decimal language of module.ISMergeModuleCfgValuesModuleConfiguration_NIdentifierIdentifier, foreign key into ModuleConfiguration table (ModuleConfiguration.Name)ISMergeModuleCfgValuesTypeYTextType (from configurable merge module)ISMergeModuleCfgValuesValueYTextValue for this item.ISObjectLanguageNText + ISObjectObjectNameNText + ISObjectPropertyIncludeInBuildYBoolean, 0 for false non 0 for trueISObjectPropertyObjectNameYISObject1Text + ISObjectPropertyPropertyYText + ISObjectPropertyValueYText + ISPatchConfigImagePatchConfiguration_YISPatchConfiguration1TextForeign key to the ISPatchConfigurationTableISPatchConfigImageUpgradedImage_NISUpgradedImage1TextForeign key to the ISUpgradedImageTableISPatchConfigurationAttributesYPatchConfiguration attributesISPatchConfigurationCanPCDifferNThis is determine whether Product Codes may differISPatchConfigurationCanPVDifferNThis is determine whether the Major Product Version may differISPatchConfigurationEnablePatchCacheNThis is determine whether to Enable Patch cacheingISPatchConfigurationFlagsNPatching API FlagsISPatchConfigurationIncludeWholeFilesNThis is determine whether to build a binary level patchISPatchConfigurationLeaveDecompressedNThis is determine whether to leave intermediate files devcompressed when finishedISPatchConfigurationMinMsiVersionNMinimum Required MSI VersionISPatchConfigurationNameNTextName of the Patch ConfigurationISPatchConfigurationOptimizeForSizeNThis is determine whether to Optimize for large filesISPatchConfigurationOutputPathNTextBuild LocationISPatchConfigurationPatchCacheDirYTextDirectory to recieve the Patch Cache informationISPatchConfigurationPatchGuidNTextUnique Patch IdentifierISPatchConfigurationPatchGuidsToReplaceYTextList Of Patch Guids to unregisterISPatchConfigurationTargetProductCodesNTextList Of target Product CodesISPatchConfigurationPropertyISPatchConfiguration_YISPatchConfiguration1TextName of the Patch ConfigurationISPatchConfigurationPropertyPropertyYTextName of the Patch Configuration Property valueISPatchConfigurationPropertyValueYTextValue of the Patch Configuration PropertyISPatchExternalFileFileKeyNTextFilekeyISPatchExternalFileFilePathNTextFilepathISPatchExternalFileISUpgradedImage_NISUpgradedImage1TextForeign key to the isupgraded image tableISPatchExternalFileNameNTextUniqu name to identify this record.ISPatchWholeFileComponentYTextComponent containing file keyISPatchWholeFileFileKeyNTextKey of file to be included as wholeISPatchWholeFileUpgradedImageNISUpgradedImage1TextForeign key to ISUpgradedImage TableISPathVariableISPathVariableNThe name of the path variable.ISPathVariableTestValueYTextThe test value of the path variable.ISPathVariableTypeN1;2;4;8The type of the path variable.ISPathVariableValueYTextThe value of the path variable.ISPowerShellWrapAction_NCustomAction1IdentifierForeign key into CustomAction tableISPowerShellWrapNameNTextProperty associated with this ActionISPowerShellWrapValueYTextValue associated with this PropertyISProductConfigurationGeneratePackageCodeYNumber0;1Indicates whether or not to generate a package code.ISProductConfigurationISProductConfigurationNTextThe name of the product configuration.ISProductConfigurationProductConfigurationFlagsYTextProduct configuration (release) flags.ISProductConfigurationInstanceISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISProductConfigurationInstanceInstanceIdN032767Identifies the instance number of this instance. This value is stored in the Property InstanceId.ISProductConfigurationInstancePropertyNTextProduct Congiuration property nameISProductConfigurationInstanceValueNTextString value for property.ISProductConfigurationPropertyISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISProductConfigurationPropertyPropertyNProperty1TextProduct Congiuration property nameISProductConfigurationPropertyValueYTextString value for property. Never null or empty.ISReleaseAttributesNBitfield holding boolean values for various release attributes.ISReleaseBuildLocationNTextBuild location.ISReleaseCDBrowserYTextDemoshield browser location.ISReleaseDefaultLanguageNTextDefault language for setup.ISReleaseDigitalPVKYTextDigital signing private key (.pvk) file.ISReleaseDigitalSPCYTextDigital signing Software Publisher Certificate (.spc) file.ISReleaseDigitalURLYTextDigital signing URL.ISReleaseDiskClusterSizeNDisk cluster size.ISReleaseDiskSizeNTextDisk size.ISReleaseDiskSizeUnitN0;1;2Disk size units (KB or MB).ISReleaseDiskSpanningN0;1;2Disk spanning (automatic, enforce size, etc.).ISReleaseDotNetBuildConfigurationYTextBuild Configuration for .NET solutions.ISReleaseISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleaseISReleaseNTextThe name of the release.ISReleaseISSetupPrerequisiteLocationY0;1;2;3Location the Setup Prerequisites will be placed inISReleaseMediaLocationNTextMedia location on disk.ISReleaseMsiCommandLineYTextCommand line passed to the msi package from setup.exeISReleaseMsiSourceTypeN-14MSI media source type.ISReleasePackageNameNTextPackage name.ISReleasePasswordYTextPassword.ISReleasePlatformsNTextPlatforms supported (Intel, Alpha, etc.).ISReleaseReleaseFlagsYTextRelease flags.ISReleaseReleaseTypeN1;2;4Release type (single, uncompressed, etc.).ISReleaseSupportedLanguagesDataYTextLanguages supported (for component filtering).ISReleaseSupportedLanguagesUINTextUI languages supported.ISReleaseSupportedOSsNIndicate which operating systmes are supported.ISReleaseSynchMsiYTextMSI file to synchronize file keys and other data with (patch-like functionality).ISReleaseTypeN06Release type (CDROM, Network, etc.).ISReleaseURLLocationYTextMedia location via URL.ISReleaseVersionCopyrightYTextVersion stamp information.ISReleaseASPublishInfoISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleaseASPublishInfoISRelease_NISRelease1TextForeign key into the ISRelease table.ISReleaseASPublishInfoPropertyYTextAS Repository property nameISReleaseASPublishInfoValueYTextAS Repository property valueISReleaseExtendedAttributesYBitfield holding boolean values for various release attributes.ISReleaseExtendedCertPasswordYTextDigital certificate passwordISReleaseExtendedDigitalCertificateDBaseNSYTextPath to cerificate database for Netscape digital signatureISReleaseExtendedDigitalCertificateIdNSYTextPath to cerificate ID for Netscape digital signatureISReleaseExtendedDigitalCertificatePasswordNSYTextPassword for Netscape digital signatureISReleaseExtendedDotNetBaseLanguageYTextBase Languge of .NET RedistISReleaseExtendedDotNetFxCmdLineYTextCommand Line to pass to DotNetFx.exeISReleaseExtendedDotNetLangPackCmdLineYTextCommand Line to pass to LangPack.exeISReleaseExtendedDotNetLangaugePacksYText.NET Redist language packs to includeISReleaseExtendedDotNetRedistLocationY03Location of .NET framework Redist (Web, SetupExe, Source, None)ISReleaseExtendedDotNetRedistURLYTextURL to .NET framework RedistISReleaseExtendedDotNetVersionY02Version of .NET framework Redist (1.0, 1.1)ISReleaseExtendedEngineLocationY02Location of msi engine (Web, SetupExe...)ISReleaseExtendedISEngineLocationY02Location of ISScript engine (Web, SetupExe...)ISReleaseExtendedISEngineURLYTextURL to InstallShield scripting engineISReleaseExtendedISProductConfiguration_NTextForeign key into the ISProductConfiguration table.ISReleaseExtendedISRelease_NTextThe name of the release.ISReleaseExtendedJSharpCmdLineYTextCommand Line to pass to vjredist.exeISReleaseExtendedJSharpRedistLocationY03Location of J# framework Redist (Web, SetupExe, Source, None)ISReleaseExtendedMsiEngineVersionYBitfield holding selected MSI engine versions included in this releaseISReleaseExtendedOneClickCabNameYTextFile name of generated cabfileISReleaseExtendedOneClickHtmlNameYTextFile name of generated html pageISReleaseExtendedOneClickTargetBrowserY02Target browser (IE, Netscape, both...)ISReleaseExtendedWebCabSizeY02147483647Size of the cabfileISReleaseExtendedWebLocalCachePathYTextDirectory to cache downloaded packageISReleaseExtendedWebTypeY02Type of web install (One Executable, Downloader...)ISReleaseExtendedWebURLYTextURL to .msi packageISReleaseExtendedWin9xMsiUrlYTextURL to Ansi MSI engineISReleaseExtendedWinMsi30UrlYTextURL to MSI 3.0 engineISReleaseExtendedWinNTMsiUrlYTextURL to Unicode MSI engineISReleasePropertyISProductConfiguration_NTextForeign key into ISProductConfiguration table.ISReleasePropertyISRelease_NTextForeign key into ISRelease table.ISReleasePropertyNameNProperty nameISReleasePropertyValueNProperty valueISReleasePublishInfoDescriptionYTextRepository item descriptionISReleasePublishInfoDisplayNameYTextRepository item display nameISReleasePublishInfoISAttributesYBitfield holding various attributesISReleasePublishInfoISProductConfiguration_NISProductConfiguration1TextForeign key into the ISProductConfiguration table.ISReleasePublishInfoISRelease_NISRelease1TextThe name of the release.ISReleasePublishInfoPublisherYTextRepository item publisherISReleasePublishInfoRepositoryYTextRepository which to publish the built merge moduleISSQLConnectionAttributesN + ISSQLConnectionAuthenticationN + ISSQLConnectionBatchSeparatorY + ISSQLConnectionCmdTimeoutY + ISSQLConnectionCommentsY + ISSQLConnectionDatabaseN + ISSQLConnectionISSQLConnectionNIdentifierPrimary key used to identify a particular ISSQLConnection record.ISSQLConnectionOrderN + ISSQLConnectionPasswordN + ISSQLConnectionScriptVersion_ColumnY + ISSQLConnectionScriptVersion_TableY + ISSQLConnectionServerN + ISSQLConnectionUserNameN + ISSQLConnectionDBServerISSQLConnectionDBServerNIdentifierPrimary key used to identify a particular ISSQLConnectionDBServer record.ISSQLConnectionDBServerISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLConnectionDBServerISSQLDBMetaData_NISSQLDBMetaData1IdentifierForeign key into ISSQLDBMetaData table.ISSQLConnectionDBServerOrderN + ISSQLConnectionScriptISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLConnectionScriptISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLConnectionScriptOrderN + ISSQLDBMetaDataAdoCxnAdditionalY + ISSQLDBMetaDataAdoCxnDatabaseY + ISSQLDBMetaDataAdoCxnDriverY + ISSQLDBMetaDataAdoCxnNetLibraryY + ISSQLDBMetaDataAdoCxnPasswordY + ISSQLDBMetaDataAdoCxnPortY + ISSQLDBMetaDataAdoCxnServerY + ISSQLDBMetaDataAdoCxnUserIDY + ISSQLDBMetaDataAdoCxnWindowsSecurityY + ISSQLDBMetaDataAdoDriverNameY + ISSQLDBMetaDataCreateDbCmdY + ISSQLDBMetaDataCreateTableCmdY + ISSQLDBMetaDataDisplayNameY + ISSQLDBMetaDataDsnODBCNameY + ISSQLDBMetaDataISAttributesY + ISSQLDBMetaDataISSQLDBMetaDataNIdentifierPrimary key used to identify a particular ISSQLDBMetaData record.ISSQLDBMetaDataInsertRecordCmdY + ISSQLDBMetaDataLocalInstanceNamesY + ISSQLDBMetaDataQueryDatabasesCmdY + ISSQLDBMetaDataScriptVersion_ColumnY + ISSQLDBMetaDataScriptVersion_ColumnTypeY + ISSQLDBMetaDataScriptVersion_TableY + ISSQLDBMetaDataSelectTableCmdY + ISSQLDBMetaDataSwitchDbCmdY + ISSQLDBMetaDataTestDatabaseCmdY + ISSQLDBMetaDataTestTableCmdY + ISSQLDBMetaDataTestTableCmd2Y + ISSQLDBMetaDataVersionBeginTokenY + ISSQLDBMetaDataVersionEndTokenY + ISSQLDBMetaDataVersionInfoCmdY + ISSQLDBMetaDataWinAuthentUserIdY + ISSQLRequirementAttributesN + ISSQLRequirementISSQLConnectionDBServer_YISSQLConnectionDBServer1IdentifierForeign key into ISSQLConnectionDBServer table.ISSQLRequirementISSQLConnection_NISSQLConnection1IdentifierForeign key into ISSQLConnection table.ISSQLRequirementISSQLRequirementNIdentifierPrimary key used to identify a particular ISSQLRequirement record.ISSQLRequirementMajorVersionY + ISSQLRequirementServicePackLevelY + ISSQLScriptErrorAttributesN + ISSQLScriptErrorErrHandlingN + ISSQLScriptErrorErrNumberN + ISSQLScriptErrorISSQLScriptFile_YISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile tableISSQLScriptErrorMessageYTextCustom end-user message. Reserved for future use.ISSQLScriptFileAttributesN + ISSQLScriptFileCommentsYTextCommentsISSQLScriptFileComponent_NComponent1IdentifierForeign key referencing Component that controls the SQL script.ISSQLScriptFileConditionYConditionA conditional statement that will disable this script if the specified condition evaluates to the 'False' state. If a script is disabled, it will not be installed regardless of the 'Action' state associated with the component.ISSQLScriptFileDisplayNameYTextDisplay name for the SQL script file.ISSQLScriptFileErrorHandlingN + ISSQLScriptFileISBuildSourcePathYTextFull path, the category is of Text instead of Path because of potential use of path variables.ISSQLScriptFileISSQLScriptFileNIdentifierThis is the primary key to the ISSQLScriptFile tableISSQLScriptFileInstallTextYTextFeedback end-user text at installISSQLScriptFileSchedulingN + ISSQLScriptFileUninstallTextYTextFeedback end-user text at UninstallISSQLScriptFileVersionYTextSchema Version (#####.#####.#####.#####)ISSQLScriptImportAttributesN + ISSQLScriptImportAuthenticationN + ISSQLScriptImportDatabaseY + ISSQLScriptImportExcludeTablesY + ISSQLScriptImportISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLScriptImportIncludeTablesY + ISSQLScriptImportPasswordY + ISSQLScriptImportServerY + ISSQLScriptImportUserNameY + ISSQLScriptReplaceAttributesN + ISSQLScriptReplaceISSQLScriptFile_NISSQLScriptFile1IdentifierForeign key into ISSQLScriptFile table.ISSQLScriptReplaceISSQLScriptReplaceNIdentifierPrimary key used to identify a particular ISSQLScriptReplace record.ISSQLScriptReplaceReplaceY + ISSQLScriptReplaceSearchY + ISScriptFileISScriptFileNTextThis is the full path of the script file. The path portion may be expressed in path variable form.ISSelfRegCmdLineY + ISSelfRegCostY + ISSelfRegFileKeyNFile1IdentifierForeign key to the file tableISSelfRegOrderY + ISSetupFileFileNameYTextThis is the file name to use when streaming the file to the support files locationISSetupFileISSetupFileNIdentifierThis is the primary key to the ISSetupFile tableISSetupFileLanguageYTextFour digit language identifier. 0 for Language NeutralISSetupFilePathYTextLink to the source file on the build machineISSetupFileSplashYShortBoolean value indication whether his setup file entry belongs in the Splasc Screen sectionISSetupFileStreamYBinaryBinary stream. The bits to stream to the support locationISSetupPrerequisitesISBuildSourcePathY + ISSetupPrerequisitesISReleaseFlagsYRelease Flags that specify whether this prereq will be included in a particular release.ISSetupPrerequisitesISSetupLocationY0;1;2 + ISSetupPrerequisitesISSetupPrerequisitesN + ISSetupPrerequisitesOrderY + ISSetupTypeCommentsYTextUser Comments.ISSetupTypeDescriptionYTextLonger descriptive text describing a visible feature item.ISSetupTypeDisplayN032767Numeric sort order, used to force a specific display ordering.ISSetupTypeDisplay_NameYFormattedA string used to set the initial text contained within a control (if appropriate).ISSetupTypeISSetupTypeNIdentifierPrimary key used to identify a particular feature record.ISSetupTypeFeaturesFeature_NFeature1IdentifierForeign key into Feature table.ISSetupTypeFeaturesISSetupType_NISSetupType1IdentifierForeign key into ISSetupType table.ISStoragesISBuildSourcePathYPath to the file to stream into sub-storageISStoragesNameNName of the sub-storage keyISStringCommentYTextCommentISStringEncodedYEncoding for multi-byte strings.ISStringISLanguage_NTextThis is a foreign key to the ISLanguage table.ISStringISStringNTextString id.ISStringTimeStampYTime/DateTime Stamp. MSI's Time/Date column type is just an int, with bits packed in a certain order.ISStringValueYTextreal string value.ISSwidtagPropertyNameNIdentifierProperty nameISSwidtagPropertyValueNTextProperty valueISTargetImageFlagsYrelative order of the target imageISTargetImageIgnoreMissingFilesNIf true, ignore missing source files when creating patchISTargetImageMsiPathNTextPath to the target imageISTargetImageNameNIdentifierName of the TargetImageISTargetImageOrderNrelative order of the target imageISTargetImageUpgradedImage_NISUpgradedImage1Textforeign key to the upgraded Image tableISUpgradeMsiItemISAttributesN0;1 + ISUpgradeMsiItemISReleaseFlagsY + ISUpgradeMsiItemObjectSetupPathNTextThe path to the setup you want to upgrade.ISUpgradeMsiItemUpgradeItemNTextThe name of the Upgrade Item.ISUpgradedImageFamilyNTextName of the image familyISUpgradedImageMsiPathNTextPath to the upgraded imageISUpgradedImageNameNIdentifierName of the UpgradedImageISVirtualDirectoryDirectory_NDirectory1IdentifierForeign key into Directory table.ISVirtualDirectoryNameNIdentifierProperty nameISVirtualDirectoryValueNProperty valueISVirtualFileFile_NFile1IdentifierForeign key into File table.ISVirtualFileNameNIdentifierProperty nameISVirtualFileValueNProperty valueISVirtualPackageNameNIdentifierProperty nameISVirtualPackageValueNProperty valueISVirtualRegistryNameNIdentifierProperty nameISVirtualRegistryRegistry_NRegistry1IdentifierForeign key into Registry table.ISVirtualRegistryValueNProperty valueISVirtualReleaseISProductConfiguration_NTextForeign key into ISProductConfiguration table.ISVirtualReleaseISRelease_NTextForeign key into ISRelease table.ISVirtualReleaseNameNProperty nameISVirtualReleaseValueNProperty valueISVirtualShortcutNameNIdentifierProperty nameISVirtualShortcutShortcut_NShortcut1IdentifierForeign key into Shortcut table.ISVirtualShortcutValueNProperty valueISXmlElementContentYTextElement contentsISXmlElementISAttributesYNumberInternal XML element attributesISXmlElementISXmlElementNIdentifierPrimary key, non-localized, internal token for Xml elementISXmlElementISXmlElement_ParentYISXmlElement1IdentifierForeign key into ISXMLElement table.ISXmlElementISXmlFile_NISXmlFile1IdentifierForeign key into XmlFile table.ISXmlElementXPathYTextXPath fragment including any operatorsISXmlElementAttribISAttributesYNumberInternal XML elementattib attributesISXmlElementAttribISXmlElementAttribNIdentifierPrimary key, non-localized, internal token for Xml element attributeISXmlElementAttribISXmlElement_NISXmlElement1IdentifierForeign key into ISXMLElement table.ISXmlElementAttribNameYTextLocalized attribute nameISXmlElementAttribValueYTextLocalized attribute valueISXmlFileComponent_NComponent1IdentifierForeign key into Component table.ISXmlFileDirectoryNIdentifierForeign key into Directory table.ISXmlFileEncodingYTextXML File EncodingISXmlFileFileNameNTextLocalized XML file nameISXmlFileISAttributesYNumberInternal XML file attributesISXmlFileISXmlFileNIdentifierPrimary key, non-localized,internal token for Xml fileISXmlFileSelectionNamespacesYTextSelection namespacesISXmlLocatorAttributeYThe name of an attribute within the XML element.ISXmlLocatorElementYXPath query that will locate an element in an XML file.ISXmlLocatorISAttributesY0;1;2 + ISXmlLocatorParentYIdentifierThe parent file signature. It is also a foreign key in the Signature table.ISXmlLocatorSignature_NIdentifierThe Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, ISXmlLocator, CompLocator and the DrLocator tables.IconDataYBinaryBinary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.IconISBuildSourcePathYTextFull path to the ICO or EXE file.IconISIconIndexY-3276732767Optional icon index to be extracted.IconNameNIdentifierPrimary key. Name of the icon file.IniFileActionN0;1;3The type of modification to be made, one of iifEnumIniFileComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the .INI value.IniFileDirPropertyYIdentifierForeign key into the Directory table denoting the directory where the .INI file is.IniFileFileNameNTextThe .INI file name in which to write the informationIniFileIniFileNIdentifierPrimary key, non-localized token.IniFileKeyNFormattedThe .INI file key below Section.IniFileSectionNFormattedThe .INI file Section.IniFileValueNFormattedThe value to be written.IniLocatorFieldY032767The field in the .INI line. If Field is null or 0 the entire line is read.IniLocatorFileNameNTextThe .INI file name.IniLocatorKeyNTextKey value (followed by an equals sign in INI file).IniLocatorSectionNTextSection name within in file (within square brackets in INI file).IniLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.IniLocatorTypeY02An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.InstallExecuteSequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.InstallExecuteSequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.InstallExecuteSequenceISAttributesYThis is used to store MM Custom Action TypesInstallExecuteSequenceISCommentsYTextAuthor’s comments on this Sequence.InstallExecuteSequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.InstallShieldPropertyNIdentifierName of property, uppercase if settable by launcher or loader.InstallShieldValueYTextString value for property.InstallUISequenceActionNIdentifierName of action to invoke, either in the engine or the handler DLL.InstallUISequenceConditionYConditionOptional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.InstallUISequenceISAttributesYThis is used to store MM Custom Action TypesInstallUISequenceISCommentsYTextAuthor’s comments on this Sequence.InstallUISequenceSequenceY-432767Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.IsolatedComponentComponent_ApplicationNComponent1IdentifierKey to Component table item for applicationIsolatedComponentComponent_SharedNComponent1IdentifierKey to Component table item to be isolatedLaunchConditionConditionNConditionExpression which must evaluate to TRUE in order for install to commence.LaunchConditionDescriptionNTextLocalizable text to display when condition fails and install must abort.ListBoxOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ListBoxPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same listbox.ListBoxTextYTextThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ListBoxValueNFormattedThe value string associated with this item. Selecting the line will set the associated property to this value.ListViewBinary_YBinary1IdentifierThe name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.ListViewOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.ListViewPropertyNIdentifierA named property to be tied to this item. All the items tied to the same property become part of the same listview.ListViewTextYTextThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.ListViewValueNTextThe value string associated with this item. Selecting the line will set the associated property to this value.LockPermissionsDomainYTextDomain name for user whose permissions are being set. (usually a property)LockPermissionsLockObjectNIdentifierForeign key into Registry or File tableLockPermissionsPermissionY-21474836472147483647Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)LockPermissionsTableNIdentifierDirectory;File;RegistryReference to another table nameLockPermissionsUserNTextUser for permissions to be set. (usually a property)MIMECLSIDYClass1GuidOptional associated CLSID.MIMEContentTypeNTextPrimary key. Context identifier, typically "type/format".MIMEExtension_NExtension1TextOptional associated extension (without dot)MediaCabinetYCabinetIf some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.MediaDiskIdN132767Primary key, integer to determine sort order for table.MediaDiskPromptYTextDisk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.MediaLastSequenceN032767File sequence number for the last file for this media.MediaSourceYPropertyThe property defining the location of the cabinet file.MediaVolumeLabelYTextThe label attributed to the volume.MoveFileComponent_NComponent1IdentifierIf this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entryMoveFileDestFolderNIdentifierName of a property whose value is assumed to resolve to the full path to the destination directoryMoveFileDestNameYTextName to be given to the original file after it is moved or copied. If blank, the destination file will be given the same name as the source fileMoveFileFileKeyNIdentifierPrimary key that uniquely identifies a particular MoveFile recordMoveFileOptionsN01Integer value specifying the MoveFile operating mode, one of imfoEnumMoveFileSourceFolderYIdentifierName of a property whose value is assumed to resolve to the full path to the source directoryMoveFileSourceNameYTextName of the source file(s) to be moved or copied. Can contain the '*' or '?' wildcards.MsiAssemblyAttributesYAssembly attributesMsiAssemblyComponent_NComponent1IdentifierForeign key into Component table.MsiAssemblyFeature_NFeature1IdentifierForeign key into Feature table.MsiAssemblyFile_ApplicationYFile1IdentifierForeign key into File table, denoting the application context for private assemblies. Null for global assemblies.MsiAssemblyFile_ManifestYFile1IdentifierForeign key into the File table denoting the manifest file for the assembly.MsiAssemblyNameComponent_NComponent1IdentifierForeign key into Component table.MsiAssemblyNameNameNTextThe name part of the name-value pairs for the assembly name.MsiAssemblyNameValueNTextThe value part of the name-value pairs for the assembly name.MsiDigitalCertificateCertDataNBinaryA certificate context blob for a signer certificateMsiDigitalCertificateDigitalCertificateNMsiPackageCertificate2IdentifierA unique identifier for the rowMsiDigitalSignatureDigitalCertificate_NMsiDigitalCertificate1IdentifierForeign key to MsiDigitalCertificate table identifying the signer certificateMsiDigitalSignatureHashYBinaryThe encoded hash blob from the digital signatureMsiDigitalSignatureSignObjectNTextForeign key to Media tableMsiDigitalSignatureTableNIdentifierReference to another table name (only Media table is supported)MsiDriverPackagesComponentNComponent1IdentifierPrimary key used to identify a particular component record.MsiDriverPackagesFlagsNDriver package flagsMsiDriverPackagesReferenceComponentsY + MsiDriverPackagesSequenceYInstallation sequence numberMsiEmbeddedChainerCommandLineYFormatted + MsiEmbeddedChainerConditionYCondition + MsiEmbeddedChainerMsiEmbeddedChainerNIdentifier + MsiEmbeddedChainerSourceNCustomSource + MsiEmbeddedChainerTypeYInteger2;18;50 + MsiEmbeddedUIAttributesN03IntegerInformation about the data in the Data column.MsiEmbeddedUIDataYBinaryThis column contains binary information.MsiEmbeddedUIFileNameNFilenameThe name of the file that receives the binary information in the Data column.MsiEmbeddedUIISBuildSourcePathYText + MsiEmbeddedUIMessageFilterY0234913791IntegerSpecifies the types of messages that are sent to the user interface DLL. This column is only relevant for rows with the msidbEmbeddedUI attribute.MsiEmbeddedUIMsiEmbeddedUINIdentifierThe primary key for the table.MsiFileHashFile_NFile1IdentifierPrimary key, foreign key into File table referencing file with this hashMsiFileHashHashPart1NSize of file in bytes (long integer).MsiFileHashHashPart2NSize of file in bytes (long integer).MsiFileHashHashPart3NSize of file in bytes (long integer).MsiFileHashHashPart4NSize of file in bytes (long integer).MsiFileHashOptionsN032767Various options and attributes for this hash.MsiLockPermissionsExConditionYFormattedExpression which must evaluate to TRUE in order for this set of permissions to be appliedMsiLockPermissionsExLockObjectNIdentifierForeign key into Registry, File, CreateFolder, or ServiceInstall tableMsiLockPermissionsExMsiLockPermissionsExNIdentifierPrimary key, non-localized tokenMsiLockPermissionsExSDDLTextNFormattedSDDLTextString to indicate permissions to be applied to the LockObjectMsiLockPermissionsExTableNIdentifierCreateFolder;File;Registry;ServiceInstallReference to another table nameMsiPackageCertificateDigitalCertificate_NIdentifierA foreign key to the digital certificate tableMsiPackageCertificatePackageCertificateNIdentifierA unique identifier for the rowMsiPatchCertificateDigitalCertificate_NMsiDigitalCertificate1IdentifierA foreign key to the digital certificate tableMsiPatchCertificatePatchCertificateNIdentifierA unique identifier for the rowMsiPatchMetadataCompanyYTextOptional company nameMsiPatchMetadataPatchConfiguration_NISPatchConfiguration1TextForeign key to the ISPatchConfiguration tableMsiPatchMetadataPropertyNTextName of the metadataMsiPatchMetadataValueYTextValue of the metadataMsiPatchOldAssemblyFileAssembly_YMsiPatchOldAssemblyName1 + MsiPatchOldAssemblyFileFile_NFile1 + MsiPatchOldAssemblyNameAssemblyN + MsiPatchOldAssemblyNameNameN + MsiPatchOldAssemblyNameValueY + MsiPatchSequencePatchConfiguration_NISPatchConfiguration1TextForeign key to the patch configuration tableMsiPatchSequencePatchFamilyNTextName of the family to which this patch belongsMsiPatchSequenceSequenceNVersionThe version of this patch in this familyMsiPatchSequenceSupersedeNIntegerSupersedeMsiPatchSequenceTargetYTextTarget product codes for this patch familyMsiServiceConfigArgumentYTextArgument(s) for service configuration. Value depends on the content of the ConfigType fieldMsiServiceConfigComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the configuration of the serviceMsiServiceConfigConfigTypeN-21474836472147483647Service Configuration OptionMsiServiceConfigEventN07Bit field: 0x1 = Install, 0x2 = Uninstall, 0x4 = ReinstallMsiServiceConfigMsiServiceConfigNIdentifierPrimary key, non-localized token.MsiServiceConfigNameNFormattedName of a service. /, \, comma and space are invalidMsiServiceConfigFailureActionsActionsYTextA list of integer actions separated by [~] delimiters: 0 = SC_ACTION_NONE, 1 = SC_ACTION_RESTART, 2 = SC_ACTION_REBOOT, 3 = SC_ACTION_RUN_COMMAND. Terminate with [~][~]MsiServiceConfigFailureActionsCommandYFormattedCommand line of the process to CreateProcess function to executeMsiServiceConfigFailureActionsComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the configuration of the serviceMsiServiceConfigFailureActionsDelayActionsYTextA list of delays (time in milli-seconds), separated by [~] delmiters, to wait before taking the corresponding Action. Terminate with [~][~]MsiServiceConfigFailureActionsEventN07Bit field: 0x1 = Install, 0x2 = Uninstall, 0x4 = ReinstallMsiServiceConfigFailureActionsMsiServiceConfigFailureActionsNIdentifierPrimary key, non-localized tokenMsiServiceConfigFailureActionsNameNFormattedName of a service. /, \, comma and space are invalidMsiServiceConfigFailureActionsRebootMessageYFormattedMessage to be broadcast to server users before rebootingMsiServiceConfigFailureActionsResetPeriodY02147483647Time in seconds after which to reset the failure count to zero. Leave blank if it should never be resetMsiShortcutPropertyMsiShortcutPropertyNIdentifierPrimary key, non-localized tokenMsiShortcutPropertyPropVariantValueNFormattedString representation of the value in the propertyMsiShortcutPropertyPropertyKeyNFormattedCanonical string representation of the Property Key being setMsiShortcutPropertyShortcut_NShortcut1IdentifierForeign key into the Shortcut tableODBCAttributeAttributeNTextName of ODBC driver attributeODBCAttributeDriver_NODBCDriver1IdentifierReference to ODBC driver in ODBCDriver tableODBCAttributeValueYTextValue for ODBC driver attributeODBCDataSourceComponent_NComponent1IdentifierReference to associated componentODBCDataSourceDataSourceNIdentifierPrimary key, non-localized.internal token for data sourceODBCDataSourceDescriptionNTextText used as registered name for data sourceODBCDataSourceDriverDescriptionNTextReference to driver description, may be existing driverODBCDataSourceRegistrationN01Registration option: 0=machine, 1=user, others t.b.d.ODBCDriverComponent_NComponent1IdentifierReference to associated componentODBCDriverDescriptionNTextText used as registered name for driver, non-localizedODBCDriverDriverNIdentifierPrimary key, non-localized.internal token for driverODBCDriverFile_NFile1IdentifierReference to key driver fileODBCDriverFile_SetupYFile1IdentifierOptional reference to key driver setup DLLODBCSourceAttributeAttributeNTextName of ODBC data source attributeODBCSourceAttributeDataSource_NODBCDataSource1IdentifierReference to ODBC data source in ODBCDataSource tableODBCSourceAttributeValueYTextValue for ODBC data source attributeODBCTranslatorComponent_NComponent1IdentifierReference to associated componentODBCTranslatorDescriptionNTextText used as registered name for translatorODBCTranslatorFile_NFile1IdentifierReference to key translator fileODBCTranslatorFile_SetupYFile1IdentifierOptional reference to key translator setup DLLODBCTranslatorTranslatorNIdentifierPrimary key, non-localized.internal token for translatorPatchAttributesN032767Integer containing bit flags representing patch attributesPatchFile_NFile1IdentifierPrimary key, non-localized token, foreign key to File table, must match identifier in cabinet.PatchHeaderYBinaryBinary stream. The patch header, used for patch validation.PatchISBuildSourcePathYTextFull path to patch header.PatchPatchSizeN02147483647Size of patch in bytes (long integer).PatchSequenceN032767Primary key, sequence with respect to the media images; order must track cabinet order.PatchStreamRef_YIdentifierExternal key into the MsiPatchHeaders table specifying the row that contains the patch header stream.PatchPackageMedia_N032767Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.PatchPackagePatchIdNGuidA unique string GUID representing this patch.ProgIdClass_YClass1GuidThe CLSID of an OLE factory corresponding to the ProgId.ProgIdDescriptionYTextLocalized description for the Program identifier.ProgIdISAttributesYThis is used to store Installshield custom properties of a component, like ExtractIcon, etc.ProgIdIconIndexY-3276732767Optional icon index.ProgIdIcon_YIcon1IdentifierOptional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.ProgIdProgIdNTextThe Program Identifier. Primary key.ProgIdProgId_ParentYProgId1TextThe Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.PropertyISCommentsYTextUser Comments.PropertyPropertyNIdentifierName of property, uppercase if settable by launcher or loader.PropertyValueYTextString value for property.PublishComponentAppDataYTextThis is localisable Application specific data that can be associated with a Qualified Component.PublishComponentComponentIdNGuidA string GUID that represents the component id that will be requested by the alien product.PublishComponentComponent_NComponent1IdentifierForeign key into the Component table.PublishComponentFeature_NFeature1IdentifierForeign key into the Feature table.PublishComponentQualifierNTextThis is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.RadioButtonHeightN032767The height of the button.RadioButtonHelpYTextThe help strings used with the button. The text is optional.RadioButtonISControlIdYA number used to represent the control ID of the Control, Used in Dialog exportRadioButtonOrderN132767A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.RadioButtonPropertyNIdentifierA named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.RadioButtonTextYTextThe visible title to be assigned to the radio button.RadioButtonValueNFormattedThe value string associated with this button. Selecting the button will set the associated property to this value.RadioButtonWidthN032767The width of the button.RadioButtonXN032767The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.RadioButtonYN032767The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.RegLocatorKeyNRegPathThe key for the registry value.RegLocatorNameYFormattedThe registry value name.RegLocatorRootN03The predefined root key for the registry value, one of rrkEnum.RegLocatorSignature_NSignature1IdentifierThe table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.RegLocatorTypeY018An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.RegistryComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the installing of the registry value.RegistryISAttributesYThis is used to store Installshield custom properties of a registry item. Currently the only one is Automatic.RegistryKeyNRegPathThe key for the registry value.RegistryNameYFormattedThe registry value name.RegistryRegistryNIdentifierPrimary key, non-localized token.RegistryRootN-13The predefined root key for the registry value, one of rrkEnum.RegistryValueYTextThe registry value.RemoveFileComponent_NComponent1IdentifierForeign key referencing Component that controls the file to be removed.RemoveFileDirPropertyNIdentifierName of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.RemoveFileFileKeyNIdentifierPrimary key used to identify a particular file entryRemoveFileFileNameYTextName of the file to be removed.RemoveFileInstallModeN1;2;3Installation option, one of iimEnum.RemoveIniFileActionN2;4The type of modification to be made, one of iifEnum.RemoveIniFileComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the deletion of the .INI value.RemoveIniFileDirPropertyYIdentifierForeign key into the Directory table denoting the directory where the .INI file is.RemoveIniFileFileNameNTextThe .INI file name in which to delete the informationRemoveIniFileKeyNFormattedThe .INI file key below Section.RemoveIniFileRemoveIniFileNIdentifierPrimary key, non-localized token.RemoveIniFileSectionNFormattedThe .INI file Section.RemoveIniFileValueYFormattedThe value to be deleted. The value is required when Action is iifIniRemoveTagRemoveRegistryComponent_NComponent1IdentifierForeign key into the Component table referencing component that controls the deletion of the registry value.RemoveRegistryKeyNRegPathThe key for the registry value.RemoveRegistryNameYFormattedThe registry value name.RemoveRegistryRemoveRegistryNIdentifierPrimary key, non-localized token.RemoveRegistryRootN-13The predefined root key for the registry value, one of rrkEnumReserveCostComponent_NComponent1IdentifierReserve a specified amount of space if this component is to be installed.ReserveCostReserveFolderYIdentifierName of a property whose value is assumed to resolve to the full path to the destination directoryReserveCostReserveKeyNIdentifierPrimary key that uniquely identifies a particular ReserveCost recordReserveCostReserveLocalN02147483647Disk space to reserve if linked component is installed locally.ReserveCostReserveSourceN02147483647Disk space to reserve if linked component is installed to run from the source location.SFPCatalogCatalogYBinarySFP CatalogSFPCatalogDependencyYFormattedParent catalog - only used by SFPSFPCatalogSFPCatalogNFilenameFile name for the catalog.SelfRegCostY032767The cost of registering the module.SelfRegFile_NFile1IdentifierForeign key into the File table denoting the module that needs to be registered.ServiceControlArgumentsYFormattedArguments for the service. Separate by [~].ServiceControlComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the startup of the serviceServiceControlEventN0187Bit field: Install: 0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = DeleteServiceControlNameNFormattedName of a service. /, \, comma and space are invalidServiceControlServiceControlNIdentifierPrimary key, non-localized token.ServiceControlWaitY01Boolean for whether to wait for the service to fully startServiceInstallArgumentsYFormattedArguments to include in every start of the service, passed to WinMainServiceInstallComponent_NComponent1IdentifierRequired foreign key into the Component Table that controls the startup of the serviceServiceInstallDependenciesYFormattedOther services this depends on to start. Separate by [~], and end with [~][~]ServiceInstallDescriptionYTextDescription of service.ServiceInstallDisplayNameYFormattedExternal Name of the ServiceServiceInstallErrorControlN-21474836472147483647Severity of error if service fails to startServiceInstallLoadOrderGroupYFormattedLoadOrderGroupServiceInstallNameNFormattedInternal Name of the ServiceServiceInstallPasswordYFormattedpassword to run service with. (with StartName)ServiceInstallServiceInstallNIdentifierPrimary key, non-localized token.ServiceInstallServiceTypeN-21474836472147483647Type of the serviceServiceInstallStartNameYFormattedUser or object name to run service asServiceInstallStartTypeN04Type of the serviceShortcutArgumentsYFormattedThe command-line arguments for the shortcut.ShortcutComponent_NComponent1IdentifierForeign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.ShortcutDescriptionYTextThe description for the shortcut.ShortcutDescriptionResourceDLLYFormattedThis field contains a Formatted string value for the full path to the language neutral file that contains the MUI manifest.ShortcutDescriptionResourceIdY032767The description name index for the shortcut.ShortcutDirectory_NDirectory1IdentifierForeign key into the Directory table denoting the directory where the shortcut file is created.ShortcutDisplayResourceDLLYFormattedThis field contains a Formatted string value for the full path to the language neutral file that contains the MUI manifest.ShortcutDisplayResourceIdY032767The display name index for the shortcut.ShortcutHotkeyY032767The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte.ShortcutISAttributesYThis is used to store Installshield custom properties of a shortcut. Mainly used in pro project types.ShortcutISCommentsYTextAuthor’s comments on this Shortcut.ShortcutISShortcutNameYTextA non-unique name for the shortcut. Mainly used by pro pro project types.ShortcutIconIndexY-3276732767The icon index for the shortcut.ShortcutIcon_YIcon1IdentifierForeign key into the File table denoting the external icon file for the shortcut.ShortcutNameNTextThe name of the shortcut to be created.ShortcutShortcutNIdentifierPrimary key, non-localized token.ShortcutShowCmdY1;3;7The show command for the application window.The following values may be used.ShortcutTargetNShortcutThe shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.ShortcutWkDirYIdentifierName of property defining location of working directory.SignatureFileNameNTextThe name of the file. This may contain a "short name|long name" pair.SignatureLanguagesYLanguageThe languages supported by the file.SignatureMaxDateY02147483647The maximum creation date of the file.SignatureMaxSizeY02147483647The maximum size of the file.SignatureMaxVersionYTextThe maximum version of the file.SignatureMinDateY02147483647The minimum creation date of the file.SignatureMinSizeY02147483647The minimum size of the file.SignatureMinVersionYTextThe minimum version of the file.SignatureSignatureNIdentifierThe table key. The Signature represents a unique file signature.TextStyleColorY016777215A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).TextStyleFaceNameNTextA string indicating the name of the font used. Required. The string must be at most 31 characters long.TextStyleSizeN032767The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.TextStyleStyleBitsY015A combination of style bits.TextStyleTextStyleNIdentifierName of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.TypeLibComponent_NComponent1IdentifierRequired foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.TypeLibCostY02147483647The cost associated with the registration of the typelib. This column is currently optional.TypeLibDescriptionYText + TypeLibDirectory_YDirectory1IdentifierOptional. The foreign key into the Directory table denoting the path to the help file for the type library.TypeLibFeature_NFeature1IdentifierRequired foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.TypeLibLanguageN032767The language of the library.TypeLibLibIDNGuidThe GUID that represents the library.TypeLibVersionY02147483647The version of the library. The major version is in the upper 8 bits of the short integer. The minor version is in the lower 8 bits.UITextKeyNIdentifierA unique key that identifies the particular string.UITextTextYTextThe localized version of the string.UpgradeActionPropertyNUpperCaseThe property to set when a product in this set is found.UpgradeAttributesN02147483647The attributes of this product set.UpgradeISDisplayNameYISUpgradeMsiItem1 + UpgradeLanguageYLanguageA comma-separated list of languages for either products in this set or products not in this set.UpgradeRemoveYFormattedThe list of features to remove when uninstalling a product from this set. The default is "ALL".UpgradeUpgradeCodeNGuidThe UpgradeCode GUID belonging to the products in this set.UpgradeVersionMaxYTextThe maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.UpgradeVersionMinYTextThe minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.VerbArgumentYFormattedOptional value for the command arguments.VerbCommandYFormattedThe command text.VerbExtension_NExtension1TextThe extension associated with the table row.VerbSequenceY032767Order within the verbs for a particular extension. Also used simply to specify the default verb.VerbVerbNTextThe verb for the command._ValidationCategoryY"Text";"Formatted";"Template";"Condition";"Guid";"Path";"Version";"Language";"Identifier";"Binary";"UpperCase";"LowerCase";"Filename";"Paths";"AnyPath";"WildCardFilename";"RegPath";"KeyFormatted";"CustomSource";"Property";"Cabinet";"Shortcut";"URL";"DefaultDir"String category_ValidationColumnNIdentifierName of column_ValidationDescriptionYTextDescription of column_ValidationKeyColumnY132Column to which foreign key connects_ValidationKeyTableYIdentifierFor foreign key, Name of table to which data must link_ValidationMaxValueY-21474836472147483647Maximum value allowed_ValidationMinValueY-21474836472147483647Minimum value allowed_ValidationNullableNY;N;@Whether the column is nullable_ValidationSetYTextSet of values that are permitted_ValidationTableNIdentifierName of table
+
diff --git a/Sub/SetupIS/SetupIS.isproj b/Sub/SetupIS/SetupIS.isproj new file mode 100644 index 0000000..2347bc6 --- /dev/null +++ b/Sub/SetupIS/SetupIS.isproj @@ -0,0 +1,31 @@ + + + + + Express + + Debug + $(Configuration) + + + + + + + + + + + + + + + + + + \ No newline at end of file