Hello guys,
Sorry to disturb you again, but it seems I still come with questions from time to time.
I managed to create a OMAHA web-server myself, which responds to PING and UPDATE-CHECK requests.
I have a question though about the small installer, and how does it work.
My build have created a few installers:
- BrowserSetup - the meta-installer which is about 1.24MB --- this is the one I have questions about
- BrowserStandaloneSetup - about 100MB - which installs OK
-
BrowserStandaloneSilentSetup- didn't tested it but i guess should work
-
BrowserStandaloneUntaggedSetup
- and BrowserUntaggedSetup (these last 2, dunno what are they for)
So, my questions are about the small meta-installer. As to my understanding, it will reach the omaha webserver, will ask for latest version, and then try to download and install.
Well, i configured the web-server to respond with a link to the
BrowserStandaloneSetup (which if run manually, installs OK)
Now, the small meta-installer checks for it, downloads it, verifies the hash/etc and starts installing it. But the install process fails. So I assume that the installer I fed it with is wrong.
Which installer is it supposed to be fed?