Johni
Posts: 14
Score: 0 Joined: 7/1/2008 Status: offline
|
mekaywe, when I right click the MSI and click on "Edit with InstallShield" it opens up the "Installation Designer" tab/page. The folder structure that I see in the left pane has 8 main folders "Installation Information", "Organization", "Application Data", "System Configuration", "Server Configuration", "Behavior and Logic", "User Interface" and last "Additional Tools"....but I still do not see any "Media" folder, so not sure why..... bearden3 you are corect, I opened the MSI in IS and I see the Upgrade table which is empty but when I open the same MSI in Orca I don't see the Upgrade table shweta_kar, while I was trying your tip I came across something new in the help file to create the Upgrade Table in the Transform. And this is what I did which worked for me; Open the MSI in IS and make changes to the Upgrade Table (like Upgrade Code, VersionMin, Attributes, ActionProperty etc), save the file as MST. By doing this I was able to create Trnsforms with the "Upgrade Table" and without modifying the vendor MSI. I tested this Transform and it removed the older products. However, some questions that I have regarding the install and the Upgrade Table are; - The newer version got installed first and then the older version got removed.....I thought it ws going to go the other way. Is it the default behavior? and can I change it?
- When I double clicked on the desktop icon of the newer version of the application it opened up the configuration box (with progress bar) but finally it launched the application successfully. If I just install the Vendor MSI file (without removing any older version) it does not launch the configuration wizard/box when opened the very first time. Since my users do not have admin rights on their PCs, I am concerned that it could become a problem. So, how can i avoid this repair/config wizard?
- Fot the Attribute I put 257 (I got this number from help file and from googling) and for ActionProperty I put the application name with version number (e.g. APPV5).....but to be honest I have no clue what these values do, so if you can elaborate on that or provide any link that explains these values that would be great
pjgeutjens, I did not have to add anything to FindRelatedProducts and RemoveExistingProducts and I have no clue why I didn't have to Finally, I just want to thank everyone who helped me in getting this issue resolved.....
|