VMware Cloud Community
clairealex7
Enthusiast
Enthusiast

DirectoryParamater: Restore when modifying option - where to set it?

Hello,

Here is my question:
When defining a DirectoryParameter, in the UI, I see the option Restore when modifying set to No. But I cannot see where this option can be set in xml. I searched the doc and the installbuilder.rng file, and I do not see any mention of it. Anyone knows how to access this?
Thank you,

Claire

clairealex7_0-1646681961959.png

 

0 Kudos
2 Replies
michieldhont_
Hot Shot
Hot Shot

Hi,

With this value you can decide whether or not to restore value entered by user when previously running the installer. You can set it in the following way:

 

<directoryParameter>
  ...
 <restoreWhenModifying>1</restoreWhenModifying>
  ...
</directoryParameter>

 

Regards,

Michiel

0 Kudos
clairealex7
Enthusiast
Enthusiast

Thank you! 😊

0 Kudos