Hi,


I am working on a Wix3.0 installer, This installer is having one driver of 54MB 
to be copied in the user's temp folder before installation, and delete the same 
after installation from the temp folder.



When I am doing repair from the control panel , i am observing that the size 
gets double after the repair operaion in the case when I am deleting the temp 
driver folder through custom action after "InstallFinalize" sequence. But when 
I am sequencing the same custom action after "RemoveExixtingProduct", the 
folder is not getting deleted bacause of the false value returned by 
Directory.Exist(path)but size remains the same as earlier.







1.Sequence when size getting double



    

    





2.Sequence when size is ok but folder path is not found.



   

   



where, custom action "MyTempDriverDelete" is performing the deletion operation 
of the temp driver folder. 



i am confused on sequence to be assigned, please guide me 





Thanks,

Sandeep
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to