Example command usage
The following commands assume the app is unencrypted and has a full access account named Admin with the password admin. They use the same filenames as in the above examples.
To generate GUIDs in your app:
Copy
                                            
                                        
                                        ./FMUpgradeTool --generateGUIDs -src_path ./MyApp-v1.fmp12 -src_account Admin -src_pwd admin
                                            To validate the patch file:
Copy
                                            
                                        
                                        ./FMUpgradeTool --validatePatch -src_path ./MyApp-v1.fmp12 -patch_path ./v1-v2-patch.xml -src_account Admin -src_pwd admin
                                            To test that the patch file updates MyApp-v1.fmp12:
Copy
                                            
                                        
                                    ./FMUpgradeTool --update -src_path ./MyApp-v1.fmp12 -src_account Admin -src_pwd admin -patch_path ./v1-v2-patch.xml -dest_path ./MyApp-v1-patched-to-v2.fmp12 -v