I am using Advanced Installer 4.3.
I am trying to use a bootstrap EXE that retrieves the MSI from a webserver. On the Media page, I have the following selected under "Package"
- Leave install files outside.
MSI Location:
- Receive from on-line location
URL: h t t p ://mysite/installer.msi
(I put in spaces in h t t p for the purpose of this post so that phpBB does not convert the URL to a clickable link)
After a build the project and upload the files, I have placed installer.msi in the location and verified with a web browser that it exists in the location specified in URL.
If I place the EXE on my desktop and run it, I receive an error stating that it cannot find c:\documents and Setting\User\Desktop\installer.msi
It appears as thought the EXE is expecting the MSI to be in the same folder, even though in my project I have told it to retrieve from the URL.
Please let me know if I have missed something. Thank you!
