Hi Daniel,
Thanks once again for your prompt response
Can you please tell us what is the software configuration (Windows version. Windows Installer version) of your testing machine, as it seems Windows Installer 2.0 cannot use the HTTPS protocol.
Im using windows 7 32 bit and windows installer version is 5.0.7601.17514 .
After doing a little more digging i managed to get logs that said its failing with error 12175, which i believe has something to do with the SSL certificate. Im looking it up on my server .
-On a side note i had a question about the web installer. Does it matter which version of the installer i have on the host machine? i.e the exe file that does the downloading?
eg:
1.) Make a web installer build (myapp.exe) with version 1.0.0, pointing to "http:\\mysite\myapp.msi" (where myapp.msi is also 1.0.0)
2.)i make an upgrade for myapp.msi to 1.0.1
3.) place it http:\\mysute\myapp.msi
4.)Use the old web installer (1.0.0) to download the new msi (1..0.1) (as its still pointing to the same place)
*I have tried and it works. Just want to know if there any repercussions of doing this
thanks