Hi all wix users and experts,
I want to build a Wix installer whicwhich will detect a few programs of mine and update them.
Meaning, I have a c# code (using another DLL) of mine to check a few thingthings on the system, then I want to to download a table of mythe most updaterecent version of all the apps, decide which app I need to update -, and Downloadthen download & Installupdate the newselected ones.
So my question are:is, can Wix preform these fllowingthe following actions:
1) run another dll call using c#?
2) download a file from the web and parse it (let's say - also using c#)?
3) can the installer go to a link and download an MSI\EXE ?
4) will it be able to install itthe MSI\EXE (let's say run it on silent mode)?
5) can I uninstall old other apps (mine) from system ?
This is challenging tasks... Does someone had an experience doing one or allof these tasks in a Wix project?
Thanks!!
Aviad.