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
notepad++ plugin disabled unsupported build type
notepad++ plugin disabled unsupported build type
Last edited by Mr.X on Tue Sep 24, 2024 3:14 am, edited 1 time in total.
Re: notepad++ plugin disabled unsupported build type
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.
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
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.
Edit: tried 8.7, same issue.
Re: notepad++ plugin disabled unsupported build type
Do you get the same error if you use...
Create a TBWinRE CD, USB Flash drive,....
Create a TBWinRE CD, USB Flash drive,....
Re: notepad++ plugin disabled unsupported build type
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.
Issue seems to be related only to builds Modifying the Installed WinRE.
Re: notepad++ plugin disabled unsupported build type
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
This is the plugin configuration
https://tinypic.host/image/04.2jCNbv
https://tinypic.host/image/04.2jCNbv
-
- Posts: 1740
- Joined: Fri Aug 12, 2011 12:51 am
Re: notepad++ plugin disabled unsupported build type
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:
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
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 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
It worked, thank you.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