Hi all,
I have created and InstallScript MSI project. I want to include both x64 and x86 files in this project and want both to be installed on the x64 box and x86 box.
But when I build I get "ISDEV : error -5008: Intel64 or AMD64 must be specified in the template of the Summary Stream"
I looked up this error and seems that if I specify Intel64 or AMD64 in the 'Template Summary' the installation only occurs on x64 machiune and not x86 machine.
On x86 box, my intention is to only install the x86 file and so I am thinking of removing the x64 file.
Anyways,
How can I create one package(setup.exe) that runs on both x86 and x64 box and includes both x86 and x64 files.
thanks,
Ash
I have created and InstallScript MSI project. I want to include both x64 and x86 files in this project and want both to be installed on the x64 box and x86 box.
But when I build I get "ISDEV : error -5008: Intel64 or AMD64 must be specified in the template of the Summary Stream"
I looked up this error and seems that if I specify Intel64 or AMD64 in the 'Template Summary' the installation only occurs on x64 machiune and not x86 machine.
On x86 box, my intention is to only install the x86 file and so I am thinking of removing the x64 file.
Anyways,
How can I create one package(setup.exe) that runs on both x86 and x64 box and includes both x86 and x64 files.
thanks,
Ash