Uploading Window App to e-junkie

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
thehat
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 31
Joined: Mon Apr 16, 2007 5:32 am
Contact:

Uploading Window App to e-junkie

Post by thehat »

Hi Everyone,

I posted a Mac standalone to e-junkie fairly easily. There was one problem, Safari could not do the upload, When I used Chrome the upload was successful.
When I tried to upload the Windows App I had trouble.
This is the Mac standalone folder.  Just Upload the .App file.
This is the Mac standalone folder. Just Upload the .App file.
BlobmanApp1.png (9.26 KiB) Viewed 8104 times
This is the Windows standalone folder.
This is the Windows standalone folder.
BlobmanApp2.png (39.97 KiB) Viewed 8104 times
What is procedure to successfully upload the windows App?


Thanks,
Gregg Mc Hatton
thehat
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 31
Joined: Mon Apr 16, 2007 5:32 am
Contact:

Re: Uploading Window App to e-junkie

Post by thehat »

Is there an option to bundle a Windows App in the Stanalone settings?

Thanks
Gregg Mc Hatton
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Uploading Window App to e-junkie

Post by Klaus »

Hi Gregg,
thehat wrote:Is there an option to bundle a Windows App in the Stanalone settings?
no, there isn't!

You will need to create a SINGLE "setup.exe", since except some developers the average Windows user
is NOT capable of putting applications and their supporting files into the correct directory. :D

Here is a great freeware, which I also used in the past to create the infamous SETUP.EXE for Windows:
http://www.jrsoftware.org/isinfo.php

Mac standalones are folders in disguise actually and obviously Chrome is smart enough to handle them as single files.
Mac users however are used to download a DMG file, mount it and drag the contained application package into their Applications folder.


Best

Klaus
thehat
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 31
Joined: Mon Apr 16, 2007 5:32 am
Contact:

Re: Uploading Window App to e-junkie

Post by thehat »

I found it. There is an option to select "Move substacks into individuals stackfiles"
That was selected. I unselected that option and now it works. :D
thehat
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 31
Joined: Mon Apr 16, 2007 5:32 am
Contact:

Re: Uploading Window App to e-junkie

Post by thehat »

Thank you, Klaus!
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Uploading Window App to e-junkie

Post by Klaus »

thehat wrote:I found it. There is an option to select "Move substacks into individuals stackfiles"
That was selected. I unselected that option and now it works. :D
AHA!
Well, that explains a lot! :D
Post Reply