* What is correct file and folder structure for No-Install assuming XYplorer is located in :
C:\Programs\XYplorer?
extract the no-install package to this location, and you've found the correct structure.
if there's no startup.ini file, XYplorer's Data folder defaults to .\Data, that is, <xyplorer.exe's path>\Data . You do no no have to type the full path to XYplorer.
you can still use startup.ini with a no-install setup to customize data folder's location and name. Eg,
XYplorer calls it's data folder <xydata> so this custom startup.ini brings a little bit of consistency.
Now on to <xydata> contents.
you can just copy your current XYplorer settings from %appdata%\XYplorer to <xydata> if you wish. You can also choose specific data to migrate.
Code: Select all
Catalogs catalogs
FindTemplates search templates (saved searches)
Fresh skip this, this is a temporary profile
Icons icons default path
NewItems new items menu items (Menu > Edit > New Items)
Panes tabsets
Paper paperfolders default save location
Scripts scripts default path
Thumbnails thumbnails cache default location
action.dat undo/redo history
fvs.dat folder view settings
ks.dat keyboard shortcuts
pv.dat permanent variables (for scripting)
tag.dat tags, labels, comments
udc.dat User-defined commands (Menu > User)
XYplorer.ini main settings file (lastini.dat, if it exists, decides which ini file name is loaded)
just copy the relevant files/folders into the no-install <xydata>.
Otherwise XYplorer creates the necessary files when it's run.
By the way, these two settings are useful in a portable XYplorer setup:
Configuration > Tags > Enable portable tags
and set the key
PortableTabs to 1 in <XYplorer.ini>