clickonce not working on 32-bit machine

  • Thread starter Thread starter AbanoubZak
  • Start date Start date
A

AbanoubZak

Guest
Hello,

I have an application that use clickonce to publish but when i was trying to install it on 64-bit machine there was no problem but when i tried on 32-bit machine it told me that the installation can not run because it need C++ 14 64-bit and this machine is 32-bit. in the prerequisite i marked C++ 14 64-bit and also 32-bit since my app targets both CPUs and it should get this from Vendor's websites so it should check for the CPU or the windows Version and download 64/32 bit as required why it force me to use C++ 14 64-bit on 32-bit machine?

I searched but didn't find any thing similar.

Continue reading...
 
Back
Top