[Wine] Re: _INS5176._MP

pod25music wineforum-user at winehq.org
Sat Feb 5 12:57:46 CST 2011


James McKenzie wrote:
> On 2/5/11 10:31 AM, pod25music wrote:
> 
> > To save me searching. What is the code needed to create a log file before the installer starts ?
> > 
> I use the following code:
> 
> wine <installer.exe> > <name of logging file.txt> 2>&1
> 
> Where <installer.exe> is the program name for installing the program
> and <name of logging file.txt> is the name, including path, for the file 
> to output log information to.
> 
> Since I am on a Mac, an example would not be appropriate.
> 
> James McKenzie


I used:

3630:~/BassBox$ wine SETUP.EXE &> log.txt

And the output is the file you have seen.







More information about the wine-users mailing list