I have switched from IA X6 to IA X12 and rebuild the project that formerly worked on both x64 and x86 OS's but now it fails on x86.
It complains that the application needs x64 OS.
What needs to be changed to allow the installer to work on both OS types?
Best regards,
IA X12 installation works only on x64 OS's
IA X12 installation works only on x64 OS's
Manfred Wilner
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA X12 installation works only on x64 OS's
I don't think this behavior depends on the switch from X6 to X12, honestly.
Can you please post a screen-shot of the error?
Can you please post a screen-shot of the error?
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA X12 installation works only on x64 OS's
Thanks Francesco,
Here is a screenshot of the error.
Best regards,
Here is a screenshot of the error.
Best regards,
Manfred Wilner
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA X12 installation works only on x64 OS's
This should come out from your setup script ...due the presence of something similar in your code:
I suggest you to check also the application runtimes consumed by your project. It may be possible that you are including a RTM package which is designed for the x64 platform only.
I suggest you to check also the application runtimes consumed by your project. It may be possible that you are including a RTM package which is designed for the x64 platform only.
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA X12 installation works only on x64 OS's
Thank you Francesco.
The problem lay actually in the VS dependable that got included and was the only thing that has changed.
In the top of the checkvc14rtm_update1_x64 (included in IA installation) has a check for the 64 bit OS but for some reason there were both included without a check on the OS.
Now surrounding those two scripts with an OS check it works.
Thank you for your help.
Best regards,
The problem lay actually in the VS dependable that got included and was the only thing that has changed.
In the top of the checkvc14rtm_update1_x64 (included in IA installation) has a check for the 64 bit OS but for some reason there were both included without a check on the OS.
Now surrounding those two scripts with an OS check it works.
Thank you for your help.
Best regards,
Manfred Wilner
Who is online
Users browsing this forum: No registered users and 137 guests