notepad++ plugin disabled unsupported build type

User discussion and information resource forum for TeraByte Drive Image products, including TBNetManage.
Post Reply
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

notepad++ plugin disabled unsupported build type

Post 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
Last edited by Mr.X on Tue Sep 24, 2024 3:14 am, edited 1 time in total.
Brian K
Posts: 2491
Joined: Fri Aug 12, 2011 1:11 am

Re: notepad++ plugin disabled unsupported build type

Post 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.
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

Re: notepad++ plugin disabled unsupported build type

Post 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.
Brian K
Posts: 2491
Joined: Fri Aug 12, 2011 1:11 am

Re: notepad++ plugin disabled unsupported build type

Post by Brian K »

Do you get the same error if you use...

Create a TBWinRE CD, USB Flash drive,....
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

Re: notepad++ plugin disabled unsupported build type

Post 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.
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

Re: notepad++ plugin disabled unsupported build type

Post by Mr.X »

The other two plugins: PartWork for Windows and Dark version of TeraByte background work fine on any build.
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

Re: notepad++ plugin disabled unsupported build type

Post by Mr.X »

This is the plugin configuration
https://tinypic.host/image/04.2jCNbv
TeraByte Support(PP)
Posts: 1740
Joined: Fri Aug 12, 2011 12:51 am

Re: notepad++ plugin disabled unsupported build type

Post 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
Mr.X
Posts: 106
Joined: Mon Oct 20, 2014 12:31 am

Re: notepad++ plugin disabled unsupported build type

Post 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.
Post Reply