Oracle Primavera 7.0
Hi all,
Primavera 7.0 application is vendor msi. When i try to create mst and install the application using the properties taken from the log file of the setup.exe, the application INSTALLDIR size and ARP size are getting varied with the source and also the shorcuts are not displayed as per the source.
So i tried to create setup.iss and installed the exe silently using setup.iss, the application installed as per the source but i cannot see the ARP entry for the application.
when i check in the registry HKLM\SOFTWARE\WINDOWS\CURRENTVERSION\UNINSTALL the systemcomponent is the set to zero.
can any one help me in this issue.
Thanks.
Primavera 7.0 application is vendor msi. When i try to create mst and install the application using the properties taken from the log file of the setup.exe, the application INSTALLDIR size and ARP size are getting varied with the source and also the shorcuts are not displayed as per the source.
So i tried to create setup.iss and installed the exe silently using setup.iss, the application installed as per the source but i cannot see the ARP entry for the application.
when i check in the registry HKLM\SOFTWARE\WINDOWS\CURRENTVERSION\UNINSTALL the systemcomponent is the set to zero.
can any one help me in this issue.
Thanks.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
Posted by:
naveen.packager
13 years ago
Posted by:
pjgeutjens
13 years ago
Naveen,
If the 11 files are part of the MSI, have a look at the conditions on the components and features that contain them. As well as the features' InstallLevel property, compared to the INSTALLEVEL property of your MSI.
If they are not part of the MSI, it is possible they get put in place by the setup stub, in which case you should install the MSI first, then "break" the Windows Installer housekeeping data on the application in the registry, and then capture a run of the setup on top of the msi installation. This capture will show you the extra stuff the setup puts on the machine.
PJ
If the 11 files are part of the MSI, have a look at the conditions on the components and features that contain them. As well as the features' InstallLevel property, compared to the INSTALLEVEL property of your MSI.
If they are not part of the MSI, it is possible they get put in place by the setup stub, in which case you should install the MSI first, then "break" the Windows Installer housekeeping data on the application in the registry, and then capture a run of the setup on top of the msi installation. This capture will show you the extra stuff the setup puts on the machine.
PJ
Posted by:
naveen.packager
13 years ago
PJ,
Actually the shorcuts and ARP entry are managed by the setup.exe only.
Reagrding the missing files, there are several components for the same files with the conditions for each component. So the components are not getting installed trough mst.
I have removed the condition for that particular component which is getting installed trough exe file and installed the msi. Now all the files were installed perfectly and the size of the INSTALLDIR also matches with exe setup.
Now everything is perfect but Iam not sure wether Iam going in the right way? Please let me know if you have any idea.
And also please tell me how to break the Windows Installer housekeeping data on the application in the registry.
Thank you very much for your support.
Actually the shorcuts and ARP entry are managed by the setup.exe only.
Reagrding the missing files, there are several components for the same files with the conditions for each component. So the components are not getting installed trough mst.
I have removed the condition for that particular component which is getting installed trough exe file and installed the msi. Now all the files were installed perfectly and the size of the INSTALLDIR also matches with exe setup.
Now everything is perfect but Iam not sure wether Iam going in the right way? Please let me know if you have any idea.
And also please tell me how to break the Windows Installer housekeeping data on the application in the registry.
Thank you very much for your support.
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.