When installing the MSI Windows keeps track of everything being done
that is in the MSI - it's basically a single transaction with a
rollback script to undo everything. Windows has no idea what *your*
code did during an install so it's up to you to provide code to undo
what your CA did, and yes, it might be the same as uninstall.
---------------
Phil Wilson


On Mon, Nov 17, 2014 at 9:48 AM, ssmsam <ssmcs...@gmail.com> wrote:
> Hi John,
> A small confusion here again.
>
> if i provide install and a rollback, who will revert the system changes,
> that were made during install, while un-installing?
>
> How will WiX come to know to about system changes, made by a specific CA,
> during un-install. ?
> (Un-install C.A is nothing but the Rollback  except the Condition and the
> sequence)
> Sorry for spamming.
>
>
> Regards,
> Sampat
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/InstallUISequence-not-working-when-kept-out-of-product-tp7597976p7598014.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to