
- #Installbuilder conditionally include component install
- #Installbuilder conditionally include component 64 Bit
If I can no longer do it this way are there any other ways of getting 32bit and 64bit merge modules installed within the same installer? I have also tried to create 2 seperate installers only including the merge modules and then call them from the MSICode, this didn't work either. This seems to be the last stumbling block I need to overcome. My aim is to get one working installer for both 32bit and 64bit systems. I am new to InstallAware and this is my first installer so please tell me if I am doing something wrong here. Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF632bit\easyPDFSDK6WordExtensionModule.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF632bit\easyPDFSDK6ProModuleBCLLisc.msi Can define UI event handlers, bind to input data, and manage its own lifecycle. Maintains its own state and rendering logic. A component: Is a self-contained chunk of UI. Blazor also supports UI encapsulation through components. Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF632bit\easyPDFSDK6PrinterModule.msi You can also build elaborate server controls in code with full designer support. Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF632bit\easyPDFSDK6PDFProcessorModule.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF632bit\easyPDFSDK6CoreModule.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF664bit\easyPDFSDK6WordExtensionModule.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF664bit\easyPDFSDK6ProModuleBCLLisc.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF664bit\easyPDFSDK6PrinterModule.msi This makes the detection of existing installations of your product a trivial task using InstallBuilder registry actions. Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF664bit\easyPDFSDK6PDFProcessorModule.msi Install/Remove MSI Package C:\Development\DocBinder\EasyPDF\EasyPDF664bit\easyPDFSDK6CoreModule.msi
To do so, enable the#Installbuilder conditionally include component 64 Bit
Get System Setting Windows in 64 bit Mode into OS64BIT Any existing or new project can be configured to have its components downloadable as separate files. The msi's run but I still don't have the print driver installed that that merge module contains.

#Installbuilder conditionally include component install
Unfortunately this does not seem to install correctly. I have done as you have suggested and created msi's using the utility you have posted here. I am having the exact same issue with what look like the same merge modules.
