I need to be able to have visitors to my Website download an Application that I have authored.
With Mac it is easy - make a DMG for the App., put that file on the Website, do an HTML Href to the file:
<a href="download/tabwrite_demo.dmg">Download Now</a> </h2>
When the user clicks the Link, the DMG is downloaded.
Using the same methods, but for a Windows Installer:
<a href="download/setup.exe">Download Now</a> </h2>
doesn't seem to work.
The Windows Version and Installer were created on a Windows7 Computer, then I transferred the Installer File to my Mac.
I developed the Website on my Mac, with Dreamweaver, and use MAMP for testing, that is why I transferred the Installer to my Mac.
Can anyone shed some light on this subject?
I'm a bit slow at catching on, so I need a relatively simple, and complete explanation.
Thanks for any help - Myron Meyer