Deploying applications over the web

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a few applications which I want to allow users to download
from my website.

I have copied everything from the Release folder of the applications
deployment project and placed them in a folder in the website's root folder.

I then set a hyperlink to the Setup.exe file in the folder using <a
href="FolderName/Setup.exe">Application name</a>

When I try to download these applications I am told that the Setup.ini file
cannot be found in my Content.IE5 folder.

Can any point me in the right direction?
 
Perhaps i have mistaken your problem but have you packaged your application
as an msi file? If not, you should try doing it that way.

Best regards Björn Olsson
Head of Technology
Centre for Business Solutions
Gothenburg School of Economics and Commercial Law
University of Göteborg
Department of Business and Administration
PO BOX 610
SE-405 30 Gothenburg Sweden
P: +46317732767
C: +46708630872
F: +46317734754
 
I originally had the msi files available for download but some users
complained that they did not have the .NET Framework installed. This is why
I created a bootstrapper and deployed the setup.exe's instead.
 
Back
Top