How do i create a portable app (runs without installing)
Posted
by jiewmeng
on Stack Overflow
See other posts from Stack Overflow
or by jiewmeng
Published on 2010-05-30T01:56:34Z
Indexed on
2010/05/30
2:02 UTC
Read the original article
Hit count: 246
how do i create an app that is:
- lightweight: i am guessing don't require .NET frameworks maybe?
- portable: runs without installing and saves data in the app directory, so i can just move the folder or maybe even the exe?
this is just a personal experiment: i want to try create a simple todo list app that has the above attributes
i am thinking
- C#/WPF (but requires .NET framework, i can explore client profile tho)
- Appcelerator Titanium (i think this will be lightweight & good enough? i dunno if i can have a portable titanium app tho)
© Stack Overflow or respective owner