Quote:
Originally Posted by oldman
Congrats...I'm still compiling my registry tweaks. How did you handle apps where the registration code was not in the registry, but someplace else.D
Did you create an xml file to put in the Sashimi "Registry" folder, or just dump the registry keys in that folder. If you created an xml, can you post it so I have an example of what I need to create.
Thanks,
Bob
|
Quote:
Originally Posted by oldman
So you just dumped the registry keys into the folder?
|
SASHIMI FOLDERS
│
├───Program - Main program folder
│├───2577 - Used for Storage Card autorun. Can be removed if not needed
│├───Bin - Application executables
│├───Help- Help and sample files
│├───INI - INI configuration files
│├───Log - Log files
│├───Makisu - Makisu plug-in application. See Makisu documentation for more info.
│└───UCINIT - Files needed for optional UC compatability.
├───
Auto - Root directory for Auto Install Phase processing.
│├───CAB- Default directory for CAB and tandem/bundled files for auto install.
│├───CERT - Default directory for Certificate files for auto install.
│├───EXE - Default directory for EXE and LNK files for auto install.
│├───
REG- Default directory for REG files for auto install. Also used for output of a Custom Export.
│├───
Root - Default directory for auto root file copies. Also used for output of File Backup.
│├───Scripts - Default directory for .MSCR files for auto install.
│└───XML - Default directory for .XML files for auto install.
├───Backups - Default location of full registry exports and backups. Location of Owner.reg backup file.
└───
Manual - Root directory for Manual Install Phase processing.
├───CAB- Default directory for CAB and tandem/bundled files for manual install.
├───CERT - Default directory for Certificate files for manual install.
├───EXE - Default directory for EXE and LNK files for manual install.
├───
REG- Default directory for REG files for manual install. Also used for output of a Custom Export.
├───
Root - Default directory for manual root file copies. Also used for output of File Backup.
├───Scripts - Default directory for .MSCR files for manual install.
└───XML - Default directory for .XML files for manual install.
Just dump the .reg files of the keys in the above REG folders. Dump any registration code files in the ROOT directory and create the folder structure they belong in.
Again, this is all done on the YouTube Tutorials and with a bit of RTFM.
QED