Hi
When deploying a 64bit PB application do I need all of the runtime files and folder or only the x64 folder?
Thanks
//Steen
Hi
When deploying a 64bit PB application do I need all of the runtime files and folder or only the x64 folder?
Thanks
//Steen
I'm deploying with my own setup program (InnoSetup) and I do not want to use any msi package for the PB runtime.
can I just deploy the x64 folder as it is as a subfolder to where the pb application .exe is installed?
Also can you take a look at my other question regarding the TX Text control ?
Thanks :-)
//Steen
If you don’t want to install MSI, please copy all files under the x64 folder to the directory where the EXE resides.
Regards,
Ken