vitamin wrote: > Berillions wrote: >> Edit : >> When i launch this command : >> >> Code: >> wine start /media/cdrom/setup.exe >> >> >> I have this error message in the console : >> err:start:wmain Option 'L"/cdrom/setup.exe"' not recognized > > then add "/U" after start: > > Code: > wine start /U /media/cdrom/setup.exe Oh yeah, I forgot about the /Unix option.