Can we change Setup.exe file if it gets an error while running??

1 message Options
Embed this post
Permalink
Dmohan

Can we change Setup.exe file if it gets an error while running??

Reply Threaded More More options
Print post
Permalink
hii,
i have created a setup.exe file using GenerateBootstrapper Task in wix.
it smoothly run for ComponentsLocation
either 1) HomeSite :: download Prerequisites from Vendor's site and install them.
or 2) Relative :: check at the same location where application exist and install them.

But as per my scenario i want that ::
when i run setup.exe file then it First check its local location(like as for Relative ) for prerequisites and install them ..But if it wud not find required component in that location then it will download them from the vendor's Site (like as in HomaSite).

Is it possible with WIX???

i have tried dotnetinstaller for doing this..it provide me this functionality but it wud not provide me full controls for UI.

please help me out