Table of Contents |
---|
Introduction
The Windows Event Viewer shows a collection of Logfiles.
...
In addition to the operating system, background programs usually write in log files in order to keep action messages, error messages and information available.
...
Run the eventvwr command here.
- In the left column you access , logs from various system areas can be accessed.
- in In the middle column, all events of a log are displayed.
- in In the right column you can select , various actions
.evtx file will be created
Deinstallieren sie SyCon.net erneut (eine einfache Deinstallation genügt diesmal) und installieren es mit folgendem Befehl, welcher eine Logdatei der installation erstellt, neu:
...
- can be selected.
Create Windows Event Log File .EVTX
An .EVTX File allows opening the provided logs on another System.
For example, in case of an issue during software installation, an .evtx File is needed for the Hilscher support team to do further analysis.
The .EVTX File can be created by selecting the needed System Area in the left column and "Actions → System → "save all Events..." on the right column.
Create a Log file .LOG
To create a log file while installing for example Sycon.net, please use the following command in the run dialog [Windows]+ [R]:
Code Block |
---|
"C:\SYCON.net V1.0500.200819.33439 Setup.exe" /V"/L* |
...
V C:\Setup.log" |
Example: "SYCON.net V1.0400.170125.19044 Setup.exe" /V" - is used to pass more than one argument
/L*v CV - This command will create a verbose log, offering a lot of information about the installation.
The exported Logfile (in this case C:\Setup.log"https://www.advancedinstaller.com/user-guide/qa-log.html) can now be provided to the Hilscher Support team, for further analysis.