DoctorDeploy.com - Das unabhängige Forum für Installation und Softwareverteilung Your Ad Here    
Doctor Deploy: software deployment, - distribution, repackaging, msi, windows installer, client management, installation, setup : forum - discussion boards 
  Search   •  RSS/Newsletter   •  Shop   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 Logfile Analyse View next topic
View previous topic
Post new topicReply to topic
Author Message
krischan100
Magnum
Magnum


Joined: 09 Feb 2005
Posts: 34
Location: Im Rhein Neckar Dreieck

PostPosted: Thu, 22.Jun.2006, 06:06 Back to top

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
View user's profileSend private message
bingen
Melchisedech
Melchisedech


Joined: 04 Jun 2004
Posts: 229
Location: 48°42' n.Br./09°09' ö.L.

PostPosted: Thu, 22.Jun.2006, 07:44 Back to top

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)
View user's profileSend private message
krischan100
Magnum
Magnum


Joined: 09 Feb 2005
Posts: 34
Location: Im Rhein Neckar Dreieck

PostPosted: Mon, 26.Jun.2006, 06:31 Back to top

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
View user's profileSend private message
el_toro
Piccolo
Piccolo


Joined: 25 Aug 2006
Posts: 2

PostPosted: Fri, 25.Aug.2006, 08:15 Back to top

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]
View user's profileSend private message
AddThis Social Bookmark Button
Display posts from previous:      
Post new topicReply to topic


 Jump to:   



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