troycicle Posted December 19, 2004 Posted December 19, 2004 When installing a .msi file, how do I change the destination of the setup.log file it creates?
staples Posted December 19, 2004 Posted December 19, 2004 in the command line type msiexec /i c:\install.msi /l*v c:\log.logwhere c:\install.msi is the path and file name of your msi filec:\log.log is the path and file name of your log file you want to create or overwrite.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now