Java Repair Issue
Hi,
I'm packaging Java JDK 1.6.0_06, By default the repair option is disabled in Vendor MSI. I have enabled it through MST. After installation. I have started repair using the following command line
msiexec /fomus "javajdk1.6.0_06.msi" Transforms="javajdk1.6.0_06.mst"
When I execute the above command line, It is removing Java files/Folders from the installed location. It is not reparing the Application.
Please suggest me how to proceed with this issue..
Any reason behind on this.
Thanks..
I'm packaging Java JDK 1.6.0_06, By default the repair option is disabled in Vendor MSI. I have enabled it through MST. After installation. I have started repair using the following command line
msiexec /fomus "javajdk1.6.0_06.msi" Transforms="javajdk1.6.0_06.mst"
When I execute the above command line, It is removing Java files/Folders from the installed location. It is not reparing the Application.
Please suggest me how to proceed with this issue..
Any reason behind on this.
Thanks..
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
gmorgan618
16 years ago
Posted by:
jagadeesan
16 years ago
Hi gmorgan618
Thank you for your reply,
I'm not using any deployment tools. I'm just trying to repair Java through Command Prompt using msiexec /fomus. but it is not repairing the application.
Thanks..
Thank you for your reply,
I'm not using any deployment tools. I'm just trying to repair Java through Command Prompt using msiexec /fomus. but it is not repairing the application.
Thanks..
Posted by:
rakesh.kumar
16 years ago
Posted by:
nheim
16 years ago
Hi folks,
there is a very good reason, why the repair option is disabled in this package!
This is only a "pseudo" MSI package (have a look at the file table in the MSI!).
The files and most of the regkeys are copied indirectly to the system.
They are stored as zip-files in the MSI and installed to "C:\Program Files\Common Files\Java\Update\Base Images\jre1.x.*"
From there, they are unzipped and installed with Custom Actions.
So, if you run the repair option, those CA's are running and remove the files from the system.
Hope, this sheds some light on this.
Regards, Nick
there is a very good reason, why the repair option is disabled in this package!
This is only a "pseudo" MSI package (have a look at the file table in the MSI!).
The files and most of the regkeys are copied indirectly to the system.
They are stored as zip-files in the MSI and installed to "C:\Program Files\Common Files\Java\Update\Base Images\jre1.x.*"
From there, they are unzipped and installed with Custom Actions.
So, if you run the repair option, those CA's are running and remove the files from the system.
Hope, this sheds some light on this.
Regards, Nick
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.