473,406 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

One more question: distributing applications

Hello Again Everyone,

I finished a very simple application and have published it to a local
directory. I then went to the published directory and zipped all of
the files up into a .ZIP archive. I uploaded the file to my server
and, for some reason. when anyone downloads my zip file and tries to
install the program, they are told by their archiver that it reached
an 'unexpected end of archive'. The weird thing is when I try to
install it from the local zip file, I don't get this message. I've
tried uploading my file from three different computers with no luck.

Is there any know issue with zipping and distributing VB.NET projects
(compiled and published) this way? Does anyone have any idea what
could be going on? I am at my wit's end. It's just a simple
application. Nothing complex at all.

If you want to try the download yourself and see what's happening go
here: http://adcl.biz/easyems

Thanks!
Anthony
Jun 27 '08 #1
10 1000
On Apr 15, 10:44 am, "Anthony P." <papill...@gmail.comwrote:
Hello Again Everyone,

I finished a very simple application and have published it to a local
directory. I then went to the published directory and zipped all of
the files up into a .ZIP archive. I uploaded the file to my server
and, for some reason. when anyone downloads my zip file and tries to
install the program, they are told by their archiver that it reached
an 'unexpected end of archive'. The weird thing is when I try to
install it from the local zip file, I don't get this message. I've
tried uploading my file from three different computers with no luck.

Is there any know issue with zipping and distributing VB.NET projects
(compiled and published) this way? Does anyone have any idea what
could be going on? I am at my wit's end. It's just a simple
application. Nothing complex at all.

If you want to try the download yourself and see what's happening go
here:http://adcl.biz/easyems

Thanks!
Anthony
Couldn't download the link you post? BTW, make sure the version of
unzipper / unrarer program is not old such as WinRar.
Jun 27 '08 #2
Couldn't download the link you post? BTW, make sure the version of
unzipper / unrarer program is not old such as WinRar.- Hide quoted text -
Sorry, the link was wrong on my post. Correct link is:
http://www.adcl.biz/easysms
Jun 27 '08 #3
On Apr 15, 10:57 am, "Anthony P." <papill...@gmail.comwrote:
Couldn't download the link you post? BTW, make sure the version of
unzipper / unrarer program is not old such as WinRar.- Hide quoted text -

Sorry, the link was wrong on my post. Correct link is:http://www.adcl.biz/easysms
I ran the Exe and nothing happened except a fast-passed command prompt
window. Is it used through command line or is it unfinished?
Jun 27 '08 #4
I ran the Exe and nothing happened except a fast-passed command prompt
window. Is it used through command line or is it unfinished?
THAT is the very problem I'm talking about. What you downloaded was
*supposed* to be a self-extracting archive that contains my full
program. But all it does is flash the command prompt then goes away.
If I make it a non-self-extracting archive, I am told there is an
error in the archive. As I said earlier, I've created the archive in
different archivers (WinRAR and current WinZIP) and on two different
PC's with the same results. I am totally lost here. But the ZIP file
works before it's uploaded. So I know the file is being properly
created...well, I think.

Me
Jun 27 '08 #5
On Apr 15, 11:07 am, "Anthony P." <papill...@gmail.comwrote:
I ran the Exe and nothing happened except a fast-passed command prompt
window. Is it used through command line or is it unfinished?

THAT is the very problem I'm talking about. What you downloaded was
*supposed* to be a self-extracting archive that contains my full
program. But all it does is flash the command prompt then goes away.
If I make it a non-self-extracting archive, I am told there is an
error in the archive. As I said earlier, I've created the archive in
different archivers (WinRAR and current WinZIP) and on two different
PC's with the same results. I am totally lost here. But the ZIP file
works before it's uploaded. So I know the file is being properly
created...well, I think.

Me
My last suggestion would be, if your aim is only packaging rather than
compressing, choose "none" in compression options / methods in WinRar
in somewhere of the program (depending on version and compression
software) then create sfx archive. Let's see if it fixes the problem,
though compression will not be performed but the corruption may go
away, worth to try it out.

Hope this helps,

Onur Güzel
Jun 27 '08 #6
My last suggestion would be, if your aim is only packaging rather than
compressing, choose "none" in compression options / methods in WinRar
in somewhere of the program (depending on version and compression
software) then create sfx archive. Let's see if it fixes the problem,
though compression will not be performed but the corruption may go
away, worth to try it out.

Hope this helps,

Onur Güzel
Wow, I am now completely lost. I did as you suggested and guess what?
It didn't work. Still producing invalid downloadable archives but
fully functioning local ones. This is really..inexplicable!

Anthony
Jun 27 '08 #7
Anthony P. wrote:
Wow, I am now completely lost. I did as you suggested and guess what?
It didn't work. Still producing invalid downloadable archives but
fully functioning local ones. This is really..inexplicable!
If you're using ftp to upload it, you are using binary mode, aren't you?

Andrew
Jun 27 '08 #8
On Apr 15, 5:39 am, "Andrew Morton" <a...@in-press.co.uk.invalid>
wrote:
Anthony P. wrote:
Wow, I am now completely lost. I did as you suggested and guess what?
It didn't work. Still producing invalid downloadable archives but
fully functioning local ones. This is really..inexplicable!

If you're using ftp to upload it, you are using binary mode, aren't you?

Andrew
Andrew,

As far as I know I am. But I let my FTP program decide that. I'll go
and explicitly make sure it's using Binary. Thanks. I'll let you know
how it turns out.

Anthony
Jun 27 '08 #9
On Apr 15, 5:39 am, "Andrew Morton" <a...@in-press.co.uk.invalid>
wrote:
Anthony P. wrote:
Wow, I am now completely lost. I did as you suggested and guess what?
It didn't work. Still producing invalid downloadable archives but
fully functioning local ones. This is really..inexplicable!

If you're using ftp to upload it, you are using binary mode, aren't you?

Andrew
Looks like that was the problem. I was using the WinXP command line
version of FTP and, for some reason, it was uploading it in non-binary
mode. Grabbed FileZilla and uploaded it and it works fine now. Thank
you for your help!

Anthony
Jun 27 '08 #10
On Apr 15, 6:33*pm, "Anthony P." <papill...@gmail.comwrote:
On Apr 15, 5:39 am, "Andrew Morton" <a...@in-press.co.uk.invalid>
wrote:
Anthony P. wrote:
Wow, I am now completely lost. I did as you suggested and guess what?
It didn't work. Still producing invalid downloadable archives but
fully functioning local ones. This is really..inexplicable!
If you're using ftp to upload it, you are using binary mode, aren't you?
Andrew

Looks like that was the problem. I was using the WinXP command line
version of FTP and, for some reason, it was uploading it in non-binary
mode. Grabbed FileZilla and uploaded it and it works fine now. Thank
you for your help!

Anthony
I'm a bit surprised as you used command line for FTP transfer, even
you can transfer any file using Windows Explorer without CL. However
you might want to check if you're obligated to transfer your
application through FTP using command-line from Windows:
http://www.nsftools.com/tips/MSFTP.htm#binary

And i think FileZilla, CuteFTP (especially), WS-FTP are good examples
for GUI-based FTP operations.

Onur
Jun 27 '08 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: David | last post by:
I have been going around in circles trying to understand the method of creating a database in VB.Net 2003 and distributing that application and database. It seems if I use the Server Explorer to...
2
by: John Welch | last post by:
It happens much too often that I have to tell a client how to fix up missing references when I send them an application, especially if the client is distributing it to different users. It makes me...
12
by: Mike | last post by:
I have posted this before, but no one responds, so here it goes again. I think my question is intimidating people and I have no idea why?!? This is not a new concept. You can do this with other...
6
by: Brett | last post by:
Is there a restriction with the academic version of VS.NET 2003 in the way of distributing an EXE? Or, what is the difference in this version and the commercial versions with respect to...
2
by: Michelle | last post by:
Hi I have an Access background and I wish to create a window application which will use a SQL connection for its data. I use VS 2005 Professional and know that the SQL Servicer Express edition...
4
by: RICHARD BROMBERG | last post by:
I am writing an application ising Access 2000. I bought a copy of Microsoft Office 2000 Developer Edition so I could compile a distribute an executable copy of my application. I also have MS...
5
by: xkenneth | last post by:
Hi All, I'll shortly be distributing a number of python applications that use proprietary. The software is part of a much larger system and it will need to be distributed securely. How can i...
1
by: PurpleServerMonkey | last post by:
Working on a rather large open source python application that I want to release for Linux and BSD and was wondering what methods others are using to distribute large and complex applications. ...
9
by: eliben | last post by:
Hello, I'm getting into Python now after years of Perl, and as part of my research I must understand how to do some common tasks I need. I have a bunch of Windows PCs at work to which I want...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.