[wix-users] Change the name of msi after build

Phill Hogland phill.hogland at rimage.com
Tue Nov 1 05:50:49 PDT 2016


I change the name of the MSI using the MsiPackge/@Name attribute (as it is being built, and not as you asked for an after-build step).


      <MsiPackage Id='SomeID_de-DE'
                  Vital='yes'
                  Compressed='no'
                  DownloadUrl='!(wix.RdpReleaseUrl){2}'
                  SourceFile='de-DE\MyMsi.msi'
                  Name='SomeFolder\MyMsi_de-DE.msi' >
...

      </MsiPackage>



________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Laique Abbas <laiqueabbas_is at yahoo.com>
Sent: Tuesday, November 1, 2016 7:36:16 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Change the name of msi after build

I have made a Powershell script that harvests the components and then build the wix solution through MSBUILD. Is there any way on how to change the name of msi after building the solution. One way I found out is through afterbuild events. But can anyone guide me how?
Regards,Laique

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list