

- WAVESHELL VST 9.2 SHOWS UP AS DUMMY INSTALL
- WAVESHELL VST 9.2 SHOWS UP AS DUMMY OFFLINE
- WAVESHELL VST 9.2 SHOWS UP AS DUMMY ZIP
- WAVESHELL VST 9.2 SHOWS UP AS DUMMY DOWNLOAD
* new member InstlInstanceBase.instl_ver_str
WAVESHELL VST 9.2 SHOWS UP AS DUMMY OFFLINE
* InstlInstanceBase.read_include_node, removed copy to LOCAL_REPO_REV_BOOKKEEPING_DIR if no destination was specified, this caused creating a folder named $(REPO_REV) when running offline installers _ - these are phantom files created by zip/unzip on Mac * do not unwtar files who's name begin with. * changed WZLIB_EXTENSION defualt value to.
WAVESHELL VST 9.2 SHOWS UP AS DUMMY DOWNLOAD
This will avoid excption in commands such as uninstall that do not need download tool anyway * PlatformSpecificHelperWin.init_platform_tools will not look for download tool is configVat DOWNLOAD_TOOL_PATH is not defined
WAVESHELL VST 9.2 SHOWS UP AS DUMMY ZIP
* new command wzip - will zip a single file wzip files have a folder to be decompressed to * utils.download_from_file_or_url if in_target_path is not provided use cache_folder so that.

* removed the option of 'destination' with _include_ - it only caused trouble * print repo-rev to self.progress after reading index * filter-infomap command: fix the case where the same path belonged to more than 1 IID in the same infomap and would appear twice in the infomap * commands read-info-map, read-yaml now accept -db option on the command line * some changes to the way the db is opened in order to allow separate launches of instl to use the same db, when specifying -db option on the command line * PlatformSpecificHelper_X.copy_file_to_file, new parameter check_exist, if true will skip the copy when source fileĭoes not exist. * another fix for: filter-infomap command: fix the case where the same path belonged to more than 1 IID in the same infomap and would appear twice in the infomap * IGNORE_BELOW_REPO_REV new configVar can be used to specify repo-rev that will be ignored by InstAdmin operations. * InstlAdmin replaced many print's with self.progress
WAVESHELL VST 9.2 SHOWS UP AS DUMMY INSTALL
* old_require.yaml is created after install as a copy of the previous require.yaml - if there was one * after uninstall remove previous require.yaml if the new one does not contain anything Also handle cases where cache folder is a file or does not exist.

* utils.download_and_cache_file_or_url: fixed case where cached checksum file exists but has wrong checksum. * index.yaml can have templates for IIDs making it much shorter and concise * self progress default changed to 1000 to avoid weird progress behaviour in large installations * fixed the creation zipping and checksumming of info_map.txt and index.yaml * report_versions_view added secondary_guid column, will have the other guid an IID has (if any) or else the IID's first guid (if any) * report-versions command now reports a secondary guid (usually the uninstall guid) See remark in create_config_files.url_sorter * Info.xml are move to the end of each curl config file so in direct sync they will be downloadĪfter the rest of the files. * fix a bug in InstlClientCopy.create_copy_instructions_for_dir where executable files were not identified correctly and chmod was not called (Mac Only) * fixed some 'post_copy_to_folder' actions were not written to batch file becuase return vlaue of accumulate_unique_actions_for_active_iids was not counted. * fixed number of issues reported by pcharm's inspections * removed PlatformSpecificHelperBase.ls() and from deriving classes as it was not implemented correctly * complete overhaul of ConfigVar and ConfigVarStack
