how can I make a portable wrapper?

Ask other users about problems encountered with portable apps or help by posting solutions to existing problems.
Post Reply
Message
Author
denash1
Posts: 15
Joined: Tue May 15, 2007 1:49 am

how can I make a portable wrapper?

#1 Post by denash1 »

could anyone please give me instruction on how to make portable wrappers? I am just intrested how people are making these :wink:

thx in advance

calm_observer
Posts: 47
Joined: Tue Mar 27, 2007 12:21 pm

#2 Post by calm_observer »

portableapps uses NSIS (NullSoft Scriptable Installer System). i use autoit. the second link is a howto.

portackager
Posts: 169
Joined: Sun Apr 29, 2007 2:01 pm

#3 Post by portackager »

You could even just use a batch file. I usually do out of shear lazyness.

denash1
Posts: 15
Joined: Tue May 15, 2007 1:49 am

#4 Post by denash1 »

how can I use batch files to make programms portable?????

and what are batch files???? :?:

calm_observer
Posts: 47
Joined: Tue Mar 27, 2007 12:21 pm

#5 Post by calm_observer »

denash1 wrote:how can I use batch files to make programms portable?????

and what are batch files???? :?:
here's one example. for more on batch files. if you have some specific questions just ask 8)

denash1
Posts: 15
Joined: Tue May 15, 2007 1:49 am

#6 Post by denash1 »

THX for the tipps I will try them :D

MePerson
Posts: 7
Joined: Sun Apr 08, 2007 5:06 pm

JauntePE

#7 Post by MePerson »

There's a program on the site called JauntePE, but it's a little hard to use. Good luck!

denash1
Posts: 15
Joined: Tue May 15, 2007 1:49 am

#8 Post by denash1 »

yeah ich have used JauntePE but it slowed down my programms at starting so that is nothing for me...

sry but got another question.......

Are people allowed to use open office for a asmall business free of charge? is that the meaning of open source????

THX in advance

calm_observer
Posts: 47
Joined: Tue Mar 27, 2007 12:21 pm

#9 Post by calm_observer »

denash1 wrote:...Are people allowed to use open office for a asmall business free of charge?..
from their web site: "the product is free to download, use, and distribute"
denash1 wrote:...is that the meaning of open source????
no, read this. in short open source means that the source code for the program(s) is available also.

M@tty
Posts: 192
Joined: Wed May 02, 2007 9:32 am
Contact:

Re: how can I make a portable wrapper?

#10 Post by M@tty »

To steer back on topic...
denash1 wrote:could anyone please give me instruction on how to make portable wrappers?
Have a read of this article: http://portableapps.com/development

Also check out the Portable Application Template: http://portableapps.com/node/6709

It is essentially an NSIS script that has already done all the hard work for you, you just need to change a few variables. If you can't manage that, you really shouldn't be trying to develop portable applications.

denash1
Posts: 15
Joined: Tue May 15, 2007 1:49 am

#11 Post by denash1 »

thx alot for all of your help :D :wink:

Post Reply