-users] How to create only installer for 32 Bit and 64 bit OS
If you have some 64-bit files going into System32, I think you need to
mark the installer as 64-bit. Otherwise the files won't go to the right
directory.
I was able to accomplish this using a transform and a custom
bootstrapper. I co
If you have some 64-bit files going into System32, I think you need to
mark the installer as 64-bit. Otherwise the files won't go to the right
directory.
I was able to accomplish this using a transform and a custom
bootstrapper. I compile my MSI once for each CPU type (x86, x64), then
create a t
This will allow you to have one installer definition, but not a single
installer. You will still need to build for 32-bit and 64-bit version of
the MSI. To the OP... Why not just make a 32 bit installer, and not
restrict it if you don't care which platform you're installing to. a 32 bit
instal
Since I know that everything I'm installing is managed code anyCpu build output
I enabled this with my service deliverable wix sources using the following
syntax.
4 matches
Mail list logo