Page 1 of 1

notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 1:37 am
by Mr.X
It happened trying to make a build modifying the installed WinRE

https://tinypic.host/image/2jCn6k
https://tinypic.host/image/2jCMom
https://tinypic.host/image/2jCIGO

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:01 am
by Brian K
Mr.X,

Did you do this?

If you want Notepad++ to work, select the Notepad++ line (it will go blue), click Open folder. Read the Readme.txt. Paste the zip file in this folder. Ver 8.7 works.

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:10 am
by Mr.X
I put the npp.8.6.9.portable.x64.zip file in there because the Readme file says «Notepad++ versions tested: 8.6.7, 8.6.8, 8.6.9»

Edit: tried 8.7, same issue.

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:41 am
by Brian K
Do you get the same error if you use...

Create a TBWinRE CD, USB Flash drive,....

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:45 am
by Mr.X
No I don't. Sorry I forgot to mention that before, I've already tried and it works making such builds.
Issue seems to be related only to builds Modifying the Installed WinRE.

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:49 am
by Mr.X
The other two plugins: PartWork for Windows and Dark version of TeraByte background work fine on any build.

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 2:55 am
by Mr.X
This is the plugin configuration
https://tinypic.host/image/04.2jCNbv

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 5:13 am
by TeraByte Support(PP)
The installed WinRE build types (IFWWinRE & UpdateWinRE) are not currently enabled in the plugin. If you want to enable those build types you'll need to edit the plugin and add them. Note that too much of an increase in the size of the installed WinRE WIM can be an issue on some systems due to very little free space on the WinRE partition (the size increase from Notepad++ will vary depending on the options selected).

To add support for those build types, add them to the BuildTypes option in the [TBPlugin] section of the file. This section is at the beginning of the file.
For example:

Code: Select all

BuildTypes=BootMedia,IFWBootWIM,UpdateWinRE,IFWWinRE

Re: notepad++ plugin disabled unsupported build type

Posted: Tue Sep 24, 2024 3:57 pm
by Mr.X
TeraByte Support(PP) wrote: Tue Sep 24, 2024 5:13 am Note that too much of an increase in the size of the installed WinRE WIM can be an issue on some systems due to very little free space on the WinRE partition
I realized that the other day while adding programs to the build. Resizing the partition resolved it.
TeraByte Support(PP) wrote: Tue Sep 24, 2024 5:13 am To add support for those build types, add them to the BuildTypes option in the [TBPlugin] section of the file. This section is at the beginning of the file.
For example:

Code: Select all

BuildTypes=BootMedia,IFWBootWIM,UpdateWinRE,IFWWinRE
It worked, thank you.