> Having never had a Windows machine, can someone point me in > the direction of how I can deploy my mono-gtk# apps on > Windows. Is it possible to associate the mono runtime with > the *.exe in XP so that the users do not have to fire up the > mono console? Links and advice appreciated. > > Rodney
I would recommand InnoSetup if your looking for a setup compiler: http://www.jrsoftware.org/isinfo.php Written in Delphi with source available. This is my preferred setup builder. I think you have to use a batch file or something to get it to run or create a link (inno will do it for you) that points to your exe to place on the startmenu or desktop. I'm new to mono myself...sorry couldn't be more help. --- Warm Regards, Lee _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
