Hi,
On Wed, Apr 20, 2005 at 09:58:49PM +1200, Wesley Parish wrote:
I wish I could say it installed and I'm now happily writing C# using Microsoft's own tolkit; but it hasn't installed.
It complains about a command line syntax problem, then insists I ask about syntax with the /? option - which I do.
Then it shows me four options, but without explaining much else, then when I try to implement, it complains again about a command line syntax problem, which it then insists I ...
You probably need to do it the way Wine (or some Wine versions) expects parameter passing (i.e. the usual Unix way): wine -- program.exe /? might work.
Andreas Mohr