Best way to download my application

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
U

ucasesoftware

What is the best way to download the application ?

Zip ? Cab ?

What is the solution to make a .exe and after dw it automaticly extract
and install the application ?
 
ucas.
Zip ? Cab ?
Zip

What is the solution to make a .exe and after dw it automaticly extract
and install the application ?

Assuming that you mean with dw, downloading.
If it is right than this should be impossible, I don't like to download a
file and than get a program that formats my complete disk. (And therefore
all those security updates are there)

Just my thought,

Cor
 
Well here it comes again the solution for a lot of problems develop a Smart
client

http://msdn.microsoft.com/smartclient/understanding/essentials/topten/default.aspx
Assuming that you mean with dw, downloading.
If it is right than this should be impossible, I don't like to download a
file and than get a program that formats my complete disk. (And therefore
all those security updates are there)

well with a smart client it is possible ,,,( ever heard of no touch
deployment ?? ) the formating thingy can only after the administrator
granted the apropriate rights to the application

regards

Michel Posseth [MCP]
 
Michel,
well with a smart client it is possible ,,,( ever heard of no touch
deployment ?? ) the formating thingy can only after the administrator
granted the apropriate rights to the application
After that I had sent my message I was thinking about that.

However, than I thought it is not really downloading it is more a controled
update process and did not add that.

Cor
 
Not in my opinion ...

When i click a link and the program is beeing installed on my computer i do
not call that a controled update process do you ? ( where is the update
from what ? , imho it is a new install )

However smart clients also have the possibility to check during startup if
there is a newer version availlable and download and install this in the
background so next time you start it is the new version serving you maybe
you are mistaken with that ??


regards

Michel Posseth
 
Michael,

I am in doubt (not important), however of course is your addition a good one
for the OP

:-)

Cor
 
I don't know if you understand what i need....

i explain :

I have setup.exe and dotNet.fx...
so i need to zip them in one file...

With Winzip i make an .EXE

But i would like that when they click unzip... it's unzip... and just
start setup.exe

I don't know how to do that...
 
ucasesoftware said:
What is the best way to download the application ?

Zip ? Cab ?

What is the solution to make a .exe and after dw it automaticly extract
and install the application ?

MSI ;-).
 
ucasesoftware said:
I don't know if you understand what i need....

i explain :

I have setup.exe and dotNet.fx...
so i need to zip them in one file...

With Winzip i make an .EXE

But i would like that when they click unzip... it's unzip... and just
start setup.exe

I don't know how to do that...

You need InnoSetup
http://www.jrsoftware.org/

A powerfull free installer.
 
download winrar and create a self extractor , one of the propertys is run
application after extraction

so it extracts and then executes the application that you want

regards

Michel Posseth
 
or use the standard installer that comes with visual studio ,,, you can also
create a web setup with that ( web bootstrap )
 
ucasesoftware said:
sorry but i could insert in msi dotnet.exe, mcda ?

Nope. You could provide them as separate download packages.
 
Does that let you install the .NET environment (dotnetfx.exe) when it's
not yet installed. I think not, hence you need a different installer ;)

m.posseth said:
or use the standard installer that comes with visual studio ,,, you can also
create a web setup with that ( web bootstrap )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top