Post build

Post build

3
NewbieNewbie
3

    Jul 27, 2006#1

    Hi,
    Is there any way to add a post build step to a build action.

    From my wix build I want to copy the MSI to a different location after building it.

    thanks

    Dave W.

    6,602548
    Grand MasterGrand Master
    6,602548

      Jul 27, 2006#2

      Most makefile interpreters support simple commands like copy, delete, ... Some allows also running external programs. I don't know anything about the WiX Compiler, but I guess you can also write a copy command into the WiX makefile of your project. This would be the best way to do it because it then would also work if you run the compile from the WiX environment and it would copy only if the build process before was successful.
      Best regards from an UC/UE/UES for Windows user from Austria