You are here

How to make [AppName]Portable.exe?

7 posts / 0 new
Last post
JediKnight5955
Offline
Last seen: 12 years 10 months ago
Joined: 2011-05-21 17:37
How to make [AppName]Portable.exe?

Hello there! I am auctally trying to create my first PortableApp, because I am wanting to create my own Spiral Knights app. The problem is, how the heck do you create the EXE file in the main folder? I mean the [AppName]Portable.exe thing. How the heck do you create it?

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 3 weeks ago
Developer
Joined: 2008-09-30 19:18
It's all in the manual

Download the PortableApps.com Launcher: https://portableapps.com/apps/development/portableapps.com_launcher

Open up the help.html file inside.

You should be able to continue from there.

JediKnight5955
Offline
Last seen: 12 years 10 months ago
Joined: 2011-05-21 17:37
Thanks, but...

I now have another problem. I read the manual from the launcher (thanks!), but now this occurs: Spiral Knights requires Java in order to play, so I modify my SpiralKnightsPortable.ini file to launch javaw.exe, but now when I launch SpiralKnightsPortable.exe, it says "App/javaw.exe cannot be found." What do I do now?

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Read the manual

It's all covered in the manual. Look at what's available from the start page; there is a section covering Java apps (I'm not going to provide a link to it in this case as it'll help you to develop the ability to find things in the manual yourself).

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

JediKnight5955
Offline
Last seen: 12 years 10 months ago
Joined: 2011-05-21 17:37
I KNOW

I know that, but something I didn't understand I meant: it says "add required, then change ProgramExecultable:javaw.exe". I didn't get that. What code does that mean?

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Read it

It's all in straightforward English and says in several locations what you need to do in quite simple language. If you can't work out from that what you need to do, then quite frankly you're not ready to make portable apps yet.

I've just realised there's a mistake there, the value should be "require" rather than "force", but other than that, it's all correct.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 3 weeks ago
Developer
Joined: 2008-09-30 19:18
We all start somewhere, some

We all start somewhere, some just need a little help to get going... Wink

Copy and paste your launcher.ini over here, that might give a better clue as to where your trying to go...

Log in or register to post comments