Hi,
These are the steps I use to create an upgrad installer for my product. Is there a better way to do it?
1. Copy product files to the new version directory.
2. Open previous AIP file and SAVEAS to the new version directory.
4. Go to Product Details and change the Product Version. Save it. When prompted to add a new product code for replacing older versions, say YES.
5. Go to files and folders pane, and delete all files, except product.exe, since I have shortcuts and I do not want to erase them.
6. Rename product.exe to product.aaa temporarily so we can get the new version.
7. Right mouse click in the Files and Folders area and add all the files in the new version directory.
8. When prompted to import INI files say NO to use the normal add files method.
9. Replace all occurrences of product.AAA with product.EXE:
9a. Files and Folders/Start Menu Programs shortcut (delete and add)
9b. Files and Folders/Desktop shortcut(delete and add)
9b. Custom Actions/Uninstall. Browse for product.EXE to replace
the AAA one.
9c. Dialogs/Installation Complete. Change to the correct Launch
app.
10. Delete product.AAA.
11. Under Dialogs/license agreement, replace the License agreement with the one in the current directory.
11. Build the new installation package.