cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
javadevora
Level 3

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.
Labels (1)
0 Kudos
(5) Replies
Macintosh
Level 5

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
0 Kudos
javadevora
Level 3

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.
0 Kudos
javadevora
Level 3

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
______________
0 Kudos
Macintosh
Level 5

What is the issue you are facing? Any error message?
0 Kudos
javadevora
Level 3

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 _Migrated_Configuration

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?
0 Kudos