Page 1 of 1

Problem w/ Gui.Launcher

Posted: 24 Dec 2012, 13:41
by michael1220
I got a problem with Gui.Launcher.exe, it won't start.
Everytime when I want to start the .exe it says:
"Usage: Gui.Launcher.exe <appxaml>"

I am using Windows Vista SP2, may this is the reason.

Re: Problem w/ Gui.Launcher

Posted: 24 Dec 2012, 14:34
by jsantos
Hi michael,

Gui.Launcher is supposed to be used as a thunk for executing applications described by a XAML. It is a very fast way (and portable because there will be a launcher on each platform) to test your applications. All the applications distributed by us are in fact a renamed Gui.Launcher.

For example, to execute the TicTacToe sample:
Gui.Launcher.exe Gui/TicTacToe/App.xaml

Re: Problem w/ Gui.Launcher

Posted: 24 Dec 2012, 16:00
by michael1220
Hi michael,

Gui.Launcher is supposed to be used as a thunk for executing applications described by a XAML. It is a very fast way (and portable because there will be a launcher on each platform) to test your applications. All the applications distributed by us are in fact a renamed Gui.Launcher.

For example, to execute the TicTacToe sample:
Gui.Launcher.exe Gui/TicTacToe/App.xaml
Allright, Thank you :)