windows installer - Unable to create a 32 bit msi using installshield -


i followed instructions listed in doc. using installshield 2013 express:

http://helpnet.installshield.com/isxhelp20/content/helplibrary/ihelp64bitsupport.htm

in msi, have several .exe , several .js files.

using dumpbin, checked exe files: file1: pe32 executable gui intel 80386 file2: pe32 executable (console) x86-64

i thought file2 may causing installshield create 64 bit msi, removed file2 testing purposes. when created new msi, still got 64 bit msi (i checked template summary property using orca).

confused. causing installshield create 64 bit msi? according article above, if files , registry entries 32 bit, installshield create 32 bit msi default.

thanks help!

the article describes installshield express doing; namely part near bottom chooses base don whether 1 or more files or registry keys installed 64-bit locations.

since you're examining things in orca, should able find 64-bit components (look attributes including flag value of 256) , trace them files or registry keys associated them. if remove files or keys in installshield express , rebuild, should 32-bit package. if doesn't fix it, chances there's small bug, , may able fix package removing 64-bit flag bad component.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -