globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Windows startup launcher (1st launch / extractor UI) #5

Open fpietrosanti opened 12 years ago

fpietrosanti commented 12 years ago

Apaf come bundled as a directory including all the software required to run it properly.

On Mac OS X, all the application bundle are already a directory, so that the end user perceive it as a desktop application and can drag-n-drop it where he need to run.

However on Windows it's a little bit more tricky, as the user expect to download a single .exe (the apaf installer), click on it and have the application ready.

Apaf should provide within it's build-system a facility to "package" the windows application as a single .exe with the apaf application icon.

When the user download it and click on it, it should automatically:

This would provide a valuable end-user experience reducing the amount of "clicks" required to startup an apaf application on windows.