Extras icon indicating copy to clipboard operation
Extras copied to clipboard

Doublecmd .msi instead portable edition?

Open rpinolf opened this issue 5 years ago • 2 comments

This is not an issue itself but an observation. Since doublecmd has a portable zipped version would not be better to use that rather using the regular msi, unpacking, etc.?

Benefit here would be that portable edition stores config files in the portable app directorty instead than in the roaming profile (as the regular .msi does this by default).

Changing installation from .msi to the .zip edition would require to preserve some files in the portable app when updating but I think this is something scoop does in the manifests.

Thanks, Ricard

rpinolf avatar May 20 '19 15:05 rpinolf

It seems that Doublecmd does't recognize hard-linked config files.

By the time persistence rework (https://github.com/lukesampson/scoop/pull/3212) is done, we could switch the manifest to portable version.

hoilc avatar May 30 '19 03:05 hoilc

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 28 '21 00:10 stale[bot]

what's the status of this issue?

goyalyashpal avatar Mar 22 '24 14:03 goyalyashpal

  • i have created 2 manifests for doubledcmd locally:
  • one for the dev releases, and other for snapshot builds.
  • both are using the portable package i.e. *.zip for dev, and *.7z for snapshot
  • both seem to be working fine with the "persist": "settings"
  • so, i think the move should be made now... i'll be happy to provide a pr if that's wanted.

https://github.com/ScoopInstaller/Extras/blob/b6faacdf5bc408dd24477b4205e7fcaf65661fd2/bucket/doublecmd.json

goyalyashpal avatar Apr 09 '24 20:04 goyalyashpal