How to text file changes Installshield in maintenance mode?
Unable to change the text in the files in maintenance mode. Files are added in maintenance mode using installscript CA and want to make TEXT changes in those files. But not working in maintenance mode, working in First time Install sequence
2 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
ekgcorp
9 years ago
Check condition on CA and add "Installed" or "IS_MINOR_UPGRADE" search here...
http://www.symantec.com/connect/blogs/conditions-custom-actions-used-msi
by reading this it looks condition could also be MaintenanceMode="Reinstall" or "Change"
Comments:
-
I did place the condition for component that has text file changes. I am able to copy files but unable to make text changes even with this condition in maintenance mode, but the files are being changed in first install. Is there anything to do with components or the sequence of text file changes. Should i put the condition for IsSerachReplace? - mareddy9999 9 years ago
-
Got the Solution, Thanks for the help..... - mareddy9999 9 years ago
-
Would you mind posting solution in case others have the same question? - ekgcorp 9 years ago
-
In maintenance mode add the condition to the dialog Reinstall, argument=ALL, CONDITION= _IsMaintenance=(your condition) - mareddy9999 9 years ago
How are you making the changes to the files? With a CA? And how were the files placed, with a CA? - rileyz 9 years ago