You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-> I need to patch uxtheme.dll, or sign the msstyle file to apply it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
-> packthem.exe is a program from Microsoft that can compile msstyles for XP, and can sign msstyles for XP/Vista/7. (It does not work for Windows 10 so exclude it)
so, if the user puts packthem.exe to the current directory, and if msstyleEditor detects that program in the current directory, run packthem -s xxx.msstyles(-s means sign the msstyle) after saving the style
The text was updated successfully, but these errors were encountered:
I'll see what I can do. Not sure if you are able to sign despite a dummy signature being in place already, but if you are not then you might want to remove the trailing 144 bytes from the style and try again.
I am saying the style will have two signatures appended if I am not accounting for this second pass. Probably won't hurt, but I like to mention it.
nptr
changed the title
Automnacally sign visual style if there is packthem.exe in current directory
Automatically sign visual style if 'packthem.exe' is in the current directory
Aug 23, 2022
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-> I need to patch uxtheme.dll, or sign the msstyle file to apply it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
-> packthem.exe is a program from Microsoft that can compile msstyles for XP, and can sign msstyles for XP/Vista/7. (It does not work for Windows 10 so exclude it)
so, if the user puts packthem.exe to the current directory, and if msstyleEditor detects that program in the current directory, run
packthem -s xxx.msstyles
(-s
means sign the msstyle) after saving the styleThe text was updated successfully, but these errors were encountered: