I am trying to find out if anyone has successfully built the portable version for 64 bit. I need 64 bit as we have internal tooling that is all 64 bit WinPE and heavily customized embedded/IOT and cannot run 32 bit binaries.
I see that Visual C++ 1.52 is a prereq, which is x86 only. Is this a show stopper for building a 64 bit portable binary?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes thanks for answering, it is working fine for me now on build 2004 x64 PE media with some extra DLLs (not sure if its using them or not, but other apps needed them).
I actually haven't needed to load the driver separately as of yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to find out if anyone has successfully built the portable version for 64 bit. I need 64 bit as we have internal tooling that is all 64 bit WinPE and heavily customized embedded/IOT and cannot run 32 bit binaries.
I see that Visual C++ 1.52 is a prereq, which is x86 only. Is this a show stopper for building a 64 bit portable binary?
I think it runs fine portably. I was able to run it in the Windows installation media liveusb.
pnputil -i -a veracrypt.inf <-- Load veracrypt driver
veracrypt-x64.exe <-- run veracrypt
It's able to mount drives and containers.
Yes thanks for answering, it is working fine for me now on build 2004 x64 PE media with some extra DLLs (not sure if its using them or not, but other apps needed them).
I actually haven't needed to load the driver separately as of yet.