This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Migration to IA2011 from IA2008
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2011
04:29 AM
Migration to IA2011 from IA2008
We have migrated the from IA 2008 to IA2011.
We are using VM packs to be used for building. After migration,
build fails with the error saying VM Pack is not found.
With 2008 the same project was working fine.
I dont think the VM packs should be recreated.
Any ideas.
We are using VM packs to be used for building. After migration,
build fails with the error saying VM Pack is not found.
With 2008 the same project was working fine.
I dont think the VM packs should be recreated.
Any ideas.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2011
05:11 AM
Did you copy all the VM stuff from \resource\installer_vms to \resource\installer_vms?
You need not to create the VM packs again.
-- Mac
You need not to create the VM packs again.
-- Mac
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 19, 2011
01:12 AM
Macintosh wrote:
Did you copy all the VM stuff from\resource\installer_vms to \resource\installer_vms?
You need not to create the VM packs again.
-- Mac
Thanks Mac. Once copying the VMS to installer_vms it worked.
We had the VMs in the project source and so thought IA refers them.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 21, 2011
01:10 AM
Hi,
Once the VM packs are copied, binaries goes fine, but it looks the custom resource bundle is not bundled with the binary and so facing issue while installing the binary.
We get the below lines once the installer anywhere is called in 2008.
+ tools/InstallAnywhere2008/build project.iap_xml +sv
IAResourceBundle: create resource bundle: en
IAResourceBundle: create resource bundle: en
__________________________
InstallAnywhere 2008 VP1
Version: 9.5
Build: Build 3532
We don't see these lines in 2011.
+ /Flexera/InstallAnywhere2011/build /project.iap_xml +sv
__________________________________________________________________________
InstallAnywhere 2011
Version: 12.0
Build: 4064
______________
Once the VM packs are copied, binaries goes fine, but it looks the custom resource bundle is not bundled with the binary and so facing issue while installing the binary.
We get the below lines once the installer anywhere is called in 2008.
+ tools/InstallAnywhere2008/build project.iap_xml +sv
IAResourceBundle: create resource bundle: en
IAResourceBundle: create resource bundle: en
__________________________
InstallAnywhere 2008 VP1
Version: 9.5
Build: Build 3532
We don't see these lines in 2011.
+ /Flexera/InstallAnywhere2011/build /project.iap_xml +sv
__________________________________________________________________________
InstallAnywhere 2011
Version: 12.0
Build: 4064
______________
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 21, 2011
03:05 AM
What is the issue you are facing? Any error message?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 21, 2011
05:12 AM
Macintosh wrote:
What is the issue you are facing? Any error message?
No error messages are displayed. But, this is not bundled.
So, the binary does not work as expected.
IA is automatically copying the original project files and locale files to a
The locale files were also copied, but does not look like it is creating the resource bundle.
Should we do any changes to project files?