Get a verbose log. I can't tell what's happening, and I don't know
whether you re in a real world situation or one you've induced by
omitting a required Dll and consequently you have a bunch of issues
that would not happen in the real world. Why not just create a working
upgrade, include the required files, and if you want to test a failure
and a rollback then add a custom action to do it - don't omit required
files and muddy the situation. If you're testing an install that you
deliberately broke then the results are likely to be rather
unpredictable.
---------------
Phil Wilson


On Fri, Feb 28, 2014 at 8:39 AM, faujong <fiefie.ni...@gmail.com> wrote:
>> I also don't understand why you would exclude a Dll that the service needs.
> I did this on purpose so that I can duplicate the problem when an
> installation fails. I want to see how the installation behaves when it
> fails. One way to do it is to exclude a required DLL for the windows service
> to run. By doing this, my installation fails.
>
>>Are you saying it fails because it shows a files-in-use dialog, or it
> "fails" because it doesn't behave the >way you think it should?
> No, in this case, the installation fails because I exclude the DLL. The
> files-in-use dialog shows up because the installation fails. During
> successful installation, the files-in-use dialog does NOT show up.
>
> My question is, when the installation fails, if I select either one of the
> selection in the files-in-use dialog, and click OK, it did NOT roll back to
> the previous version. The installation left the new files in the installed
> folder, and also already deleted the DLL (that I purposely do not include in
> the installation to duplicate a failed installation). The only way to roll
> back to the previous version is to click Cancel.
> Is this by design ?
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-not-copy-a-file-in-subsequent-installations-tp7592929p7593021.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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