I have one. NET application that runs on both x86 and x64 I have to be a 32 bit YX installer which will work on both platforms, but I want to install it on 64 bit operating system / program files (X86) instead of in / program files.
How do you want to go about doing this?
Update:
I thought that I want to specify the programfile folder or programfile 64 folder value for my own property, Whether or not, and then that property value is used on the directory.
I have very little experience with YX, if this idea is possible then I have no idea. If it is that you will see whether it is the X-64 environment? Along with this, how would you assign property values to program files folder or programmable 64 folders based on the first 64 bit environment test?
Any help is appreciated!
I found that I did not have your exact idea and any dice. You can not actually use ProgramFiles64Folder
, as long as you are running 64-bit installer.
I have left and only installing my 64-bit component in the programmable folder
. This is not a good aesthetic, but it works :)
Comments
Post a Comment