I'm trying to use WD's built in setup instead of a 3rd party installer. I want my app to be hosted on our http server with automatic updates. I successfully created the deployment installer and deployed to our server. When I go to the http address specified I am able to download the installer.
The issue is that the installer downloaded is the same installer I used to deploy the Installer on our server. There are two options, Deploy the setup on this computer and Deploy the setup at a hosting company. Hosting company was the option I chose to deploy on our server. Deploy the setup on this computer has options for HTTP server and defaults to an install directory that is not ProgramFiles, which I set when creating the installer.
What do I need to do to make the downloaded installer simple for our end users with no option to deploy?
In the setup wizard I've chosen:
Setup by HTTP
Create a deployment package
-----------------------------
Extra Credit:
On the html page for downloading the installer, there are missing keywords. For instance the text of the download button is [%BOUTON%]. I fixed it by modifying the generated html files. Can I fix this issue beforehand so I don't always have to edit the html? The 3 instances of this are below.
[% TITRETEXTE%]
[%BOUTON%]
[%IMGLOGO%]
The issue is that the installer downloaded is the same installer I used to deploy the Installer on our server. There are two options, Deploy the setup on this computer and Deploy the setup at a hosting company. Hosting company was the option I chose to deploy on our server. Deploy the setup on this computer has options for HTTP server and defaults to an install directory that is not ProgramFiles, which I set when creating the installer.
What do I need to do to make the downloaded installer simple for our end users with no option to deploy?
In the setup wizard I've chosen:
Setup by HTTP
Create a deployment package
-----------------------------
Extra Credit:
On the html page for downloading the installer, there are missing keywords. For instance the text of the download button is [%BOUTON%]. I fixed it by modifying the generated html files. Can I fix this issue beforehand so I don't always have to edit the html? The 3 instances of this are below.
[% TITRETEXTE%]
[%BOUTON%]
[%IMGLOGO%]