Edit Name, Description and Flags

clarensio

Active Member
for nuhi, garlin
Always working with multilanguage ISOs derived from "isolated" versions, each time I have to proceed, with the various isolated versions, to modify using the right key:
  • Edit à Name,
  • Edit à Description,
  • Edit à Flags
a total of 3 times, for each version.


I was wondering if, if it were possible ..., to be able to have, such as an overall table, where to modify the 3 items simultaneously in a single arc of continuity, such as:

(Edit - Characteristics)

Name
Description
Flags
<New Name>
<New Description>
<New Flags>
[Reset]
[Save]

where to edit “Name”, “Description” and “Flags” at the same time.
 
rename_image.bat
Code:
@echo off
wimlib-imagex info %1 %2 -image-property DISPLAYNAME=%3 --image-property DESCRIPTION=%4 --image-property FLAGS=%5

Code:
rename_image.bat install.wim 11 "Windows 12 Pro N for Workstations" "Windows 12 Pro N for Workstations" "ProfessionalWorkstationN"
The image can't be mounted when wimlib-imagex is updating.

I suppose NTLite could display a single window with all three editing fields, but that would encourage inexperienced users to screw up instead of taking their time.
 
rename_image.bat
Code:
@echo off
wimlib-imagex info %1 %2 -image-property DISPLAYNAME=%3 --image-property DESCRIPTION=%4 --image-property FLAGS=%5

Code:
rename_image.bat install.wim 11 "Windows 12 Pro N for Workstations" "Windows 12 Pro N for Workstations" "ProfessionalWorkstationN"
The image can't be mounted when wimlib-imagex is updating.

I suppose NTLite could display a single window with all three editing fields, but that would encourage inexperienced users to screw up instead of taking their time.
as always... you are a nest of irreplaceable resources.
As soon as I'm home I'll try it and if anything I'll consult you.

I remain of the idea that even the inexperienced have to make mistakes to learn so the idea of the Table could be carried forward but let's hear if anything nuhi

Thank you
 
When you first open the folder inside the NTLite you can see it there just right click on the image and you will see "edit name, edit description and edit flag"
 
When you first open the folder inside the NTLite you can see it there just right click on the image and you will see "edit name, edit description and edit flag"
Did you read the question? He wants to edit all of them at the same time.
 
Back
Top