 |
Doctor Deploy: software deployment, - distribution, repackaging, msi, windows installer, client management, installation, setup : forum - discussion boards
|
| Author |
Message |
krischan100
Magnum


Joined: 09 Feb 2005
Posts: 34
Location: Im Rhein Neckar Dreieck
|
Posted:
Thu, 22.Jun.2006, 06:06 |
 |
Hallo,
kennt jemand ein gescheites Tool um Logfiles (z.B.: MSI, NetInstall) besser lesen zu können?
Im moment nutze ich UltraEdit mit selbst erstelltem "Syntax Highlighting" für NetInstall Logfiles.
Krischan100 |
|
|
  |
 |
bingen
Melchisedech


Joined: 04 Jun 2004
Posts: 250
Location: 48°42' n.Br./09°09' ö.L.
|
Posted:
Thu, 22.Jun.2006, 07:44 |
 |
| krischan100 wrote: |
Hallo,
kennt jemand ein gescheites Tool um Logfiles (z.B.: MSI, NetInstall) besser lesen zu können?
Im moment nutze ich UltraEdit mit selbst erstelltem "Syntax Highlighting" für NetInstall Logfiles. |
fuer netinstall gibt es "die" NiLa (NiLogAnalyse, imho auf der CD bzw herunterladbar), fuer MSI das WiLogUtl (SDK) |
|
|
  |
 |
krischan100
Magnum


Joined: 09 Feb 2005
Posts: 34
Location: Im Rhein Neckar Dreieck
|
Posted:
Mon, 26.Jun.2006, 06:31 |
 |
Das diese Tools nicht gerade die besten sind, dürfte ja fast jedem klar sein oder?
Und ich denke das die meisten irgendwelche Brücken bzw. Workarounds nutzen.
Krischan100 |
|
|
  |
 |
el_toro
Piccolo

Joined: 25 Aug 2006
Posts: 2
|
Posted:
Fri, 25.Aug.2006, 08:15 |
 |
hi hat jemand von euch bereits mal einen Logfile Analyser gefunden bzw. erstellt?
Ich hab auf meiner Suche ein Syntaxschema für Proton (www.meybohm.de) in der Enteo Newsgroup gefunden.
Leider funktioniert dieses bei mir nicht, trotz meiner Anpassung.
| Code: |
object TPersHolder
P.Name = 'Netinst'
P.SyntaxBlocks = <
item
Name = 'Default'
ID = 0
CaseSensitive = True
UseMetaSymbol = True
UseMetaToWrapLines = True
MetaSymbol = '\'
FIText = 0
FIIntNum = 1
FIFloatNum = 2
FIHexNum = 3
FIDirective = 4
FISymbol = 11
UseSymbols = True
UseLineDirectives = True
UseComments = True
UseSingleLineComments = True
UseMultiLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UsePrefixedNumbers = True
UseSuffixedNumbers = True
UseMultipleNumSuffixes = True
UsePrefixedSuffixedNumbers = True
UsePSNumComposition = True
UseKeywords = True
BlockDelimiters = <>
LineDirectivePrefix = '#'
SingleLineCommentDelimiters = <
item
FontID = 5
LeftDelimiter = '//'
end>
MultiLineCommentDelimiters = <
item
FontID = 6
LeftDelimiter = '/*'
RightDelimiter = '*/'
end>
SingleLineStringDelimiters = <
item
FontID = 7
LeftDelimiter = #39
RightDelimiter = #39
end
item
FontID = 8
LeftDelimiter = '"'
RightDelimiter = '"'
end
item
FontID = 9
LeftDelimiter = 'L"'
RightDelimiter = '"'
end>
NumPrefixes = <
item
LeftDelimiter = '0x'
end
item
LeftDelimiter = '0X'
end>
NumSuffixes = <
item
LeftDelimiter = 'l'
end
item
LeftDelimiter = '!'
end
item
LeftDelimiter = 'u'
end
item
LeftDelimiter = 'U'
end>
NumPrefixesSuffixes = <>
KeywordSets = <
item
FontID = 10
Name = 'reserved'
Keywords
'Warning,not,E,Failure,terminated,warnings,Stopping,Terminate,failed,Waiting,Exitcode,Error'
end>
end>
P.FontTable = <
item
FontID = 0
GlobalAttrID = 'Whitespace'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 1
GlobalAttrID = 'Integer'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 2
GlobalAttrID = 'Float'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 3
GlobalAttrID = 'Integer'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 4
GlobalAttrID = 'Defines'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 5
GlobalAttrID = 'Comment'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 6
GlobalAttrID = 'Comment'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 7
GlobalAttrID = 'String'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 8
GlobalAttrID = 'String'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 9
GlobalAttrID = 'String'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 10
GlobalAttrID = 'Reserved words'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 11
GlobalAttrID = 'Delimiters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end>
P.SyntaxVersion = 3
end |
http://www.enteo.de/portal/loader.php?seite=newsgroups_netinstall_5.7_de&navigation=1088&root=47&message_id=%3Cdgu9ho%24fgs%241%40cigar.webart.de%3E&message_source=%3Cdgtkkm%24fl%241%40cigar.webart.de%3E&newsgroup_start=200[[/code] |
|
|
  |
 |
Hoschi
Piccolo

Joined: 28 Aug 2006
Posts: 3
Location: Bern, Switzerland
|
Posted:
Wed, 22.Oct.2008, 11:59 |
 |
Hallo el_toro
Ich habe einen Logfileanalyzer für MSI Verbose Logfiles erstellt.
Er hat mir und vielen anderen Nutzern schon oft geholfen Fehler sofort und zuverläsig festzustellen.
Als Alternative gibt es den Logfileanalyzer von Mircrosoft (WiLogUtl.exe) der in der Windows Installer SDK mitgeliefert wird. Ich kann mich mit diesem Werkzeug nicht wirklich anfreunden, desshalb habe ich eine eigene Variante erstellt.
Hier kannst du das gratis Tool herunterlanden: www.hoschi.biz
Gruss
Hoschi |
|
|
  |
 |
|
|
|
|
|
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Service provided by flatbyte.com
::
Powered by phpBB
:: FI Theme
:: Imprint ::
All times are GMT + 1 Hour
| |