21.
The direct-copy to new install method
In some cases, you see programs which use non-standard or un-automatable installers.
In such cases, just install it first, and clean out the junk (like uninstaller) from the installed folder. Then configure the app's settings to how you want.
Then, just make a winrar SFX archive of that folder (which silently extracts to %programfiles%) and enjoy.
For example, I do the above, by enabling the "SFX" check-box, and pasting the below into the "Comments" tab in winrar
The direct-copy to new install method
In some cases, you see programs which use non-standard or un-automatable installers.
In such cases, just install it first, and clean out the junk (like uninstaller) from the installed folder. Then configure the app's settings to how you want.
Then, just make a winrar SFX archive of that folder (which silently extracts to %programfiles%) and enjoy.
For example, I do the above, by enabling the "SFX" check-box, and pasting the below into the "Comments" tab in winrar
CODE
;The comment below contains SFX script commands
Path=.\%programfiles%
SavePath
Silent=1
Overwrite=2
Then put shortcuts to the app at:Path=.\%programfiles%
SavePath
Silent=1
Overwrite=2
CODE
$OEM$\$Docs\All Users\Start Menu\Programs\YOURAPPFOLDER
Is there a way to do a 7zip exe and have a registry file that executes after the contents have extracted? I've read of sfx archives and such, but I've never found a guide on this. Thanks so much!

