Hi,
our software is quite complex and we want to provide patches for faster updating. ur setup installs 32 and 64 bit components of our software on compatible systems or 32 bit parts only on 32 bit systems.
When we patch the 32 bit software we also have to patch the 64 bit parts. I managed to do so by adding all parts to a version and not only check %AppData% but also a %AppData64%. So when both parts of the software are installed, the patch works fine.
Problem is, if only one part 32 or 64 bit is installed, the patch does not "find the software" and stops.
Is there a way to patch only the found parts or do I need to provide two patches?
I can find out what parts are installed on the system, maybe I can disable the 32 or 64 bit parts inside the patch?
Thank you for your answer.
our software is quite complex and we want to provide patches for faster updating. ur setup installs 32 and 64 bit components of our software on compatible systems or 32 bit parts only on 32 bit systems.
When we patch the 32 bit software we also have to patch the 64 bit parts. I managed to do so by adding all parts to a version and not only check %AppData% but also a %AppData64%. So when both parts of the software are installed, the patch works fine.
Problem is, if only one part 32 or 64 bit is installed, the patch does not "find the software" and stops.
Is there a way to patch only the found parts or do I need to provide two patches?
I can find out what parts are installed on the system, maybe I can disable the 32 or 64 bit parts inside the patch?
Thank you for your answer.
Comment