This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Can't log in real time MSI Install/Uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 29, 2008
07:26 AM
Can't log in real time MSI Install/Uninstall
Hello, i've some problems with my chained MSI. I'm trying to check the log of my install with this command :
msiexec /i "application.msi" /L*v "C:\application.log"
The log work fine, but when i try to check the log with theses applications :
- Tail for Win32
- TailXP
- MakeLogic Tail
Theses applications cant show in real time the log make by msiexec
I can only see : hieroglyph caracters under theses applications.
Do you know why ? Perhaps the log msi is protected while msiexec install my application ?
Thanks
msiexec /i "application.msi" /L*v "C:\application.log"
The log work fine, but when i try to check the log with theses applications :
- Tail for Win32
- TailXP
- MakeLogic Tail
Theses applications cant show in real time the log make by msiexec
I can only see : hieroglyph caracters under theses applications.
Do you know why ? Perhaps the log msi is protected while msiexec install my application ?
Thanks
(1) Reply
Sep 29, 2008
11:37 AM
I can't speak to exactly how Windows Installer creates those logs, or those programs, but this sounds like it may be a simple Unicode vs ANSI issue. Do those programs not support Unicode files, and is the log file itself in Unicode?