Skip to content

what tools do you use to create new app manifests for scoop? #5829

Discussion options

You must be logged in to vote

msi installer:

  • View with main/lessmsi.
  • Write manfiest directly then check the installation dir.

exe:

  • Check with main/7zip to confirm if it can be decompressed directly.
  • If NOT, use extras/uniextract2 for further detection, they are usually created by Inno Setup.
  • if NOT, analyze in VMs/Windows Sandbox using TOTAL UNINSTALL or ProcessMonitor(extras/sysinternals).

Normally, I do not write scripts for context menus, file associations, protocol associations, service creatation, etc. for apps. e.g. main/7zip: Even though its GUI settings already include a context menu creation option, someone still made a script for it. I can't understand that.

Some special manifests:

  • extras/autohotkey: Mo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jmiguelhdez
Comment options

Answer selected by jmiguelhdez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants