├── media ├── Find.png ├── App-Info.png ├── Archive │ ├── No.png │ ├── YNU.pdn │ ├── Yes.png │ ├── CatIssues.png │ ├── Template.png │ ├── Unknown.png │ ├── CatUnknown.png │ ├── Categories.pdn │ ├── CatMostlyWorks.png │ ├── CatFullFidelity.png │ ├── CatHighConfidence.png │ └── CatSmall │ │ ├── CatSmall.pdn │ │ ├── CatSmall_FF.png │ │ ├── CatSmall_HC.png │ │ ├── CatSmall_IS.png │ │ ├── CatSmall_MW.png │ │ └── CatSmall_Unk.png ├── AppIcons │ ├── ACE-256.png │ ├── App-Info.png │ ├── CMD-256.png │ ├── MIRO-256.png │ ├── SSMS-256.png │ ├── UVC-256.png │ ├── VLC-256.png │ ├── ZOOM-256.png │ ├── DOSBOX-256.png │ ├── INSTED-256.png │ ├── JT2Go-256.png │ ├── OPERA-256.png │ ├── RGUI00-256.png │ ├── SIGIL-256.png │ ├── TMEDIT-256.png │ ├── VSCODE-256.png │ ├── WINRAR-256.png │ ├── WINSCP-256.png │ ├── Yandex-256.png │ ├── AUDACITY-256.png │ ├── AVOGADRO-256.png │ ├── BLENDER-256.png │ ├── CALIBRE-256.png │ ├── CYBERDUCK-256.png │ ├── EXAMDIFF-256.png │ ├── FIDDLER-256.png │ ├── FILEZILLA-256.png │ ├── FIREFOX-256.png │ ├── GIMPTwo-256.png │ ├── MREMOTENG-256.png │ ├── NOTEPADPP-256.png │ ├── POSTMAN-256.png │ ├── REVERSE-256.png │ ├── RSTUDIO-256.png │ ├── SOLIBRI-256.png │ ├── SWRITER-256.png │ ├── SevenZFM-256.png │ ├── THUMBICO-256.png │ ├── TMEDITX-256.png │ ├── VNCVIEWER-256.png │ ├── WINMERGEU-256.png │ ├── APPVMANAGE-256.png │ ├── DRAFTSIGHT-256.png │ ├── Everything-256.png │ ├── IMAGEGLASS-256.png │ ├── OBSSixFour-256.png │ ├── PAINTDOTNET-256.png │ ├── PBIDESKTOP-256.png │ ├── RDAnalyzer-256.png │ ├── TEAMVIEWER-256.png │ ├── THUNDERBIRD-256.png │ ├── ACRORDThreeTwo-256.png │ ├── CAMTASIASTUDIO-256.png │ ├── CONEMUSixFour-256.png │ ├── FOXITPDFREADER-256.png │ ├── IVIEWSixFour-256.png │ ├── LOGINACDCTwo-256.png │ ├── MATHMECHANIXS-256.png │ ├── MIKTEXCONSOLE-256.png │ ├── PASSWORDDEPOT-256.png │ ├── PROJECTLIBRE-256.png │ ├── SNAGITEDITOR-256.png │ ├── SketchupViewer-256.png │ ├── UEDITSixFour-256.png │ ├── WINZIPSixFour-256.png │ ├── BEEKEEPERSTUDIO-256.png │ ├── APPVMANIFESTEDITOR-256.png │ ├── REGSHOTXSixFourANSI-256.png │ ├── WINSHTwoZeroOneSeven-256.png │ └── REMOTEDESKTOPMANAGERFREE-256.png └── Contributors │ └── TimMangan.jpg ├── CodeDontLookHere └── ReadMe.md ├── docs ├── ReadMe.md ├── Windows │ ├── ReadMe.md │ ├── Postman │ │ ├── Testing.md │ │ ├── Packaging-MSIX.md │ │ ├── Packaging-AppV.md │ │ └── InstallConfigure.md │ ├── ProjectLibre │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── Aurelitec │ │ └── Thumbico │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Microsoft │ │ ├── PowerBIDesktop │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ │ ├── VSCode │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ │ └── SSMS │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── ObsStudio │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── ReverseDNS │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── Notepad++ │ │ ├── Plugin-Compare │ │ │ ├── Testing.md │ │ │ ├── InstallConfigure.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ │ └── MainApp │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── R │ │ ├── R Language │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ │ └── R with RStudio │ │ │ └── Testing.md │ ├── Solibri │ │ └── SolibriOffice │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ ├── Gimp │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── Active State │ │ └── ActivePython │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── PrestoSoft │ │ └── ExamDiff │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── VirtualEngine │ │ └── Ace │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Paint.Net │ │ ├── Paint.Net Plugins │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── InstallConfigure.md │ │ │ └── Packaging-MSIX.md │ │ └── Paint.Net MainApp │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Solidworks │ │ └── DraftSight │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ ├── Techsmith │ │ ├── Camtasia │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ │ └── Snagit │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ ├── Camwood │ │ └── InstEd │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Sigil │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── RealTimeBoard │ │ └── MiroDesktop │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ ├── TMurgent │ │ ├── AppVManifestEditor │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ │ ├── TMEdit │ │ │ ├── Testing.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ │ └── AppV_Manage │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── Testing.md │ ├── Audacity │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── UltraVNC │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ ├── IDMComputerSolutions │ │ └── UltraEdit │ │ │ ├── Testing.md │ │ │ └── InstallConfigure.md │ ├── TeamViewer │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── Seabreg │ │ └── RegShot │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Trimble │ │ └── SketchupViewer │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── VideoLan │ │ └── VlcPlayer │ │ │ ├── Testing.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── BeekeeperStudio │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── VoidTools │ │ └── Everything │ │ │ ├── Testing.md │ │ │ └── Packaging-MSIX.md │ ├── WinMerge │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── RDAnalyzer │ │ ├── Testing.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── Devolutions │ │ └── RemoteDesktopManager Free │ │ │ ├── Testing.md │ │ │ ├── Packaging-MSIX.md │ │ │ ├── Packaging-AppV.md │ │ │ └── InstallConfigure.md │ ├── Avogadro │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── Mozilla │ │ ├── Firefox │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ │ └── Thunderbird │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── ImageGlass.org │ │ └── ImageGlass Kobe │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── Foxit Software │ │ └── Foxit Reader │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── Opera │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── ContinuumAnalytics │ │ └── Anaconda │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── PkZip │ │ └── WinZip │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── PasswordDepot │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── 7-Zip │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ ├── RarLab │ │ └── WinRAR │ │ │ ├── Packaging-AppV.md │ │ │ └── Testing.md │ ├── Calibre │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ ├── Packaging-MSIX.md │ │ └── InstallConfigure.md │ ├── IrfanView │ │ ├── Testing.md │ │ ├── Packaging-AppV.md │ │ └── Packaging-MSIX.md │ ├── WinSCP │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ ├── Testing.md │ │ └── MicrosoftStoreAndModificationPackage-MSIX.md │ ├── ConEmu │ │ └── ConEmuPack │ │ │ ├── Packaging-AppV.md │ │ │ ├── Testing.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── InstallConfigure.md │ ├── mRemoteNG │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ ├── DosBox_Blockout │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ ├── Testing.md │ │ └── InstallConfigure.md │ ├── LibreOffice │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ ├── Testing.md │ │ └── InstallConfigure.md │ ├── Blender │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ ├── MicrosoftStoreAndModificationPackage-MSIX.md │ │ └── InstallConfigure.md │ ├── MikTex │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ ├── MathMechanixs │ │ ├── Packaging-AppV.md │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ ├── Adobe │ │ └── AdobeReader DC │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── Ensoft │ │ ├── APile │ │ │ └── Packaging-AppV.md │ │ ├── LPile │ │ │ └── Packaging-AppV.md │ │ └── Shaft │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ ├── Testing.md │ │ │ └── InstallConfigure.md │ ├── Siemens │ │ └── JT2Go │ │ │ ├── Testing.md │ │ │ ├── Packaging-AppV.md │ │ │ └── Packaging-MSIX.md │ ├── Zoom │ │ └── Client │ │ │ ├── Packaging-MSIX.md │ │ │ ├── Testing.md │ │ │ └── InstallConfigure.md │ ├── LoginConsultants │ │ └── ACDC v2 │ │ │ ├── Testing.md │ │ │ ├── Packaging-MSIX.md │ │ │ ├── Packaging-AppV.md │ │ │ └── InstallConfigure.md │ ├── Filezilla │ │ ├── Packaging-AppV.md │ │ ├── Packaging-MSIX.md │ │ ├── Testing.md │ │ └── InstallConfigure.md │ ├── Telerik │ │ └── Fiddler │ │ │ ├── Packaging-AppV.md │ │ │ ├── Packaging-MSIX.md │ │ │ └── Testing.md │ ├── CyberDuck │ │ ├── Testing.md │ │ └── Packaging-MSIX.md │ └── Dbeaver │ │ ├── MicrosoftStoreAndModificationPackage-MSIX.md │ │ └── Packaging-MSIX.md ├── Other │ └── ReadMe.md └── CaptureFilters │ └── Processes │ └── ReadMe.md ├── Templates ├── Template_Packaging-XXX.md └── Template_Testing.md └── LICENSE /media/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Find.png -------------------------------------------------------------------------------- /media/App-Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/App-Info.png -------------------------------------------------------------------------------- /media/Archive/No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/No.png -------------------------------------------------------------------------------- /media/Archive/YNU.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/YNU.pdn -------------------------------------------------------------------------------- /media/Archive/Yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/Yes.png -------------------------------------------------------------------------------- /media/AppIcons/ACE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/ACE-256.png -------------------------------------------------------------------------------- /media/AppIcons/App-Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/App-Info.png -------------------------------------------------------------------------------- /media/AppIcons/CMD-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/CMD-256.png -------------------------------------------------------------------------------- /media/AppIcons/MIRO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/MIRO-256.png -------------------------------------------------------------------------------- /media/AppIcons/SSMS-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SSMS-256.png -------------------------------------------------------------------------------- /media/AppIcons/UVC-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/UVC-256.png -------------------------------------------------------------------------------- /media/AppIcons/VLC-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/VLC-256.png -------------------------------------------------------------------------------- /media/AppIcons/ZOOM-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/ZOOM-256.png -------------------------------------------------------------------------------- /media/Archive/CatIssues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatIssues.png -------------------------------------------------------------------------------- /media/Archive/Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/Template.png -------------------------------------------------------------------------------- /media/Archive/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/Unknown.png -------------------------------------------------------------------------------- /media/AppIcons/DOSBOX-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/DOSBOX-256.png -------------------------------------------------------------------------------- /media/AppIcons/INSTED-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/INSTED-256.png -------------------------------------------------------------------------------- /media/AppIcons/JT2Go-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/JT2Go-256.png -------------------------------------------------------------------------------- /media/AppIcons/OPERA-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/OPERA-256.png -------------------------------------------------------------------------------- /media/AppIcons/RGUI00-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/RGUI00-256.png -------------------------------------------------------------------------------- /media/AppIcons/SIGIL-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SIGIL-256.png -------------------------------------------------------------------------------- /media/AppIcons/TMEDIT-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/TMEDIT-256.png -------------------------------------------------------------------------------- /media/AppIcons/VSCODE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/VSCODE-256.png -------------------------------------------------------------------------------- /media/AppIcons/WINRAR-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/WINRAR-256.png -------------------------------------------------------------------------------- /media/AppIcons/WINSCP-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/WINSCP-256.png -------------------------------------------------------------------------------- /media/AppIcons/Yandex-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/Yandex-256.png -------------------------------------------------------------------------------- /media/Archive/CatUnknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatUnknown.png -------------------------------------------------------------------------------- /media/Archive/Categories.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/Categories.pdn -------------------------------------------------------------------------------- /media/AppIcons/AUDACITY-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/AUDACITY-256.png -------------------------------------------------------------------------------- /media/AppIcons/AVOGADRO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/AVOGADRO-256.png -------------------------------------------------------------------------------- /media/AppIcons/BLENDER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/BLENDER-256.png -------------------------------------------------------------------------------- /media/AppIcons/CALIBRE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/CALIBRE-256.png -------------------------------------------------------------------------------- /media/AppIcons/CYBERDUCK-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/CYBERDUCK-256.png -------------------------------------------------------------------------------- /media/AppIcons/EXAMDIFF-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/EXAMDIFF-256.png -------------------------------------------------------------------------------- /media/AppIcons/FIDDLER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/FIDDLER-256.png -------------------------------------------------------------------------------- /media/AppIcons/FILEZILLA-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/FILEZILLA-256.png -------------------------------------------------------------------------------- /media/AppIcons/FIREFOX-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/FIREFOX-256.png -------------------------------------------------------------------------------- /media/AppIcons/GIMPTwo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/GIMPTwo-256.png -------------------------------------------------------------------------------- /media/AppIcons/MREMOTENG-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/MREMOTENG-256.png -------------------------------------------------------------------------------- /media/AppIcons/NOTEPADPP-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/NOTEPADPP-256.png -------------------------------------------------------------------------------- /media/AppIcons/POSTMAN-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/POSTMAN-256.png -------------------------------------------------------------------------------- /media/AppIcons/REVERSE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/REVERSE-256.png -------------------------------------------------------------------------------- /media/AppIcons/RSTUDIO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/RSTUDIO-256.png -------------------------------------------------------------------------------- /media/AppIcons/SOLIBRI-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SOLIBRI-256.png -------------------------------------------------------------------------------- /media/AppIcons/SWRITER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SWRITER-256.png -------------------------------------------------------------------------------- /media/AppIcons/SevenZFM-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SevenZFM-256.png -------------------------------------------------------------------------------- /media/AppIcons/THUMBICO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/THUMBICO-256.png -------------------------------------------------------------------------------- /media/AppIcons/TMEDITX-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/TMEDITX-256.png -------------------------------------------------------------------------------- /media/AppIcons/VNCVIEWER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/VNCVIEWER-256.png -------------------------------------------------------------------------------- /media/AppIcons/WINMERGEU-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/WINMERGEU-256.png -------------------------------------------------------------------------------- /media/Archive/CatMostlyWorks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatMostlyWorks.png -------------------------------------------------------------------------------- /media/Contributors/TimMangan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Contributors/TimMangan.jpg -------------------------------------------------------------------------------- /media/AppIcons/APPVMANAGE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/APPVMANAGE-256.png -------------------------------------------------------------------------------- /media/AppIcons/DRAFTSIGHT-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/DRAFTSIGHT-256.png -------------------------------------------------------------------------------- /media/AppIcons/Everything-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/Everything-256.png -------------------------------------------------------------------------------- /media/AppIcons/IMAGEGLASS-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/IMAGEGLASS-256.png -------------------------------------------------------------------------------- /media/AppIcons/OBSSixFour-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/OBSSixFour-256.png -------------------------------------------------------------------------------- /media/AppIcons/PAINTDOTNET-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/PAINTDOTNET-256.png -------------------------------------------------------------------------------- /media/AppIcons/PBIDESKTOP-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/PBIDESKTOP-256.png -------------------------------------------------------------------------------- /media/AppIcons/RDAnalyzer-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/RDAnalyzer-256.png -------------------------------------------------------------------------------- /media/AppIcons/TEAMVIEWER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/TEAMVIEWER-256.png -------------------------------------------------------------------------------- /media/AppIcons/THUNDERBIRD-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/THUNDERBIRD-256.png -------------------------------------------------------------------------------- /media/Archive/CatFullFidelity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatFullFidelity.png -------------------------------------------------------------------------------- /media/AppIcons/ACRORDThreeTwo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/ACRORDThreeTwo-256.png -------------------------------------------------------------------------------- /media/AppIcons/CAMTASIASTUDIO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/CAMTASIASTUDIO-256.png -------------------------------------------------------------------------------- /media/AppIcons/CONEMUSixFour-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/CONEMUSixFour-256.png -------------------------------------------------------------------------------- /media/AppIcons/FOXITPDFREADER-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/FOXITPDFREADER-256.png -------------------------------------------------------------------------------- /media/AppIcons/IVIEWSixFour-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/IVIEWSixFour-256.png -------------------------------------------------------------------------------- /media/AppIcons/LOGINACDCTwo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/LOGINACDCTwo-256.png -------------------------------------------------------------------------------- /media/AppIcons/MATHMECHANIXS-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/MATHMECHANIXS-256.png -------------------------------------------------------------------------------- /media/AppIcons/MIKTEXCONSOLE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/MIKTEXCONSOLE-256.png -------------------------------------------------------------------------------- /media/AppIcons/PASSWORDDEPOT-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/PASSWORDDEPOT-256.png -------------------------------------------------------------------------------- /media/AppIcons/PROJECTLIBRE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/PROJECTLIBRE-256.png -------------------------------------------------------------------------------- /media/AppIcons/SNAGITEDITOR-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SNAGITEDITOR-256.png -------------------------------------------------------------------------------- /media/AppIcons/SketchupViewer-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/SketchupViewer-256.png -------------------------------------------------------------------------------- /media/AppIcons/UEDITSixFour-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/UEDITSixFour-256.png -------------------------------------------------------------------------------- /media/AppIcons/WINZIPSixFour-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/WINZIPSixFour-256.png -------------------------------------------------------------------------------- /media/Archive/CatHighConfidence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatHighConfidence.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall.pdn -------------------------------------------------------------------------------- /media/AppIcons/BEEKEEPERSTUDIO-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/BEEKEEPERSTUDIO-256.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall_FF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall_FF.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall_HC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall_HC.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall_IS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall_IS.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall_MW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall_MW.png -------------------------------------------------------------------------------- /media/Archive/CatSmall/CatSmall_Unk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/Archive/CatSmall/CatSmall_Unk.png -------------------------------------------------------------------------------- /media/AppIcons/APPVMANIFESTEDITOR-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/APPVMANIFESTEDITOR-256.png -------------------------------------------------------------------------------- /media/AppIcons/REGSHOTXSixFourANSI-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/REGSHOTXSixFourANSI-256.png -------------------------------------------------------------------------------- /media/AppIcons/WINSHTwoZeroOneSeven-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/WINSHTwoZeroOneSeven-256.png -------------------------------------------------------------------------------- /media/AppIcons/REMOTEDESKTOPMANAGERFREE-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimMangan/App-Info/HEAD/media/AppIcons/REMOTEDESKTOPMANAGERFREE-256.png -------------------------------------------------------------------------------- /CodeDontLookHere/ReadMe.md: -------------------------------------------------------------------------------- 1 | ## About Code 2 | 3 | Although there may not be any code here at this time, if we ever starting building some tools we might put them here. 4 | -------------------------------------------------------------------------------- /docs/ReadMe.md: -------------------------------------------------------------------------------- 1 | # Docs 2 | 3 | This is the highest level folder for App-Info Documents. 4 | 5 | Please use appropriate subfolders to add your own submissions. 6 | 7 | 8 | -------------------------------------------------------------------------------- /docs/Windows/ReadMe.md: -------------------------------------------------------------------------------- 1 | # docs/Windows 2 | 3 | This folder is for App-Info documents on Windows based applications. Organization below this folder is typically by vendor/application/version. 4 | -------------------------------------------------------------------------------- /docs/Windows/Postman/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Postman 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch app from shortcut. 7 | -------------------------------------------------------------------------------- /docs/Windows/ProjectLibre/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Project Libre 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch app from shortcut. 7 | -------------------------------------------------------------------------------- /docs/Windows/Aurelitec/Thumbico/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Thumbixo 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch the app. 7 | * Open an ico file. -------------------------------------------------------------------------------- /docs/Windows/Microsoft/PowerBIDesktop/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing APP Power BI Desktop 2 | 3 | 4 | The following tests should be considered to determine the application fidelity when repackaging. 5 | 6 | * 1 shortcut should be present. 7 | * Launch the main app. 8 | -------------------------------------------------------------------------------- /docs/Windows/ObsStudio/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing OBS Studio 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (more if not removed). 6 | * Launch app from shortcut. 7 | * Close. 8 | -------------------------------------------------------------------------------- /docs/Windows/ReverseDNS/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ReverseDNS 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present. 6 | * Launch ReverseDNS from shortcut. 7 | * * Enter an IP address. 8 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/Plugin-Compare/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Notepad++ Plugin Compare 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Launch Notepad++ app from shortcut. 6 | * * Look for the plugin in the menu. 7 | -------------------------------------------------------------------------------- /docs/Windows/R/R Language/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing R (Language) 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcuts should be present. 6 | * Launch one from shortcut. 7 | * Verify console appears and close. 8 | -------------------------------------------------------------------------------- /docs/Windows/Solibri/SolibriOffice/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Solibri Office 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch the Solibri app from shortcut. Ensure no errors. 7 | -------------------------------------------------------------------------------- /docs/Windows/Gimp/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Gimp 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * User should not be prompted to update. 7 | * Test opening a file from Explorer using FTA. 8 | -------------------------------------------------------------------------------- /docs/Windows/R/R with RStudio/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing R and RStudio 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * THree shortcuts should be present. 6 | * Launch RStudio from shortcut. 7 | * Verify console appears and close. 8 | -------------------------------------------------------------------------------- /docs/Windows/Active State/ActivePython/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ActivePython 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Four shortcuts should be present. 6 | * Launch shortcut to Doc file. 7 | * Launch shortcut to interactive shell. -------------------------------------------------------------------------------- /docs/Windows/PrestoSoft/ExamDiff/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ExamDiff 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (more if not removed). 6 | * Launch app from shortcut. 7 | * Make a diff between two text files. 8 | -------------------------------------------------------------------------------- /docs/Windows/VirtualEngine/Ace/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ACE 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch shortcut to GUI. 7 | * Optionally edit and save an App-V Deployment/User Configuration file. -------------------------------------------------------------------------------- /docs/Other/ReadMe.md: -------------------------------------------------------------------------------- 1 | # docs/Other 2 | 3 | This folder is for App-Info documents on applications for other operating systems. If there is interest in another specific OS, feel free to add that as a folder under the docs parent folder. 4 | 5 | Organization below this folder is typically by vendor/application/version. 6 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net Plugins/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Paint.Net Plugin Shape3d 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Launch Paint.Net app from shortcut. 6 | * * Look for the plugin in the menu. For Shape3d this will be under Effect->Render. 7 | -------------------------------------------------------------------------------- /docs/Windows/Solidworks/DraftSight/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Solidworks DraftSight 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch the app from shortcut. Ensure no errors. You'll need to register to test any functionality. 7 | -------------------------------------------------------------------------------- /docs/Windows/Techsmith/Camtasia/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Camtasia 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcut should be present. 6 | * Launch recorder. Ensure not prompted for update. 7 | * Capture screen video with sound. 8 | * Run Editor and import. 9 | -------------------------------------------------------------------------------- /docs/Windows/Camwood/InstEd/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Insted 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Installs with 1 shortcut. 6 | * Launch shortcut. Open an MSI file. 7 | * Change a setting in the Options menu. Close tool and reopen. Confirm change is sticky. 8 | 9 | -------------------------------------------------------------------------------- /docs/Windows/Sigil/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Sigil 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One or Two shortcuts should be present as configured. 6 | * Launch primary Sigil app from shortcut. 7 | * * Create an ebook. Save. 8 | * Launch again and reopen the saved book. -------------------------------------------------------------------------------- /docs/Windows/RealTimeBoard/MiroDesktop/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Miro Desktop 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present. 6 | * Launch Miro from shortcut. 7 | * * If an account (and possibly hardware) is available, log in and test further. 8 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppVManifestEditor/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing AppV Manifest Editor 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present. 6 | * Launch primary app from shortcut. 7 | * * Open an AppXManifest.xml file from an App-V Package. 8 | 9 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/TMEdit/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing TMEdit 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present. 6 | * Launch app from shortcut. 7 | * Open an App-V file. Close tool. 8 | * In explorer, locate an App-V file and right-click to edit. 9 | -------------------------------------------------------------------------------- /docs/Windows/Techsmith/Snagit/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing SnagIt 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcut should be present. 6 | * Launch SnagIt for capture. Ensure not prompted for update. 7 | * Capture screen. Should not get prompted for update. 8 | * Save File. 9 | -------------------------------------------------------------------------------- /docs/Windows/Audacity/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Audacity 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch the app, should not see "first time popup". 7 | * Play an autodio file from inside the app. 8 | * Verify that any plugins that were added appear. -------------------------------------------------------------------------------- /docs/Windows/UltraVNC/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing UltraVNC 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | **NOTE:** Testing requires two machines. 6 | 7 | * Three shortcuts should be present. 8 | * Launch shortcut to GUI. 9 | * Optionally edit and save an App-V Deployment/User Configuration file. -------------------------------------------------------------------------------- /docs/Windows/IDMComputerSolutions/UltraEdit/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing UltraEdit 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * User should not be prompted to update. 7 | * Verify configuration in Advanced/Settings/Bookmark. 8 | * Change config/ensure sticky. -------------------------------------------------------------------------------- /docs/Windows/TeamViewer/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing TeamViewer 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch primary Teamviewer app from shortcut. You should not be prompted for updates. 7 | * If TeamViewer is installed on another machine, connect. 8 | -------------------------------------------------------------------------------- /docs/Windows/Seabreg/RegShot/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing RegShot 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present. 6 | * Launch RegEdit from shortcut. 7 | * * Create a snapshot. 8 | * * Use Regedit to make a change 9 | * * Make a second snapshot and compare. 10 | -------------------------------------------------------------------------------- /docs/Windows/Trimble/SketchupViewer/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Trimble Sketchup 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * **The application requires a hardware GPU to be present.** 6 | * One shortcut should be present. 7 | * Launch shortcut to GUI. 8 | * Optionally open a pre-made drawing file using the FTA. -------------------------------------------------------------------------------- /docs/Windows/VideoLan/VlcPlayer/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing VlcPlayer 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | 6 | * Three shortcuts should be present. 7 | * Launch shortcut to main app. Ensure no updates. 8 | * Watch a video from test resources folder. 9 | * Test FTA on .mpeg4 file in test resources folder. -------------------------------------------------------------------------------- /docs/Windows/BeekeeperStudio/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing BeeKeeperStudio 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcuts should be present (unless desktop shortcut was retained). 6 | * Launch primary app from shortcut. You may notice a warning about a newer version being available. 7 | * Connect to a database. 8 | -------------------------------------------------------------------------------- /docs/Windows/VoidTools/Everything/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Everything (the app, that is) 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | 6 | 7 | * One shortcut should be present (assuming others removed). 8 | * Launch shortcut to GUI. 9 | * In the search box, enter ".log". 10 | * Verify that results look reasonable. -------------------------------------------------------------------------------- /docs/Windows/WinMerge/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing WinMerge 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | 6 | 7 | * Two shortcuts should be present. 8 | * Launch shortcut to GUI. 9 | * Perform a diff between two files. Save Project as a .WinMerge file. 10 | * Test open using the .WinMerge FTA 11 | * Test User Guide shortcut. -------------------------------------------------------------------------------- /docs/Windows/RDAnalyzer/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing RDAnalyzer 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * You must remote into a machine/VM using a supported remote protocol. Note that remote desktop client software is OK, but a Hyper-V console is not. 6 | * One shortcut should be present. 7 | * Launch RemoteDesktopAnalyzer from shortcut. 8 | -------------------------------------------------------------------------------- /docs/Windows/Devolutions/RemoteDesktopManager Free/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Remote Desktop Manager Free 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Launch the app. 6 | * Create an RDP connection and test it. 7 | * Change an option (like enable dark mode). 8 | * Close, reopen the app. Ensure config item stuck and it remembers the RDP connection. 9 | -------------------------------------------------------------------------------- /docs/Windows/Avogadro/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Avogadro 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcuts should be present (unless the vendor url is intentionally removed). 6 | * Launch primary app from shortcut. Open a test file. 7 | * Open a test .cml file from explorer right-click menu. 8 | * If website url shortcut is present, test it. 9 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Firefox/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Firefox 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch FIrefox app from shortcut. 7 | * Ensure no updates are detected. Resolve being the default either way. 8 | * Use the Hamburger menu to access Settings. Make a change, close, reopen, and make sure change sticks. 9 | -------------------------------------------------------------------------------- /docs/Windows/ImageGlass.org/ImageGlass Kobe/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ImageGlass 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (assuming extra was removed). 6 | * Launch ImageGlass app from shortcut. 7 | * Ensure no updates are detected, but expect to be prompted to configure. 8 | * Change a setting, close the app and repopen, check that setting is sticky. 9 | -------------------------------------------------------------------------------- /docs/Windows/Foxit Software/Foxit Reader/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Foxit Reader 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (assuming extras were removed). 6 | * Launch Foxit Reader app from shortcut. 7 | * Ensure no updates are detected. 8 | * Close and reopen tool using an FTA against a PDF file. 9 | * Bonus points for testing against Sharepoint. 10 | -------------------------------------------------------------------------------- /docs/Windows/Opera/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Opera 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch app from shortcut. 7 | * * Updates should not appear. 8 | * * Verify settings per any preconfiguration. 9 | * * Change a setting, close, reopen and verify settings change stick. 10 | * Check for FTA on local .htm file, although Opera will not be the default. 11 | -------------------------------------------------------------------------------- /docs/Windows/Microsoft/VSCode/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing VSCode 2 | 3 | 4 | The following tests should be considered to determine the application fidelity when repackaging. 5 | 6 | * 1 shortcut should be present. 7 | * Launch the main app. 8 | * * Check config for preconfiguration preferences (eg updates disabled). 9 | * * Change settings and verify sticky (close/reopen app and verify changes stuck). 10 | * * Check FTAs. 11 | * * Install an extension. Close/reopen verify. 12 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net MainApp/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Paint.Net (Main App) 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch app from shortcut. 7 | * * There should be no prompt for update. 8 | * * Settings menu, make sure "show status bar" is set. Change config and make sure sticky. 9 | * * Verify which plugins are present from menu. 10 | * Optionally verify FTAs are present. 11 | 12 | -------------------------------------------------------------------------------- /docs/Windows/Microsoft/SSMS/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing APP Microsoft SMSS 2 | 3 | 4 | The following tests should be considered to determine the application fidelity when repackaging. 5 | 6 | * 4 shortcuts should be present. 7 | * Launch the main SSMS app. 8 | * * There should be no EULA displayed. 9 | * * User should not be prompted for updates. 10 | * * Verify app is configured as desired (if any). 11 | * * Verify ability to change app configuration, close and ensure changes stick. 12 | * * Connect to a database. 13 | -------------------------------------------------------------------------------- /docs/Windows/ContinuumAnalytics/Anaconda/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Anaconda 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Six shortcuts should be present (unless some are intentially removed). 6 | * Launch Anaconda Prompt. 7 | * Launch Navigator. Check preference for disable dialog on close. Then make a change, close and reopen app to test stickyness of the change. 8 | * Launch Spyder. Make sure it doesn't tell you about an update. 9 | * Launch Jupiter. 10 | -------------------------------------------------------------------------------- /docs/Windows/PkZip/WinZip/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing WinZip 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Verify shortcuts based on intended configuration. 6 | * Launch app from shortcut. 7 | * * Ensure no updates are suggested. 8 | * * Verify configuration on any preconfig requested. 9 | * Verify Context menu on right-click on a standard file. 10 | * Verify drop features. 11 | * Verify any important integratons involving SharePoint, OneDrive, etc. 12 | -------------------------------------------------------------------------------- /docs/Windows/PasswordDepot/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Password Depot 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcut should be present (more if not removed). 6 | * Launch app from shortcut. 7 | * * Set firewall. 8 | * * Open a new database as a local file. Set master password and ensure you can use it to open. Close App. Repoen and ensure you see the database. 9 | * * Note: User has to add browser addin from browser store to use from browser. 10 | -------------------------------------------------------------------------------- /Templates/Template_Packaging-XXX.md: -------------------------------------------------------------------------------- 1 | 2 | # Packaging XXX for TTT 3 | 4 | The app has been packaged in YYY. 5 | * Special details 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). 9 | 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | Your photo, name, and date | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Thunderbird/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Thunderbird 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch Thunderbird app from shortcut. 7 | * Ensure no updates are detected. 8 | * If a test email account is available, connect and send an email. 9 | * Test out the mailto protocol handler integration: 10 | * * Start a browser (other than edge) and type mailto:you@testdomain.com. You should have an option use Thunderbird. 11 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/MainApp/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Notepad++ 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch app from shortcut. 7 | * * There should be no prompt for updater (however it may take at least 15 days after packaging) 8 | * * Open an xml file. 9 | * * Make a change. 10 | * * Close. 11 | * In a file explorer window, right click on any (non XML) file and verify that there is a Notepad++ menu item in the popup menu list. 12 | -------------------------------------------------------------------------------- /docs/Windows/ReverseDNS/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ReverseDNS for App-V 2 | 3 | The app is easily packaged in App-V and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/VirtualEngine/Ace/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ACE for App-V 2 | 3 | The app is easily packaged in App-V and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/Seabreg/RegShot/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging RegShot for App-V 2 | 3 | The app is easily packaged in App-V and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/7-Zip/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging 7-Zip for App-V 2 | 3 | The app is easily packaged in App-V Sequencer 2004 and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/Aurelitec/Thumbico/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ActivePython for Thumbico 2 | 3 | The app is easily packaged in App-V and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/Microsoft/VSCode/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging VSCode for App-V 2 | 3 | This app is easily packaged for App-V, Allow VFS Writes is recommended. 4 | 5 | 6 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 14 | 15 | -------------------------------------------------------------------------------- /docs/Windows/RarLab/WinRAR/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging WinRAR for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * No special actions required. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Calibre/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging calibre for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/IrfanView/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing IrfanView 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (assuming extra was removed). 6 | * Launch IrganView app from shortcut. Check any options preset by installer. 7 | * Optional: If plugin added, verify it is present (settings/Preferences->PlugIns) 8 | * Verify that you can make a Preferences change and it is sticky. 9 | * From in the program, open a file from a network share. 10 | * Use an FTA to open into IrfanView. 11 | -------------------------------------------------------------------------------- /docs/Windows/WinSCP/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging WinSCP for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Enabling VFS Writes are recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Avogadro/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Avogadro for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Camwood/InstEd/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging InstEd for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is not required. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/PrestoSoft/ExamDiff/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ExamDiff for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * No special actions required. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Trimble/SketchupViewer/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Trimble Sketchup Viewer for App-V 2 | 3 | The app is easily packaged in App-V and requires no special treatment. 4 | 5 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/WinMerge/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging WinMerge for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Enabling VFS Writes are recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/ConEmu/ConEmuPack/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ConEmuPack for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Firefox/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Firefox for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/PasswordDepot/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Password Depot for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/ProjectLibre/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Project Libre for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/R/R Language/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging R (Language) for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/mRemoteNG/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging mRemoteNG for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Audacity/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Audacity for App-V 2 | 3 | The app is easily packaged in App-V: 4 | * Remove AppData\Local exclusion. 5 | * Allow VFS Writes. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/DosBox_Blockout/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Anaconda for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/LibreOffice/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Libre Office for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/MainApp/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Notepad++ for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/ReverseDNS/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ReverseDNS for MSIX 2 | 3 | The app is easily packaged in MSIX and requires no special treatment when used on recent Operating Systems. 4 | 5 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/TMEdit/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging TMEdit for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Thunderbird/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Thunderbird for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/RDAnalyzer/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging RDAnalyzer for MSIX 2 | 3 | The app is easily packaged in MSIX and requires no special treatment when used on recent Operating Systems. 4 | 5 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppV_Manage/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging AppV_Manage for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/WinSCP/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging WinSCP for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/ContinuumAnalytics/Anaconda/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Anaconda for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Blender/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Blender for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Remove AppData/Local exclusion. 6 | * Allow VFS Writes option is recommended. 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/DosBox_Blockout/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Anaconda for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net MainApp/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Paint.Net (Main app) for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/ProjectLibre/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Project Libre for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with or without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppVManifestEditor/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging AppV Manafest Editor for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * No special options are recommended. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/VirtualEngine/Ace/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Ace for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 and requires no special treatment. 4 | 5 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | 8 | ## Contributors 9 | 10 | | Contributor | Name | Date | 11 | |----|----|----| 12 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/Postman/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Postman for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) due to missing Context menu. 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/MikTex/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging MikTex for App-V 2 | 3 | This app has been packaged for App-V successfully. 4 | 5 | * Remove AppData\Local exclusion 6 | * Allow VFS Writes is recommended. 7 | 8 | 9 | 10 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/PkZip/WinZip/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging WinZip for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * The LocalAppData exclusion must be removed. 6 | * Allow VFS Writes option is recommended. 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Postman/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Postman for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * The LocalAppData exclusion must be removed. 6 | * Allow VFS Writes option is recommended. 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/VoidTools/Everything/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Everything for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | 5 | 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Blender/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Blender 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Installation and Testing must be performed on a machine with a GPU. Virtual Machines without a GPU will give an error at start and refuse to run. 6 | One shortcut should be present. 7 | * Launch primary app from shortcut. Dismiss the opening menu, click on the cube and move it around or rotate it. Close without saving. 8 | * Open a previously created .blend file using the FTA in Explorer. Click `Render-->View Animation` in the menu. Close once the animation starts. 9 | -------------------------------------------------------------------------------- /docs/Windows/Devolutions/RemoteDesktopManager Free/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Remote Desktop Manager (free) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/IrfanView/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging IrfanView for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * See generic InstallConfigure details. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/Plugin-Compare/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Notepad++ plugin compare 2 | 3 | By default the app will install a plugin into the user programs folder `Notepad++\PlugIns` by default. 4 | 5 | 6 | ## DLL copy installer 7 | 8 | Copy the dll file into the PlugIns folder of Notepad++. Obviosly Notepad++ must be present first! 9 | 10 | 11 | ## SilentInstallHQ 12 | Silent Install HQ provides no information on the silent install of Notepad++ plugins. 13 | 14 | ## Typical Configuration Items 15 | 16 | None 17 | 18 | 19 | ## Installed Components worth noting 20 | 21 | None -------------------------------------------------------------------------------- /docs/Windows/IrfanView/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging IrfanView for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | * Follow generic InstallConfigure instructions. 5 | 6 | 7 | Testing on Windows 10/11 indicates![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/MathMechanixs/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Math Mechanixs for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes is recommended. 6 | * You might want to remove extra shortcuts. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppVManifestEditor/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging AppV Manaifest Editor (AVME) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/ConEmu/ConEmuPack/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ConEmuPack 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Installs with 1 shortcut. 6 | * Launch. Make sure the top right of the window does not show that a newer version is available. 7 | * Check any other configuration you may have set. 8 | * Modify the configuration (Hamburger menu). When the dialog appears, if it cannot get write access to the xml configuration file, the save button will be disabled. Ensure the user can make configuration changes. Close the app and start again and check if the configuration changes stuck. -------------------------------------------------------------------------------- /docs/Windows/Adobe/AdobeReader DC/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging AdobeReader DC for App-V 2 | 3 | Adobe actively supports repackaging of Adobe Reader DC into App-V. 4 | 5 | The vendor website includes a complete recipe for packaging to App-V. 6 | 7 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Aurelitec/Thumbico/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Thumbico for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 The PSF was not required. 4 | 5 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) that make this application a bad candidate at this time. 6 | 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 14 | 15 | -------------------------------------------------------------------------------- /docs/Windows/Calibre/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Calibre 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Installs with 6 shortcuts (you might remove some on your install). 6 | * Launch `ebook Management` shortcut. Configure as prompted, and when it exits will will start the main app. There should be a sample e-book. 7 | * Edit the sample book, change a text and save. 8 | * Start a new ebook. Save. 9 | * View book in `e-book viewer` shortcut. 10 | * Start LRF Viewer. If you have any LRF files, open them, otherwise close. 11 | * Test the `Get Involved` and `User Manual` shortcuts. 12 | -------------------------------------------------------------------------------- /docs/Windows/Ensoft/APile/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Ensoft APile for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Removal of the AppData\Local exclusion is required. 6 | * Allow VFS Writes option is recommended. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Ensoft/LPile/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Ensoft LPile for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Removal of the AppData\Local exclusion is required. 6 | * Allow VFS Writes option is recommended. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Ensoft/Shaft/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Ensoft Shaft for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Removal of the AppData\Local exclusion is required. 6 | * Allow VFS Writes option is recommended. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Foxit Software/Foxit Reader/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Foxit Reader for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * See generic InstallConfigure details. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/MathMechanixs/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Math Mechanixs 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Verify number of shortcuts present (6, unless some were removed). 6 | * Lauch primary app. 7 | * * If not preconfigured via ini, there will be first time EULA, Tutorial, Update Check, and TipOfTheDay 8 | * * If preconfigured, there should be no EULA, Tutorial, Updates, or TipOfTheDay. 9 | * * Save a file (It saves as .mtx), probably to the desktop. 10 | * * Change a setting, close and reopen the app and verify the change sticks. 11 | * * Verify the FTA (.mtx) 12 | 13 | -------------------------------------------------------------------------------- /docs/Windows/Devolutions/RemoteDesktopManager Free/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Remote Desktop Manager (free) for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended but might not be required. 6 | 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/ImageGlass.org/ImageGlass Kobe/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ImageGlass Kobe for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * See generic InstallConfigure details. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Microsoft/SSMS/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging SSMS for App-V 2 | 3 | This app is easily packaged for App-V, but has issues. 4 | 5 | * Allow VFS Writes is recommended. 6 | * Launch fails, possibly the app still has unsupported COM+. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Siemens/JT2Go/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing JT2Go 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Launch app, there should be no upgrade prompt or eula. 6 | * Change a config(File-->Preferences-->3D Loader-->Other-->Show Load Failure Dialogs), confirm it is sticky. 7 | * Open file in TestResources-DWG. Make sure you can open the file. There is no FTA so this is done from the file menu of the app. 8 | * Reopen app. In the funky center menu, pick the showcase and select an app. The browser should offer to Open it. Say yes (You will have to verify that it is OK). This tests the protocol handler. -------------------------------------------------------------------------------- /docs/Windows/Avogadro/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Avogadro for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required as is the FRF. 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/ConEmu/ConEmuPack/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ConEmuPack for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher and FRF are required. 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Ensoft/Shaft/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Ensoft Shaft for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required as is the FRF. 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Gimp/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Gimp for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * After install, copy configuration file with desired settings under `Program Files\Gimp 2`. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/LibreOffice/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Libre Office for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required as is the FRF. 5 | 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge). 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Siemens/JT2Go/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging JT2Go for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. Regmove LocalAppData exclusion. 6 | * See product customizations in InstallConfigure. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Trimble/SketchupViewer/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Trimble Sketchup Viewer for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 and TMEditX. 4 | 5 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 6 | 7 | TMEditX was only needed to fix a missing FTA issue. 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 14 | 15 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppV_Manage/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging AppV_Manage for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Mostly%20Works-yellow?style=for-the-badge). The configuration of AppV_Manage features uses HKLM which is not supported in MSIX. 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Blender/MicrosoftStoreAndModificationPackage-MSIX.md: -------------------------------------------------------------------------------- 1 | # Microsoft Store Package for Blender and Modification Package for MSIX 2 | 3 | Blender offers a MSIX based package from the Windows Store. 4 | * It is still free. 5 | * The original package posted in the store had issues. 6 | * Newer versions are now in the Store but have not been tested. 7 | 8 | 9 | 10 | Testing has not been performed on the Store version. 11 | 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/ObsStudio/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging OBS Studio for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Leaving the AppData/Local exclusion is recommended. Otherwise clean out the DirectX3d files if captured. 6 | * Allow VFS Write is recommended. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Camwood/InstEd/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging InstEd for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required because we need RegLegacyFixup with standard rules. 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Opera/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Opera for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * Remove AppData\Local exclusion 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) support of the app. The app used to work well under App-V but newer versioins have a yet-to-be-diagnosed issue. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/RarLab/WinRAR/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing WinRAR 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present, assuming other 3 removed. 6 | * Launch App. 7 | * * Check any preconfiguration if added during packaging. 8 | * * Change a setting. Close/reopen, check if sticky. 9 | * Verify FTA for .zip added WinRar to the list. 10 | * Right-click on any regular (non zip) file to test for Context Menu. 11 | * Drop a file onto an existing .RAR file and ensure it is added. 12 | * If in a Sharepoint environment, open an archive from the share, change it and verify the changed version is updated in Sharepoint. 13 | -------------------------------------------------------------------------------- /docs/Windows/Zoom/Client/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Zoom Client for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF FileRedirectionFixup added via TMEditX 2.3. 4 | * The VFS\AppData folder and contents were also removed. 5 | 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge) support of the app. 8 | 9 | 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Opera/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Opera for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with or without PSF using TMEditX. 4 | * The PsfLauncher and FRF are needed (file based configuration in Program Files) if any pre-configration is attempted. 5 | 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/TeamViewer/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Teamviewer for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * After install, import reg file with desired settings. 7 | * Remove the unwanted Teamviewer.lnk file from the desktop if desired. 8 | 9 | 10 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/BeekeeperStudio/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging BeeKeeperStudio for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Removal of the AppData\Local exclusion is required. 6 | * Allow VFS Writes option is recommended. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge) support of the app. This is because we have not yet discovered how to disable the update check. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/TeamViewer/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging TeamViewer for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | * After install, import reg file with desired settings. 5 | * Remove the unwanted Teamviewer.lnk file from the desktop if desired. 6 | 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/Ensoft/Shaft/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Ensoft Shaft 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * NOTE: This testing assumes that there is no license and testing will be in demo mode. 6 | * There should be 4 shortcuts (assuming Uninstall was removed). 7 | * Lauch Shaft app into demo mode. Close. 8 | * Launch from .sf8d file extension. 9 | * Test shortcut to User's Manual. Should go to default pdf app. 10 | * Test shortcut to Technical Manual. This is a file with extension .ein and Shaft doesn't supply a program for this filetype, so you should be prompted for a program to run. 11 | * test key enquire shortcut. This should popup with no key. 12 | 13 | -------------------------------------------------------------------------------- /docs/Windows/mRemoteNG/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing mRemoteNG 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Make sure the native LocalAppData `mRemoteNG` folder is cleared out prior to testing. 6 | * One (or more if not removed) shortcut should be present. 7 | * Launch app from shortcut. 8 | * * Withoug preconfig, updates will appear. Turn off in preconfig, but an oobe configuration prompt will appear anyway. This cannot be helped. 9 | * * Verify settings per any preconfiguration. 10 | * * Change a setting, close, reopen and verify settings change stick. 11 | * * Make a remote connection. 12 | * * Close and reopen app, make sure connection remains in the list. 13 | -------------------------------------------------------------------------------- /docs/Windows/LoginConsultants/ACDC v2/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ACDC (V2) 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Launch the app using 'Run as Administrator'. 6 | * * Ensure the App-V Client is enabled, if not enable it. 7 | * * Change a configuration option to the App-V Client. 8 | * * Close/Reopen and ensure setting is still present. 9 | * Launch app normally as standard user. 10 | * * If configured with an App-V Publishing Server, refresh applications. 11 | * * Run a different App-V app and change configuration in it and close it. 12 | * * In ACDC, perform a data repair on that app. Then restart the app and verify previous configuration change is gone. 13 | 14 | -------------------------------------------------------------------------------- /docs/Windows/Seabreg/RegShot/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging RegShot for MSIX 2 | 3 | The app is easily packaged in MSIX and requires no special treatment when used on recent Operating Systems. 4 | 5 | If used on older versions of Windows 10, the FileRedirectionFixup might be required should the user need to modify configuration (unlikely). 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Filezilla/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Filezilla for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Remove AppData\Local exclusion. 6 | * Allow VFS Writes option is recommended. 7 | * After install, copy xml file with desired settings under AppData\Local. 8 | * Remove unnecessary shortcut to `Uninstall`. 9 | 10 | 11 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/ImageGlass.org/ImageGlass Kobe/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ImageGlass Kobe for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * Follow generic InstallConfigure instructions. 5 | * PsfLauncher is required as is the FRF. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) . 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net MainApp/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Paint.Net (Main app) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with PSF using TMEditX. 4 | * If you plan to have plugin packages using the Modification Package method, this package must be installed using VFS pathing. 5 | 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Telerik/Fiddler/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Fiddler for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * After install, import reg file with desired settings. 7 | * Remove the uninst.exe from the program folder. 8 | * While monitoring, run 'EnableLoopback.exe -All' 9 | 10 | 11 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/WinSCP/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing WinSCP 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * There should be one shortcut (assuming desktop was removed). 6 | * Launch app and check preconfig 7 | * Connect to an ftpsite (or even just get an access denied from a real one) 8 | * Save a site in the configuration, close/reopen app and ensure sticky. 9 | * Test protocol handler (type dav:\\servername from a web browser. Should switch apps to winscp. It's OK if the site doesn't exist as long as you get an error from WinSCP. 10 | * Test a .filetype (from TestResrouces folder). 11 | * Test Copyhook handler by copying a file from a site to the local system (network requires configuration). -------------------------------------------------------------------------------- /docs/Windows/Calibre/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Calibre for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required for the two 'extra' shortcuts. 5 | * While there are xml files in the package, these are not modified so the FRF is not recommended. 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net Plugins/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Paint.Net Plugin for App-V 2 | 3 | This plugin is easily packaged for App-V. 4 | 5 | * The original Paint.Net package is needed. 6 | * Use the PlugIn Wizard and select the existing Paint.Net package to be expanded. 7 | * You will need to create an App-V Connection Group to test. 8 | 9 | 10 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/Plugin-Compare/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Notepad++ Plugin for App-V 2 | 3 | This plugin is easily packaged for App-V. 4 | 5 | * The original Notepad++ package is needed. 6 | * Use the PlugIn Wizard and select the existing NotepadPlusPlus package to be expanded. 7 | * You will need to create an App-V Connection Group to test. 8 | 9 | 10 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/ObsStudio/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging OBS Studio for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with or without PSF. 4 | * The app appears to work without the PSF. 5 | * For good meansure, using the PSF with FRF would be recommended as we suspect some files might get updated in production use. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net Plugins/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Paint.Net plugin Shape3d 2 | 3 | By default the Shape3d plugin will install a plugin into the user programs folder `paint.net\Effects`. Most plug-ins to paint.net go under Effects, but there are also plugins for file types that go under `paint.net\File Types`. 4 | 5 | 6 | ## DLL copy installer 7 | 8 | Copy the dll file into the apporirate PlugIns folder of Paint.Net. Obviosly Paint.Net must be present first! 9 | 10 | 11 | ## SilentInstallHQ 12 | Silent Install HQ provides no information on the silent install of Paint.Net plugins. 13 | 14 | ## Typical Configuration Items 15 | 16 | None 17 | 18 | 19 | ## Installed Components worth noting 20 | 21 | None -------------------------------------------------------------------------------- /docs/Windows/Sigil/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging Sigil for App-V 2 | 3 | This app is easily packaged for App-V. 4 | 5 | * Allow VFS Writes option is recommended. 6 | * After install, remove second shortcut for uninst000. 7 | * After install, create the %localappdata%\sigil-ebook\sigil folder and copy a modified sigil.ini file as described in InstallConfigure. 8 | 9 | 10 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/mRemoteNG/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging mRemoteNG for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 both with or without PSF. 4 | * InstalledLocationVirtualiation is required to be added to the AppXManifest. 5 | * The PsfLauncher is required if any of the shortcuts (other than the primary app) are desired. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | November 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Active State/ActivePython/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ActivePython for App-V 2 | 3 | The app is easily packaged in App-V using Sequencer 2004: 4 | 5 | * VFS Write option is needed. 6 | * Using TMEdit to fix Shortnames is recommended; testing without this did not show any issues with the app, but the amount of testing was insuficient to rule out needing the change. 7 | 8 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/LoginConsultants/ACDC v2/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ACDC (V2) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | * You might want to add a shortcut, but hide it in a lesser viewed folder of the start menu (such as Windows Accessories) on Windows 7. On Windows 10 you might use a less interesting name. 5 | 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 8 | 9 | 10 | ## Contributors 11 | 12 | | Contributor | Name | Date | 13 | |----|----|----| 14 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/CyberDuck/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing CyberDuck 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Installation involves a service. Verify if Bonjour service is present and running by using the Windows Services Control Panel (services.msc) 6 | * One shortcuts should be present. 7 | * Launch app from shortcut. 8 | * Connect to an appropriate resource and test appropriately. For example, for an FTP Site: 9 | * * Make a connection. 10 | * * Drag and drop a file from an external windows explorer window onto a folder on the ftp site. Make sure it copies. 11 | * * Edit a text based file on the FTP site by rightclick and open in notepad. Make a change in notepad and save the file. It should automatically update the FTP site. 12 | -------------------------------------------------------------------------------- /docs/Windows/LoginConsultants/ACDC v2/Packaging-AppV.md: -------------------------------------------------------------------------------- 1 | # Packaging ACDC (V2) for App-V 2 | 3 | This app is easily packaged for App-V Sequencer 2004. 4 | 5 | * No special App-V tricks are needed. 6 | * You might want to add a shortcut, but hide it in a lesser viewed folder of the start menu (such as Windows Accessories) on Windows 7. On Windows 10 you might use a less interesting name. 7 | 8 | 9 | Testing on Windows 7/10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Aurelitec/Thumbico/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Thumbico 2 | 3 | By default the app will install into the program files folder by default. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## EXE installer 10 | 11 | * For a silent installation, use arguments '/S'. 12 | 13 | ## SilentInstallHQ 14 | 15 | Silent Install HQ provides no information on the silent install of this app. 16 | 17 | ## Typical Configuration Items 18 | 19 | This identifies the most commonly interesting configuration items in the application. 20 | 21 | * None. 22 | 23 | ## Installed Components worth noting 24 | 25 | * The program installs mostly into Program Files. 26 | * -------------------------------------------------------------------------------- /docs/Windows/Filezilla/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Filezilla for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * After install, copy xml file with desired settings under AppData\Local. 5 | * Remove unnecessary shortcut to `Uninstall`. 6 | * PsfLauncher is required as is the RegLegacy, and EnvVar fixups. 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/MikTex/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing MikTex 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Verify number of shortcuts present (6, unless some were removed). 6 | * Lauch primary app MikTex (TexWorks). 7 | * * Change icon settings in the menu Edit->Preferences. Close/reopen and verify that changes appear. 8 | * * Use menu Help-->Settings and resources, click on link to ensure that AppData\Local was mapped. 9 | * Open a sample .tex file using the FTA command verb. 10 | * * Click the Typeset button in the open document. NOTE: There will be a prompt to "install" a component, but this is not a product install as much as an install from the product to a file in the folder containing what is needed. After this, Pdf should render into a new window. 11 | 12 | -------------------------------------------------------------------------------- /docs/Windows/7-Zip/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing 7-Zip 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcuts should be present (unless the chm is not desired). 6 | * Launch the app. 7 | * Verify app is configured as desired (if any). 8 | * Verify ability to change app configuration, close and ensure changes stick. 9 | * Check FTAs by viewing a .7z file. 10 | * Verify icons of .Zip files in explorer show as desired. 11 | * Look for a context menu when right-click on a DIRECTORY (look for 7-zip in the menu list). 12 | * Look for a Context menu when right-click on a file (look for things like create name.zip or update name.zip or add to name.zip). 13 | * Drag and drop a file onto a .7z file and ensure file is added. 14 | * If help shortcut is published, test it. -------------------------------------------------------------------------------- /docs/Windows/Sigil/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Sigil for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMEditX. 4 | * After install, remove second shortcut for uninst000. 5 | * After install, create the %localappdata%\sigil-ebook\sigil folder and copy a modified sigil.ini file as described in InstallConfigure. 6 | * PsfLauncher is required as is the FRF. 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/Telerik/Fiddler/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Fiddler for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMeditX. 4 | * After install, import reg file with desired settings. 5 | * Remove the uninst.exe from the program folder. 6 | * While monitoring, run 'EnableLoopback.exe -All' 7 | * PsfLauncher is required as is the RegLegacy, and EnvVar fixups. 8 | 9 | 10 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge). 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/Foxit Software/Foxit Reader/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Foxit Reader for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * Follow generic InstallConfigure instructions. 5 | * You might also remove the disabled service. 6 | * PsfLauncher is required as is the FRF. 7 | * RegLegacyFixup should not be used or app will hangup on shutdown. 8 | 9 | 10 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/ContinuumAnalytics/Anaconda/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Anaconda for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * The [{Personal}] folder exclusion should be removed from all tooling before repackaging. 5 | * PsfLauncher is required as is the FRF. 6 | 7 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). These issues were from the use of the Microsoft MSIX Packaging Tool; perhaps other tooling will work. 8 | 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | -------------------------------------------------------------------------------- /docs/CaptureFilters/Processes/ReadMe.md: -------------------------------------------------------------------------------- 1 | # Capture Filters: Processes 2 | 3 | This is the folder for information on setting up application capture filters for Processes. 4 | 5 | Some recapture tools allow you to specify process filters, supporting the ability to ignore file/registry activity by these processes. Some don't. And App-V does this dynamically so you don't have to worry about it for that packaging. 6 | 7 | It is important not only to document the items we typically want cleaned out of repackaging efforts, but to: 8 | 9 | * `Entry`: Document what the thing(s) is/are being removed. 10 | * `Explanation`: What is is/Why it isn't needed. 11 | * `Exceptions`: Any special situations where it should not be removed. 12 | 13 | The information provided assumes packaging on x64 systems. 14 | 15 | | Entry | Explanation | Exceptions | 16 | |----|----|----| 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/PasswordDepot/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Password Depot for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with or without PSF using TMEditX. 4 | * The PsfLauncher and FRF are needed (file based configuration in Program Files). 5 | * It is necessary to keep shell extensions out of the package manifest due to duplicate guid issues. It is unclear if these are really needed. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge) due to missing Context menu. 9 | 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/BeekeeperStudio/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging BeeKeeperStudio for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * PsfLauncher is required as is the FRF. 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Mostly%20Works-yellow?style=for-the-badge). 7 | 8 | NOTE: This app is built using Electron, and may require additional PSF support not yet written. This app also includes it's own copy of detours so this app is probably just a bad idea under MSIX. 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | September 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/LibreOffice/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Libre Office 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Eight shortcuts should be present. 6 | * Launch Draw app from shortcut. 7 | * * Tip of the Day will appear unless turned off during capture. 8 | * * Ensure no updates were detected. 9 | * * Make a change in the Tools/Options. Close/Reopen app and ensure stickiness. 10 | * * In the Tools/Options/Fonts menu, check the `Apply Replacement Table` checkbox. Then pull down the font list. You should see a font with the name `David Libre`. 11 | * Launch the other major apps to confirm they start up. 12 | * Open a file from file explorer that has a `.doc` file type. 13 | * Check some of the shell extensions: 14 | * * ?? 15 | * Create a new file by right clicking in an open area of file explorer. 16 | 17 | -------------------------------------------------------------------------------- /docs/Windows/Audacity/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Audacity for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * The Launcher and FRF are needed due to files in AppData. 5 | 6 | 7 | Testing on Windows 10 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) support of the app. 8 | * The app complains about the cfg file, althogh we see it being read. The app will only close. This app used to work in MSIX, so we suspect this may be the well known registry bug. 9 | 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/Microsoft/PowerBIDesktop/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Power BI Desktop for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. Adding the PSF to this app causes a CLR issue, so best to avoid. 4 | 5 | 6 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge). This rating is given when the app is deployed without a license. An error dialog appears on the first run, but appears to be benign and does not reappear. Since this is an app used by power users that seems OK to ignore. 7 | 8 | 9 | ## Contributors 10 | 11 | | Contributor | Name | Date | 12 | |----|----|----| 13 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Windows/MathMechanixs/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Math Mechanixs for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 both with and without the PSF using TMEditX. 4 | * The PSF Launcher is required for file and url based shortcuts, however you might not want those anyway. 5 | * Other PSF components are not required for this app as tested, however the FRF may prove to be needed in certain situations for UAT not caught in a smoke test. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Filezilla/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Filezilla 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present (assuming uninstall was removed). 6 | * Launch Filezilla app from shortcut. 7 | * Ensure no updates are detected. 8 | * In Site Manager, add a new site. Configure to attach to a test FTP site; connect and make sure data is present. 9 | * Close and reopen tool and ensure site is still present in the Site Manager. 10 | * Attach again to test site. Drag and drop a folder from an explorer window into the site. Copy it back out to another local location in explorer. 11 | * right click on a file on the ftp file that is a text file (txt, xml, log, etc...). Ensure it transfers over and modify the file. When you save the file locally, Filezilla should detect this and offer to transfer it back. 12 | -------------------------------------------------------------------------------- /docs/Windows/DosBox_Blockout/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing DosBox plus Blockout 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * One shortcut should be present. 6 | * Launch the app. DosBox should load and automatically start the game. 7 | * Play the game. Have some fun, but remember that you are at work (see `Personal Note 1`)! 8 | 9 | `Personal Note 1`: I once hired a team of five people to play video games all day. This was back when we were SoftwareWOW, (which later turned into Softricity and was bought/renamed to Microsoft App-V). We sent a young woman to drive up to the loading docks of nearby businesses to recruit them. This was back in 2000, and I needed testers that could get to level 23 of the hardest games of the day, like RealPlayer, to be sure they worked OK when streamed. I didn't hire you. So get back to work! - Tim 10 | -------------------------------------------------------------------------------- /docs/Windows/WinMerge/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging WinMerge for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 and TMEditX was used. 4 | * The MMPT will, by default, ignore the shortcut to the help file. TMEditX will restore this using PsfLauncher. 5 | * There are user customizations for things like colors. These are ini and xml files in the program folder area. The PSF FRF was added. 6 | * Missing ExecutionAlias entries were added to the manifest. 7 | 8 | 9 | 10 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 11 | 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/Techsmith/Camtasia/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Camtasia for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 without the PSF. 4 | * FileRedirectionFixup might be needed to enable writing to a wide variety of ini and xml files, but see next issue. 5 | * EdgeWebView2 does not work from inside the package. Deployint this externally to clients did not work either. 6 | 7 | NOTE: Earlier versions of Camtasia did not include WebView2 requirement and worked great under MSIX. 8 | 9 | 10 | 11 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/Active State/ActivePython/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ActivePython for MSIX 2 | 3 | The app has been packaged in MSIX with the PSF. 4 | 5 | * PsfLauncher is required for some of the shortcuts. 6 | * The FRF is needed for the developer to configure their environment. 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) that make this application a bad candidate at this time. 9 | 10 | * The issues seem to come from the Microsoft MSIX Packaging Tool, so perhaps repackaging using a different vendor might help. 11 | * It might be necessary to force the install to Program Files, however this was not attempted. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/Solibri/SolibriOffice/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Solibri Office for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMEditX. 4 | * PSFLauncher, FileRedirectionFixup and DynamicLibraryFixup are needed. 5 | * TMEditX was used to add FONTS into the AppXManifest. 6 | 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). 10 | 11 | The app includes a copy of a Java JRE, however it isn't being found by the app when launched in the container. This needs more investigation, but seems like it is the known runtime issue with the registry. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/Dbeaver/MicrosoftStoreAndModificationPackage-MSIX.md: -------------------------------------------------------------------------------- 1 | # Microsoft Store Package for Dbeaver and Modification Package for MSIX 2 | 3 | DBeaver offers a MSIX based package from the Windows Store. 4 | * It is still free. 5 | * There is no offline license available, making it hard for internal automated distribution. 6 | * Microsoft Store feedback indicates it might not be up-to-date, but given how often the github releases occur, it might still be reasonable. 7 | * Microsoft Store feedback indicates feature issues. These may be due to a lack of information/workflow to add in plugins. 8 | 9 | 10 | 11 | Testing has not been performed on the Store version, nor producing plugin integrations of pre-configuration. 12 | 13 | 14 | 15 | ## Contributors 16 | 17 | | Contributor | Name | Date | 18 | |----|----|----| 19 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/VirtualEngine/Ace/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ACE 2 | By default the app will install into a `Virtual Engine\ACE` folder under the apprpriate 32-bit Program Files folder. 3 | 4 | ## Project Evergreen 5 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 6 | 7 | ## MSI based installer 8 | 9 | Normal MSI parameters are available for quick/passive/silent installation. 10 | 11 | ## Typical Configuration Items 12 | 13 | This identifies the most commonly interesting configuration items in the application. 14 | 15 | * The product does not currently have an autoupdater built in. 16 | * The product does not have any configuration settings. 17 | 18 | ## Installed Components worth noting 19 | 20 | * The application installs with one shortcut. 21 | * The installed app does not use AppData local or roaming folders, however the runtime will use the temp folder for temporary storage. -------------------------------------------------------------------------------- /docs/Windows/Dbeaver/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Dbeaver (Community Edition) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | 5 | ## WIP 6 | Without the PSF we get an inability to load jvm.dll message. However procmon trace shows it is loaded into memory OK,but then looks for VCRUNTIME140.dll which is not found. It is in the package as vcruntime140.dll. 7 | 8 | Dynamic library should help, but possibly a case issue? 9 | 10 | LSO on the folder for jre/bin solves it. Still don't know what causes native install to find this... 11 | 12 | 13 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 14 | 15 | 16 | 17 | ## Contributors 18 | 19 | | Contributor | Name | Date | 20 | |----|----|----| 21 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 22 | 23 | -------------------------------------------------------------------------------- /docs/Windows/Telerik/Fiddler/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing Fiddler 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcuts should be present. 6 | * Launch primary Fiddler app from shortcut. 7 | * You may notice a warning about it beind an old version and do you want to check for updates. Ignore. 8 | * There should be no prompt to join CEP program (if disabled via registry as part of the install). 9 | * There should be no prompt for the imersive container setting (assuming taken care of via registry settings during install). 10 | * The font settins should be at 10pt (assuming taken care of via registry settings during install). 11 | * Verify that you can modify a setting, close/reopen Fiddler and ensure the change sticks. 12 | * Open a browser to confirm that you can scan traffic. 13 | * Click WinConfig. There should be items in the list not present on the client, so say OK to those, select all and save. This should not fail due to lack of elevation. 14 | -------------------------------------------------------------------------------- /docs/Windows/R/R Language/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging R (Language) for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMEditX. 4 | * Only the PSfLauncher is needed, because there are both 32 and 64-bit exes with the same name that need a shortcut. 5 | 6 | The application attempts to install an FTA on .RData with a shell integration verb command using the same 'open' verb to start the 32 and 64 bit RGui.exe, one on .rdata and other on .RData. MSIX cannot handle this and you must choose one or the other, but usually this means the 64 bit version. 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 10 | 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/RDAnalyzer/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for RDAnalyzer 2 | 3 | There is no installer from the vendor for this app, just a standalone EXE. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app at this link https://stealthpuppy.com/apptracker/#rdanalyzer. 7 | 8 | ## SilentInstallHQ 9 | 10 | Silent Install HQ provides no information on the silent install of this app. 11 | 12 | 13 | ## Manual Install 14 | * Create a folder, such as `C:\Program Files\RDAnalyzer`. 15 | * Copy the exe file into that folder. 16 | * Create a shortcut to the executable. 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * None. 23 | 24 | ## Installed Components worth noting 25 | 26 | * The application installs into program files. 27 | * There is one shortcut. 28 | * There are no FTA, shell extensions, protocol handlers, or services. 29 | -------------------------------------------------------------------------------- /docs/Windows/ReverseDNS/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ReverseDNS 2 | 3 | There is no installer from the vendor for this app, just a standalone EXE. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## Manual Install 10 | * Create a folder, such as `C:\Program Files\ReverseDNS`. 11 | * Copy the exe file into that folder. 12 | * Create a shortcut to the executable. 13 | 14 | ## SilentInstallHQ 15 | 16 | Silent Install HQ provides no information on the silent install of this app. 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * None, except or default language if needed. 23 | 24 | ## Installed Components worth noting 25 | 26 | * The application installs into program files. 27 | * There is one shortcut. 28 | * There are no FTA, shell extensions, protocol handlers, or services. 29 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppV_Manage/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing AppV_Manage 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | * Two shortcuts should be present. 6 | * Launch primary Fiddler app from shortcut. 7 | * You may notice a warning about it beind an old version and do you want to check for updates. Ignore. 8 | * There should be no prompt to join CEP program (if disabled via registry as part of the install). 9 | * There should be no prompt for the imersive container setting (assuming taken care of via registry settings during install). 10 | * The font settins should be at 10pt (assuming taken care of via registry settings during install). 11 | * Verify that you can modify a setting, close/reopen Fiddler and ensure the change sticks. 12 | * Open a browser to confirm that you can scan traffic. 13 | * Click WinConfig. There should be items in the list not present on the client, so say OK to those, select all and save. This should not fail due to lack of elevation. 14 | -------------------------------------------------------------------------------- /docs/Windows/TMurgent/AppVManifestEditor/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for AppV Manifest Editor (AVME) 2 | 3 | By default the app will install into the user programs folder (x86) by default. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | ## MSI based installer 9 | 10 | The main exe installer supports passive and silent installation. There are no other interesting options. 11 | 12 | The installer adds a shortcut to the start menu. 13 | 14 | ## SilentInstallHQ 15 | Silent Install HQ provides no information on the silent install of this app. 16 | 17 | ## Typical Configuration Items 18 | 19 | This identifies the most commonly interesting configuration items in the application. 20 | 21 | * The product does not have an updater. 22 | 23 | 24 | ## Installed Components worth noting 25 | 26 | * The application has no configuration. 27 | * The app installer does not write to AppData\Local or Roaming. -------------------------------------------------------------------------------- /docs/Windows/Microsoft/VSCode/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging VSCode for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 both with the PSF using TMEditX. 4 | * The PSF Launcher, with FRF are recommended. 5 | * TMEditX is also used to add the 2 fonts to the manifest.. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) . 9 | 10 | While the basic product is fine, Extensions are having an issue. So while it would be possible to build a package with the extensions already in there, it just isn't a reasonable way to deploy. While the FRF should help, the issue is how the app tries to do file work in two different parts, leading to different redirection paths generated. 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /docs/Windows/LoginConsultants/ACDC v2/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ACDC (V2) 2 | 3 | The application is delivered in a zip file without an installer. In the archive will be a 32 and 64 bit version of the application exe, and a PDF Documentation file. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## ZIP based installer 10 | 11 | Unpack and place the appropriate version of the exe on the file system. As this is a tool should only by used by the help desk, this might be a less obvious location than Program Files. Likewise, you might not want to create a shortcut. 12 | 13 | 14 | ## SilentInstallHQ 15 | Silent Install HQ provides no information on the silent install of this app. 16 | 17 | ## Typical Configuration Items 18 | 19 | This identifies the most commonly interesting configuration items in the application. 20 | 21 | * None. 22 | 23 | ## Installed Components worth noting 24 | 25 | * None. 26 | -------------------------------------------------------------------------------- /docs/Windows/VideoLan/VlcPlayer/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging VlcPlayer for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 and TMEditX was used to fix up the package: 4 | 5 | MMPT: 6 | * It is necessary to remove unwanted shortcuts while in monitoring mode. The MMPT becomes confused due to the same start names 'VLC media player' and 'VLC media player - reset preferences and cache files'. 7 | TMEditX: 8 | * PsfLauncher and FileRedirectionFixup will be needed. 9 | * Missing FTA Shell Verb commands restored. 10 | * 2 missing fonts restored. 11 | * LoaderSearchOrder and ExecutionAlias added. 12 | 13 | 14 | 15 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) support of the app. 16 | 17 | 18 | ## Contributors 19 | 20 | | Contributor | Name | Date | 21 | |----|----|----| 22 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Windows/WinSCP/MicrosoftStoreAndModificationPackage-MSIX.md: -------------------------------------------------------------------------------- 1 | # Microsoft Store Package for WinSCP and Modification Package for MSIX 2 | 3 | WinSCP offers a MSIX based package from the Windows Store. 4 | * It is paid for, but they hope you consider it a dontation. 5 | * The package supports migrating an existing user with their configuration intact. This is done by uninstalling the native version using the option to keep configuration data, then installing the new MSIX package. This configuration is kept in the native windows registry. 6 | * You can create a modification package for new users with just the registry setting inside the container. If applied to a system with native registry settings these would override those settings. 7 | 8 | 9 | 10 | Testing has not been performed on the Store version. 11 | 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/PrestoSoft/ExamDiff/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging ExamDiff for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with or without PSF using TMEditX. 4 | * PsfLauncher is required if shortcuts to the read me or what's new are left in the package. 5 | * There is an issue with being able to set and save some registry configuration. This is something that RegLegacyFixup cannot fix. It is possible to overcome this limitation by including all configuration options in the package originally, which will allow the end-user to modify them. As the options are very important in this app, you can probably live without them. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 9 | 10 | 11 | ## Contributors 12 | 13 | | Contributor | Name | Date | 14 | |----|----|----| 15 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/Windows/Zoom/Client/Testing.md: -------------------------------------------------------------------------------- 1 | # Testing ZoomClient 2 | 3 | The following tests should be considered to determine the application fidelity when repackaging. 4 | 5 | **Testing requires two machines, ideally at least one has a camera and mic.** 6 | 7 | * There should be one shortcut (assuming desktop was removed). 8 | 9 | On the first machine with camera/mic, Launch app: 10 | * Log in to an account (it may be a free account). 11 | * Agree to firewall change. 12 | * Start a meeting. Get an invite code and password. 13 | 14 | On the second machine, launch app: 15 | * You can log into a different account, or just supply a name without an account. 16 | * Join the meeting id provided and password. 17 | 18 | On first machine: 19 | * Share the screen. Ensure screen sharing works along with audio/video. 20 | * Test whiteboard by sharing screen and selecting the whiteboard. 21 | 22 | On the second machine (that is watching): 23 | * Select the options menu at the top and request remote control. 24 | * First machine must approave. 25 | * On the second machine you should not be able to draw. 26 | -------------------------------------------------------------------------------- /docs/Windows/Adobe/AdobeReader DC/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging AdobeReader DC for MSIX 2 | 3 | The app has been packaged in MSIX with the PSF. 4 | 5 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 6 | * PsfLauncher is required as is the FRF. 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Mostly%20Works-yellow?style=for-the-badge), and any company considering MSIX deployment should througly test the package. 9 | 10 | * Internet Explorer integration is not possible with MSIX. When this is not an issue at your company, the validation is raised to ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge). 11 | * The other most noticable issue is that the License Agreement popup appears. 12 | 13 | 14 | 15 | ## Contributors 16 | 17 | | Contributor | Name | Date | 18 | |----|----|----| 19 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/Camwood/InstEd/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for InstEd 2 | By default the app will install into a `instedit.com` folder under the apprpriate Program Files folder. 3 | 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## MSI based installer 10 | 11 | Normal MSI parameters are available for quick/passive/silent installation. 12 | 13 | ## SilentInstallHQ 14 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=INstEd 15 | 16 | ## Typical Configuration Items 17 | 18 | This identifies the most commonly interesting configuration items in the application. 19 | 20 | * The product does not have an update detector built in. 21 | * Configuration testing not performed, but typically not needed. 22 | 23 | ## Installed Components worth noting 24 | 25 | * The application installs with one shortcut. 26 | * There is one new FTA, for file type PCP. .MSM and .MST FTAs are updated. 27 | * No Shell extensions. -------------------------------------------------------------------------------- /docs/Windows/MikTex/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging MikTex for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 both with and without the PSF using TMEditX 2.4. 4 | * The `MiKTex Console` shortcut and the respository folder were removed after installation. 5 | * The PSF Launcher, and FRF fixups are used as suggested; DynnamicDll and RegLegacyFixup should also be added using default settings. 6 | * The Microsoft MSIX Packaging tool ignores the considerable number of fonts that are an important part of this package. TMEditX takes care of this easily, but otherwise a manual edit to the AppXManifest file would be needed. 7 | 8 | 9 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge), however additional debugging is warrented. 10 | 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | July 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Tim Mangan (MVP) 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /docs/Windows/Calibre/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Calibre 2 | By default the app will install into a `Calibre` folder under the apprpriate Program Files folder. 3 | 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 8 | 9 | 10 | ## MSI based installer 11 | 12 | Normal MSI parameters are available for quick/passive/silent installation. 13 | 14 | ## SilentInstallHQ 15 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=Calibre 16 | 17 | ## Typical Configuration Items 18 | 19 | This identifies the most commonly interesting configuration items in the application. 20 | 21 | * The product has an update detector built in. 22 | * Configuration testing not performed. 23 | * On windows 10/11 you might want to rename the shortcuts to all start with Calibre so that they lump together. Some might be removed also. 24 | 25 | ## Installed Components worth noting 26 | 27 | * The application installs with six shortcuts. Two (`Get Involved` and `User Manual`) are often removed. -------------------------------------------------------------------------------- /docs/Windows/BeekeeperStudio/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for BeeKeeper Studio 2 | 3 | By default the app will install into the user programs folder by default. 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#beekeeperstudio 8 | 9 | ## EXE based installer 10 | 11 | 12 | The main exe installer supports passive installation: 13 | * Use '/passive' (upper case) for silent installation. 14 | 15 | The installer adds a shortcut to the start menu and to the desktop. 16 | 17 | ## SilentInstallHQ 18 | Silent Install HQ currently provides no information on the silent install of this app. 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The product does not have an autoupdater. 25 | * Other customizations were not tested. 26 | 27 | ## Installed Components worth noting 28 | 29 | * The application install uses both AppData\Local and AppData\Roaming folders. 30 | * The app has an update check, but have not determined how to disable it yet. -------------------------------------------------------------------------------- /docs/Windows/ConEmu/ConEmuPack/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ConEmuPack 2 | By default the app will install into a `ConEmu` folder under the apprpriate Program Files folder. 3 | 4 | ## Project Evergreen 5 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 6 | 7 | 8 | ## EXE based installer 9 | 10 | * For the 64-bit version use '/p:x64' 11 | * For silent installation use '/qn' 12 | 13 | ## SilentInstallHQ 14 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=ConEmu 15 | 16 | ## Typical Configuration Items 17 | 18 | This identifies the most commonly interesting configuration items in the application. 19 | 20 | * The product has an update detector built in. 21 | * Configuration is stored in an xml file in the user's AppData\Roaming folder (not under a subfolder). 22 | * You might want to remove the duplicate desktop shortcut. 23 | 24 | ## Installed Components worth noting 25 | 26 | * The application uses AppData\Roaming. 27 | * There is an update detection that may be configured off in the xml based configuration file. -------------------------------------------------------------------------------- /docs/Windows/Ensoft/Shaft/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Ensoft Shaft 2 | 3 | By default the app will install into the user programs folder by default. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## EXE based installer 10 | 11 | 12 | The main exe installer supports passive installation: 13 | * Use '/silent /hide [EULA_accept]=Yes /[License]=single'. 14 | 15 | The installer adds a shortcut to the start menu to uninstall that should be removed. 16 | 17 | ## SilentInstallHQ 18 | Silent Install HQ currently provides no information on the silent install of this app. 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The product does not have an autoupdater. 25 | * The product does have a dongle license, we are testing in 'demo mode' without it. 26 | 27 | ## Installed Components worth noting 28 | 29 | * The application install uses both AppData\Local and AppData\Roaming folders. 30 | * There is one FTA (.sf8d) but no shell extensions. -------------------------------------------------------------------------------- /docs/Windows/UltraVNC/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging UltraVNC for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 and likely requires no special treatment. 4 | * The MMPT will, by default, ignore the duplicate desktop shortcuts. It will also, by default, ignore the shortcut to the program installation folder. This is probably desirable. If the latter is reqired, PsfLauncher will be needed. 5 | 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge)) support of the app. 9 | 10 | 11 | # WIP 12 | Starting the 'Settings" it tried to find a native key HKLM\System\CurrentControlSet\Services\bam\UserSettings\S-1-5-21-..-1105 which it finds, and then query value on same\UltraVNC_hash which it does not! There appear to be values in this form for other packages, but not this one. I also see "white" on the start menu. 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/7-Zip/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging 7-Zip for MSIX 2 | 3 | The app is easily packaged in MSIX and requires little special treatment: 4 | 5 | * The shortcut to the .chm file may be ignored by some packaging tools. This is usually OK, but the PSF PsfLauncher may be used to make this available. 6 | 7 | This app was packaged on Windows 10 21H2 using the Microsoft MSIX Packaging Tool version 1.2022.330. It was enhanced by editing with TMEditX to inject the PSF Launcher to make the chm file shortcut available. 8 | 9 | Testing on Windows 10 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge) support of the app. 10 | * Some of the Shell Extensions are not available. 11 | 12 | Testing on Windows 11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge)support of the app. 13 | * The shell extensions are available thanks to the Desktop9 schema extensions. 14 | 15 | 16 | ## Contributors 17 | 18 | | Contributor | Name | Date | 19 | |----|----|----| 20 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 21 | 22 | -------------------------------------------------------------------------------- /docs/Windows/Blender/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Blender 2 | By default the app will install into a `Blender Foundation` folder under the apprpriate Program Files folder. 3 | 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 8 | 9 | 10 | ## MSI based installer 11 | 12 | Normal MSI parameters are available for quick/passive/silent installation. 13 | 14 | ## SilentInstallHQ 15 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=Blender 16 | 17 | ## Typical Configuration Items 18 | 19 | This identifies the most commonly interesting configuration items in the application. 20 | 21 | * The product does not currently have an autoupdater built in. 22 | * File based configuration file under the AppData\Roaming folder. 23 | 24 | ## Installed Components worth noting 25 | 26 | * The application installs with one shortcut. 27 | * The application avoids windows integrations to be portable. 28 | * The ability for end-users to add extensions/plugins is accomplished by additional files in the user's AppData/Roaming folder. -------------------------------------------------------------------------------- /docs/Windows/Microsoft/SSMS/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging SSMS for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 both with and without the PSF using TMEditX. 4 | * The PSF Launcher, FRF, and EnvVarFixups are recommended. 5 | * The launch of the primary app fails; possibly it still uses unsupported COM+. 6 | 7 | 8 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge) . 9 | 10 | There is a blog post claiming that a MSIX package can work by manually turning off part of the container virtual registry, in essence using pass through keys. I did not verify that this solves all problems with the package, but looks promising until Microsoft solves the container registry issue that we are seeing on a number of apps. See https://techcommunity.microsoft.com/t5/windows-dev-appconsult/azure-virtual-desktop-avd-packaging-the-sql-server-management/ba-p/3457856 11 | 12 | ## Contributors 13 | 14 | | Contributor | Name | Date | 15 | |----|----|----| 16 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Templates/Template_Testing.md: -------------------------------------------------------------------------------- 1 | # Testing APP 2 | 3 | The purpose of the Testing file is to document a "smoke test" verification of the packaged app. Such a test is generally focused on ensuring that the installed repackaged app is completely present, including the various forms of application access (like Shortcuts, FTAs, Shell Extensions, and Protocol Handlers), that the app starts up reasonably (such as without EULA or Updaters), and that personal settings of the app may be made and saved. Each app should have a Testing file. 4 | 5 | This style of test is usually different than a User Acceptance Test, which focuses on ensuring full functionality to perform the task. 6 | 7 | Please remove the boiler plate at and above this line, then edit the example below. 8 | _____ 9 | 10 | 11 | The following tests should be considered to determine the application fidelity when repackaging. 12 | 13 | * XXX shortcuts should be present. 14 | * Launch the app. 15 | * * There should be no EULA displayed. 16 | * * User should not be prompted for updates. 17 | * * Verify app is configured as desired (if any). 18 | * * Verify ability to change app configuration, close and ensure changes stick. 19 | * Check FTAs by viewing a .XXX file. 20 | * Other... 21 | -------------------------------------------------------------------------------- /docs/Windows/Siemens/JT2Go/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging JT2Go for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMEditX. 4 | * Installation was done using typical edits of the cmd file provided by the vendor. 5 | * Additionally, due to a current bug in the containerized registry, it is necessary to pre-create the registry `HKCU\Software\JT2Go_Retained\13.3\Common\C\VPSearch\LocationCache` (for version 13.2.xxx) to avoid a runtime issue involving this key. 6 | * It is possible to pre-authorize the license agreement via registry as well. 7 | * PsfLauncher with FileRedirectionFixup. It also seems to migrate the external manifest file "Registration-free COM" private registration into the AppXManifest file (TMEditX 2.4 and above support automating this migration). 8 | 9 | 10 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) at this time. 11 | 12 | 13 | ## Contributors 14 | 15 | | Contributor | Name | Date | 16 | |----|----|----| 17 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Windows/Techsmith/Snagit/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging SnagIt for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF and FileRedirectionFixup using TMeditX. 4 | * FileRedirectionFixup might be needed to enable writing to a wide variety of ini and xml files. 5 | * TMEditX was used for the following fixups to the package produced by the MSIX Packaging Tool: 6 | * * Context Menus (you may choose to fix either "*" or "Directory" but not both due to AppXManifest limitations). 7 | * * Image Handler. 8 | * * Missing Fonts. 9 | * * ExecutionAlias for Snagit32.exe. 10 | 11 | 12 | 13 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). The application includes a component, SnagPriv.exe, that is started in the background with uiaccess to enable it to read the screen. It seems like this might not be possible currently under MSIX without making the SnagIt capture runasadmin. 14 | 15 | 16 | ## Contributors 17 | 18 | | Contributor | Name | Date | 19 | |----|----|----| 20 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /docs/Windows/Solidworks/DraftSight/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging DraftSight for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.512 with the PSF using TMEditX with the PSF FileRedirectionFixup. 4 | * You must disable the Advertized Shortcuts for installation. 5 | * Remove the unwanted shortcut from the desktop if desired. 6 | * PsfLauncher is required for the shortcut in order to support the required command line argument. 7 | * FileRedirectionFixup is recommended due to configuration files in the package that might be changed. 8 | * TMEditX was used to add the Shell Extensions to the AppXManifest Shared handlers are not supportable at this time so you may apply a given handler to only one file type. 9 | * TMEditX was used to add in the missing fonts to the AppXManifest. 10 | 11 | 12 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Major%20Issues-critical?style=for-the-badge). 13 | 14 | App crashes upon start. Not diagnosed. 15 | 16 | 17 | ## Contributors 18 | 19 | | Contributor | Name | Date | 20 | |----|----|----| 21 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/MainApp/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Notepad++ for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and edited in TMEditX with PSF, DynanicDll and EnvVar fixups. 4 | * The PsfLauncher and FRF are needed, possibly for file based xml files in Program Files, but if preconfiguration in AppData\Roaming is used. 5 | * The Package Name may not include the '+' charactor, so many people replace this with the word 'Plus'. 6 | * If you plan to have plugin packages using the Modification Package method, this package must be installed using VFS pathing. 7 | 8 | 9 | Testing on Windows 10 indicates ![badge](https://img.shields.io/badge/-High%20Confidence-green?style=for-the-badge). The issue preventing full fidelity is that the support for the type of Shell Extension Context Menu is only supported in MSIX packages on Windows 11. 10 | 11 | Testing on Windows 11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/Avogadro/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Avogadro 2 | 3 | By default the app will install into a `C:\Program Files (x86)\Avogadro` folder. 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 8 | 9 | 10 | ## EXE based installer 11 | 12 | There is a dependency VC Runtime that must be installed prior to the main install. It is the 2010 x86 version 10.0.40219.325 installer. 13 | * This is an exe installer that supports '/norestart /q' for silent installation 14 | 15 | The main exe installer supports silent installation: 16 | * Use '/SD' (upper case) for silent installation. 17 | 18 | The installer adds a shortcut to uninstall that should be removed. It also adds a shortcut (url) to the vendor site which is commonly removed also. 19 | 20 | ## SilentInstallHQ 21 | Silent Install HQ currently provides no information on the silent install of this app. 22 | 23 | ## Typical Configuration Items 24 | 25 | This identifies the most commonly interesting configuration items in the application. 26 | 27 | * The product does not have an autoupdater. 28 | * Other customizations were not tested. 29 | 30 | ## Installed Components worth noting 31 | 32 | * The application installs with three shortcuts. -------------------------------------------------------------------------------- /docs/Windows/TMurgent/TMEdit/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for TMEdit 2 | 3 | The application is delivered in a setup exe installer. By default it installs to the Progam Files area. 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 8 | 9 | 10 | ## EXE based installer 11 | 12 | Installer supports a silent installation. It has an embedded MSI, so use: 13 | * Use "/exenoui /qn" 14 | 15 | ## SilentInstallHQ 16 | Silent Install HQ provides no information on the silent install of this app. 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * Registration must be done by the end user. 23 | * 24 | 25 | ## Installed Components worth noting 26 | 27 | * 1 Shortcut 28 | * 1 FTA (.appv) with Shell Integration Command. 29 | * No Shell Extensions, Protocol Handlers, or Services. 30 | * The app installer does not install anything in the user's AppData\Local or Roaming folders. 31 | * The app has a notification for updates that is not configurable. It does not perform the update but allows the end-user to download an updated installer into the browser downloads folder. The update notice isn't prominent. 32 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Firefox/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Firefox for MSIX 2 | 3 | `NOTE`: Firefox is now available from the Microsoft Store. However creating your own customized package is also possible when you don't want to use the Microsoft Store. 4 | 5 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without PSF. 6 | * During the install, the maintenance service was disabled. It may be advantagious to remove this unnecessary service while in monitoring mode. Otherwise, the AppXManifest will be marked for the service capability and elevation is needed when manual installation of this package is performed by a standard user (but typically not an issue for software deployment tools) 7 | * Although the package has many ini and xml files, these are not routinely changed during production use of the software, so the FRF is not needed. 8 | * PsfLauncher is required as is the RegLegacy, and EnvVar fixups. 9 | 10 | 11 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Mostly%20Works-yellow?style=for-the-badge). 12 | 13 | 14 | 15 | ## Contributors 16 | 17 | | Contributor | Name | Date | 18 | |----|----|----| 19 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/DosBox_Blockout/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for DosBox_Blockout 2 | 3 | By default the app will install into a `C:\DOSBox` folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## EXE based installer 10 | 11 | We install two components. 12 | 13 | First install DosBox. Then the target app is installed (unpacked) and we configure DosBox to automatically start the app in the DOS Autoexec.bat file. 14 | 15 | The DosBox installer adds extra shortcuts we want to remove for production. For extra credit, you change the DosBox shortcut to use an appropriate application icon and name. 16 | 17 | ## SilentInstallHQ 18 | Silent Install HQ currently provides no information on the silent install of this app. 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The product does have an autoupdater. Like they didn't even exist back then. We didn't have the internet of today, just dial-up modems to usenet. 25 | 26 | ## Installed Components worth noting 27 | 28 | * The DosBox application installs with two shortcuts and we remove one. 29 | * AppData folders are not used as they didn't exist back then. -------------------------------------------------------------------------------- /docs/Windows/Postman/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Postman 2 | 3 | By default the app will install under a `AceBit` folder in the Program Files folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#postman 7 | 8 | ## EXE based installer 9 | 10 | The EXE installer supports is unpackager that then relaunches itself. This can be automated with the following: 11 | 12 | ```ps1 13 | WRITE-HOST "Note: Installer relaunches itself, so pause and wait for it by name" 14 | Start-Process "$($executingScriptDirectory)\Postman-win64-9.8.2-Setup.exe" -ArgumentList '-s' -NoNewWindow -Wait 15 | Start-Sleep 10 16 | Wait-Process 'Postman-win64-9.8.2-Setup' -Timeout 600 17 | ``` 18 | 19 | ## SilentInstallHQ 20 | 21 | Silent Install HQ provides this information on the silent install of this app: https://silentinstallhq.com/?s=postman. 22 | 23 | ## Typical Configuration Items 24 | 25 | This identifies the most commonly interesting configuration items in the application. 26 | 27 | * None identified 28 | 29 | ## Installed Components worth noting 30 | 31 | * The application installs into AppData/Local. 32 | * There is one shortcut installed. 33 | * There are no FTA, Shell Extensions, Protocol Handlers, Services. 34 | -------------------------------------------------------------------------------- /docs/Windows/Seabreg/RegShot/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for RegShot 2 | 3 | There is no installer from the vendor for this app, just a standalone EXE. There are both 32 and x64 builds, and each are available in ANSI versus Unicode builds. The x64 Ansi version is probably what you want. Also grab the `language.ini` file. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## Manual Install 10 | * Create a folder, such as `C:\Program Files\Regshot`. 11 | * Copy the exe file into that folder. 12 | * Copy a `language.ini` file into that folder. 13 | * Optionally copy a `regshot.ini` file into that folder. This can be created by running the app and configuring. 14 | * Create a shortcut to the executable. 15 | 16 | ## SilentInstallHQ 17 | 18 | Silent Install HQ provides no information on the silent install of this app. 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * None, except or default language if needed. 25 | 26 | ## Installed Components worth noting 27 | 28 | * The application installs into program files. 29 | * There is one shortcut. 30 | * There are no FTA, shell extensions, protocol handlers, or services. 31 | -------------------------------------------------------------------------------- /docs/Windows/R/R Language/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for R (Launguage) 2 | 3 | By default the app will install under a `R` folder in the Program Files folder. 4 | 5 | This documentation is only for the R Language only. Quite often this might be packaged with another app that depends on R, or deployed as a connected group. 6 | 7 | ## Project Evergreen 8 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 9 | 10 | ## EXE based installer 11 | 12 | The EXE installer may be silently installed: 13 | * For example: '/SP- /SILENT /SURPRESSMSGBOXES ' 14 | 15 | The application has file-based configuration that is not generally used. 16 | 17 | ## SilentInstallHQ 18 | 19 | Silent Install HQ provides no information on the silent install of this app. 20 | 21 | ## Typical Configuration Items 22 | 23 | This identifies the most commonly interesting configuration items in the application. 24 | 25 | * None. 26 | 27 | ## Installed Components worth noting 28 | 29 | * The application installs into program files. 30 | * There are two shortcuts installed, one for 32-bit and one for 64-bit. They both point to an exe named RGui.exe in different folders. 31 | * There is a new FTA (.RData) that has a shell integration verb command. 32 | * There are no shell extensions, protocol handlers, or services. 33 | -------------------------------------------------------------------------------- /docs/Windows/Active State/ActivePython/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ActivePython 2 | By default the app will install into a `C:\Python3x` folder under the apprpriate Program Files folder. 3 | 4 | ## Project Evergreen 5 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 6 | 7 | ## MSI based installer 8 | 9 | Normal MSI parameters are available for quick/passive/silent installation. 10 | 11 | ## SilentInstallHQ 12 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=ActivePython 13 | 14 | ## Typical Configuration Items 15 | 16 | This identifies the most commonly interesting configuration items in the application. 17 | 18 | * The product does not currently have an autoupdater built in. 19 | * The product does not have any configuration settings needed as the developer will set up their environment post-installation. 20 | 21 | ## Installed Components worth noting 22 | 23 | * The application installs with four shortcuts. One is to a cmd prompt, one is to the python.exe interactive shell, the other two are cmd/bat files. 24 | * The install includes an AppPaths registration and change to the Path environment variable. 25 | * The installed app does not use AppData local or roaming folders, however the runtime will use the temp folder for temporary storage. -------------------------------------------------------------------------------- /docs/Windows/CyberDuck/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging CyberDuck for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 without the PSF. 4 | * If pre-configuration is needed, the PSF with FRF would be required. 5 | * Modification of the AppXManifest to add ExecutionAlias is recommended. This may be done manually in the manifest editor of the MMPT or button-click in TMEditX: 6 | 7 | ``` xml 8 | 9 | ... 10 | 11 | 12 | ... 13 | 14 | ... 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | ... 23 | 24 | ... 25 | 26 | ``` 27 | 28 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 29 | 30 | 31 | 32 | ## Contributors 33 | 34 | | Contributor | Name | Date | 35 | |----|----|----| 36 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 37 | 38 | -------------------------------------------------------------------------------- /docs/Windows/PkZip/WinZip/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging WinZip for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 with the PSF using TMEditX 2.3. In TMEditX, the following changes were needed: 4 | * PsfLauncher with FileRedirectionFixup need to be added. 5 | * Missing Preview Handlers should not be fixed at this time because the same Com dll is used for different types and the Manifest does not yet support this. 6 | * Manifest has no support for the DropHandlers yet. 7 | * Missing Shell integration verbs for 'print' can be fixed if needed. 8 | * Missing Protocol Handler should be fixed. 9 | * Missing ExecutionAlias entries should be fixed. 10 | * Missing LoaderSearchOrder entry should be fixed. 11 | 12 | 13 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Mostly%20Works-yellow?style=for-the-badge) due to: 14 | * App elevates on launch. Unknown cause. 15 | * Missing Context menu, even on Windows 11. 16 | * Dropping a file/folder on a zip file once you make WinZip the default for .zip files doesn't add to zip file but acts as a copy/move to the folder that the zip file is in. 17 | 18 | 19 | 20 | ## Contributors 21 | 22 | | Contributor | Name | Date | 23 | |----|----|----| 24 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | June 2022 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /docs/Windows/Devolutions/RemoteDesktopManager Free/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Remote Desktop Manager (free) 2 | 3 | By default the exe installer for this app will install into folder under `Program Files (x86)\Devolutions\Remote Desktop Manager Free`. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## MSI based installer 10 | The MSI installer appears to only have the typical MSI options. 11 | 12 | 13 | 14 | 15 | ## SilentInstallHQ 16 | Silent Install HQ provides no information on the silent install of this app. 17 | ## Typical Configuration Items 18 | The application has an update detector. This may be defeated by using a preconfigured file and adding it into the installation folder. You can use the UI to configure everything that you want, then extract the "RemoteDesktopManagerFree.cfg" file and adding this into the deployment. Sites and passwords are stored in other areas. To manually add the entry to this file, use: 19 | 20 | false 21 | 22 | ## Installed Components worth noting 23 | * The app installs into Program Files (X86). 24 | * There is one shortcut for the app plus another .url for help. 25 | * There are no FTAs, but there is a URL (rdm). 26 | * There are no Shell Extensions or Services, but lots of COM. 27 | -------------------------------------------------------------------------------- /docs/Windows/Mozilla/Thunderbird/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Thunderbird for MSIX 2 | 3 | 4 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 both with and without the PSF. 5 | * During the install, the maintenance service was disabled. It may be advantagious to remove this unnecessary service while in monitoring mode. Otherwise, the AppXManifest will be marked for the service capability and elevation is needed when manual installation of this package is performed by a standard user (but typically not an issue for software deployment tools) 6 | * Although the package has some ini files, these are not routinely changed during production use of the software, so the FRF may not be not needed, however it was used our packaging just in case. 7 | * When the PSF was included, PsfLauncher is required as is the EnvVar fixup; FRF is also recommended. 8 | * Testing without the PSF also passed the 'smoke test', but we are more comfortable with the PSF in the package for production use on this app. 9 | 10 | 11 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/RealTimeBoard/MiroDesktop/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Mira Desktop for MSIX 2 | 3 | The app has been packaged in MSIX using the Microsoft MSIX Packaging Tool 1.2022.512 with using TMEditX to inject the PSF. The Launcher and FileRedirectionFixup are required. 4 | 5 | The MSI version of the installer (without updates) was used. 6 | * The MSI version supports silent ('/q') and passive ('/passive') options. No other parameters of significance were found. 7 | * After the MSI is installed, the command placed in the Run key must be executed. This is ` "C:\Program Files\Miro Installer\RealtimeBoard.exe" --checkInstall `. 8 | * That command will run in the background. It is necessary to wait for it to complete. If using an installation script, a sleep for 3 minutes should be sufficient. 9 | 10 | 11 | Testing on Windows 10/11 indicates [MSIX](Packaging-MSIX.md) | ![badge](https://img.shields.io/badge/-Work%20In%20Progress-blue?style=for-the-badge) support of the app, with the following notes: 12 | 13 | * First launch of the app by the user was slow. Subsequent launches seem fine. 14 | * No account was available to test, so UAT testing is really needed to confirm this result. 15 | 16 | 17 | 18 | ## Contributors 19 | 20 | | Contributor | Name | Date | 21 | |----|----|----| 22 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | May 2022 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Windows/Trimble/SketchupViewer/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Trimble SketchupViewer 2 | 3 | The application is delivered in a setup exe installer. By default it installs to the Progam Files area. 4 | 5 | 6 | ## Project Evergreen 7 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 8 | 9 | 10 | ## EXE based installer 11 | 12 | Installer supports a silent or passive installation: 13 | * Use '/silent' or '/passive' 14 | 15 | ## SilentInstallHQ 16 | Silent Install HQ provides no information on the silent install of this app. 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * The installer puts an extra shortcut on the desktop 'SketchUp Viewer 2021.lnk' and a log file 'ViewerInstallShield.log'. These are typically removed. 23 | * Other configuration options were not tested, however there is a EULA that might be disabled. 24 | 25 | ## Installed Components worth noting 26 | 27 | * The setup exe uses InstallShield for the framework. It has an embedded msi and installs a version of the VC Runtime (vc140). 28 | * 1 FTA (.skp) with Shell Integration Command and ShellNew entry. 29 | * No Shell Extensions, Protocol Handlers, or Services. 30 | * The app installer does not install anything in the user's AppData\Local or Roaming folders. 31 | -------------------------------------------------------------------------------- /docs/Windows/PrestoSoft/ExamDiff/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ExamDiff 2 | 3 | By default the app will install under a `ExamDiff` folder in the Program Files (x86) folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## EXE based installer 10 | 11 | The EXE installer supports silent installation, for example: 12 | * '/SILENT /NORESTART' 13 | * '/VERYSILENT /NORESTART' 14 | 15 | 16 | ## SilentInstallHQ 17 | 18 | Silent Install HQ provides this information on the silent install of this app: https://silentinstallhq.com/?s=ExamDiff 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The application uses the registry for configuration. 25 | * The application does not have an update mechanism. 26 | * Remove desktop shortcut if not desired. 27 | * Remove both 'Uninstall ExamDiff.lnk' shortcuts (global and personal start menus). 28 | * Consider removing the 'Readme.lnk' and 'Whats New.lnk' shorcuts from start menu. If not, for Windows 10/11 consider renaming them to start with ExamDiff in the name. 29 | 30 | ## Installed Components worth noting 31 | 32 | * There are no FTAs or Shell Extensions, or other integrations. 33 | * The installer does not add files to the AppData\Local or Roaming folders. 34 | -------------------------------------------------------------------------------- /docs/Windows/VideoLan/VlcPlayer/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for VlcPlayer 2 | By default the app will install under the apprpriate Program Files folder. 3 | 4 | ## Project Evergreen 5 | Project Evergreen AppTracker provides information and sources for installers for this app at https://stealthpuppy.com/apptracker/#videolanvlcplayer . 6 | 7 | ## Silent Install 8 | SilentInstallHQ provides information on this app at https://silentinstallhq.com/?s=VLC . 9 | 10 | ## EXE based installer 11 | 12 | Supports silent installation, for example '/S'. 13 | 14 | ## MSI based installer 15 | 16 | Supports silent ('/qn') or passive ('/passive') options. 17 | 18 | ## Typical Configuration Items 19 | 20 | The app stores configuration only after first run. This includes a setting for the autoupdate. We can pre-configure this and copy to the user's appdata\roaming\vlc folder. There will be three files to be copied. 21 | 22 | 23 | ## Installed Components worth noting 24 | 25 | * The application installs with a lot of shortcuts to the start menu and one to the destop. Typically,only one shortcut is desired for this app. 26 | * Removal of uninstall.exe is possible. 27 | * The application has a lot of FTA, each with multiple command verbs. 28 | * The application has no Shell Extensions, or Protocol handlers. 29 | * The application has no services 30 | * The application places some installers in the %localappdata% are that are not required. -------------------------------------------------------------------------------- /docs/Windows/TeamViewer/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for TeamViewer 2 | 3 | By default the app will install into the user programs folder by default. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#teamviewer 7 | 8 | ## EXE based installer 9 | 10 | 11 | The main exe installer supports passive installation: 12 | * Use '/S' for silent installation. 13 | 14 | The installer adds a shortcut to the start menu and to the desktop. Often removing the desktop shortcut is desired. 15 | 16 | Preconfiguraton to defeat the updater is available in the registry. See sample reg file below: 17 | 18 | ```reg 19 | Windows Registry Editor Version 5.00 20 | 21 | [HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer] 22 | "UpdateChannel"=dword:00000001 23 | "AutoUpdateMode"=dword:00000003 24 | "UpdateCheckInterval"=dword:00000002 25 | ``` 26 | 27 | ## SilentInstallHQ 28 | Silent Install HQ provides this information on the silent install of this app: https://silentinstallhq.com/?s=teamviewer 29 | 30 | ## Typical Configuration Items 31 | 32 | This identifies the most commonly interesting configuration items in the application. 33 | 34 | * The product does have an autoupdater. 35 | * Installer placed a "TeamViewer" shortcut on the desktop. 36 | * Other customizations were not tested. 37 | 38 | ## Installed Components worth noting 39 | 40 | * 41 | -------------------------------------------------------------------------------- /docs/Windows/Gimp/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Gimp for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and enhanced by editing with TMEditX to inject the PSF. 4 | * After install, copy configuration file with desired settings under `Program Files\Gimp 2`.. 5 | * PsfLauncher is required as is the FRF. 6 | * It is also neccessary to add a package level extension to the AppXManifest for two directories for loadsearchpathorder as shown below: 7 | 8 | ```xml 9 | 10 | ... 11 | 12 | ... 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | ... 23 | 24 | ``` 25 | 26 | 27 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge). 28 | 29 | 30 | ## Contributors 31 | 32 | | Contributor | Name | Date | 33 | |----|----|----| 34 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/Windows/ContinuumAnalytics/Anaconda/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Anaconda 2 | 3 | By default the app will install into a `C:\Anaconda` folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#anaconda 7 | 8 | 9 | ## EXE based installer 10 | 11 | The vendor documentation for installation, including silent install options, is at https://docs.anaconda.com/anaconda/install/silent-mode 12 | 13 | * Use `/S` for silent. 14 | * Use `D=xxx` to set the installation directory. 15 | 16 | See this for defeating the updater: https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#:~:text=EXAMPLE%3A%20To%20set%20the%20auto_update_conda%20option%20to%20False%2C,or%20Anaconda%20Prompt%20by%20running%20conda%20config%20--help. 17 | 18 | ## SilentInstallHQ 19 | Silent Install HQ provides information on the silent install of this app https://silentinstallhq.com/?s=Anaconda 20 | 21 | ## Typical Configuration Items 22 | 23 | This identifies the most commonly interesting configuration items in the application. 24 | 25 | * The product does have an autoupdater. 26 | * Other customizations were not tested. 27 | 28 | ## Installed Components worth noting 29 | 30 | * The application installs with six shortcuts. 31 | * The app installs fonts. 32 | * The app also installs files into the user's Documents folder. -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net MainApp/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Paint.Net (Main App) 2 | 3 | By default the app will install into the user programs folder `paint.net` by default. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#paintdotnetofflineinstaller 7 | 8 | 9 | ## EXE based installer 10 | 11 | The main exe installer supports silent installation and other options. 12 | * For example, use '/auto CHECKFORUPDATES=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 DESKTOPSHORTCUT=0'. 13 | 14 | 15 | ## SilentInstallHQ 16 | Silent Install HQ provides information on the silent install of this app here: https://silentinstallhq.com/?s=paint.net. 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * Plugins are dlls that may be copied into a `Effects` or `FileTypes` folder under the main install, dependent on the type of plugin. 23 | * The product does have an autoupdater. There is an installation option to disable it. 24 | 25 | 26 | ## Installed Components worth noting 27 | 28 | * There is one shortcut. 29 | * There are FTAs, both new and updates to existing. 30 | * There is a Shell Extension (image handler). 31 | * There are FTA shell integraion menus. 32 | * There is an App Paths registration. 33 | * The app does not add files to AppData\Local or Roaming. -------------------------------------------------------------------------------- /docs/Windows/ImageGlass.org/ImageGlass Kobe/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for ImageGlass Kobe 2 | 3 | By default the app will install under a `ImageGlass` folder in the Program Files folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#imageglass 7 | 8 | 9 | ## MSI based installer 10 | 11 | The main exe installer supports passive installation: 12 | * Use '/q RUNAPPLICATION="0" IAGREE="Yes"' for silent installation. These options keep the app from launching after install, and take care of the EULA. 13 | * Remove the desktop shortcut. 14 | * Optionally copy pre-pared igconfig.xml and igstartup.profile file to the AppData/Roaming/ImageGlass folder. 15 | 16 | 17 | ## SilentInstallHQ 18 | Silent Install HQ provides no information on the silent install of this app at this time. 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The igconfig.xml file is the general configuration file. It contains a setting for the AutoUpdater, which is enabled by default. Set as `` to disable. 25 | 26 | 27 | ## Installed Components worth noting 28 | 29 | * The application itself does not install uses the AppData\Roaming or Local folders. 30 | * There are no FTAs or Shell Extensions by default. FTAs may be enabled by the end-user. 31 | -------------------------------------------------------------------------------- /docs/Windows/Filezilla/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Filezilla 2 | 3 | By default the app will install under a `Filezilla` folder in the Program Files folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker provides information and sources for installers for this app https://stealthpuppy.com/apptracker/#filezilla 7 | 8 | 9 | ## EXE based installer 10 | 11 | The main exe installer supports passive installation: 12 | * Use '/S /D=C:\Program Files\Filezilla' for silent installation. 13 | * Remove unnecessary shortcut to `Uninstall`. 14 | 15 | 16 | 17 | ## SilentInstallHQ 18 | Silent Install HQ provides this information on the silent install of this app: https://silentinstallhq.com/?s=Filezilla 19 | 20 | ## Typical Configuration Items 21 | 22 | This identifies the most commonly interesting configuration items in the application. 23 | 24 | * The application uses an xml file for the configuration. This file should be placed as the User's AppData\Local\FileZilla\FileZilla.xml 25 | * The product does have an autoupdater. Set `Update Check` to 0 in the configuration xml file. 26 | * Other customizations were not tested. 27 | 28 | ## Installed Components worth noting 29 | 30 | * The application install uses the AppData\Local folder. 31 | * Two shortcuts are placed, but normally we remove the Uninstall shortcut. 32 | * There is an FTA on DIRECTORY for a CopyHook shell extension. This extension is important functionality to how users typically use the product. 33 | -------------------------------------------------------------------------------- /docs/Windows/IDMComputerSolutions/UltraEdit/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for UltraEdit 2 | 3 | By default the app will install into the user programs folderby default. 4 | 5 | ## MSI based installer 6 | AN MSI installer is directly available from the vendor. It supports the common MSI parameters. 7 | 8 | ## EXE based installer 9 | 10 | The exe installer embeds an msi installer supports passive and silent installation: 11 | * '/s /v"qn"' for silent. 12 | * '/s /v"passive"' for passive. 13 | 14 | The installer adds a shortcut to the start menu. 15 | 16 | ## SilentInstallHQ 17 | Silent Install HQ provides information on the silent install of this app at this link: https://silentinstallhq.com/?s=UltraEdit 18 | 19 | ## Typical Configuration Items 20 | 21 | The application uses an ini file, 'uedit64u.ini', that is placed in the user's AppData/Roaming/IDMCOMP/UltraEdit folder. 22 | 23 | Preconfiguration of the app may be performed by including this file in the package. Change line to 'Check For Updates=0' to disable update checks. 24 | 25 | 26 | 27 | ## Installed Components worth noting 28 | 29 | * The app adds 4 shortcuts, 3 to the main program and one for the uninstaller. 30 | * It is normal to remove the desktop and quick launch versions of the main program and also the uninstaller. 31 | * There are no shell extensions, protocol handlers, or services. 32 | * The product has xml files in the installation area; it is unclear if these might change in use. 33 | * The configuration is a file under AppData\Roaming. -------------------------------------------------------------------------------- /docs/Windows/LibreOffice/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Libre Office 2 | 3 | By default the app will install under a `Filezilla` folder in the Program Files folder. 4 | 5 | ## Project Evergreen 6 | Project Evergreen AppTracker does not provide information and sources for installers for this app when last checked. 7 | 8 | 9 | ## MSI based installer 10 | 11 | The mai installer supports normal options for installation which includes the ability to turn off autoupdates. For example, 12 | * '/qn /norestart ALLUSERS=1 CREATEDESKTOPLINK=0 REGISTER_ALL_MSO_TYPES=0 REGISTER_NO_MSO_TYPES=1 ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=1 ADDLOCAL=ALL UI_LANGS=en_US,fr,es /l "c:\Users\Public\Documents\SequencedPackage\libreoffice.log' 13 | 14 | 15 | ## SilentInstallHQ 16 | Silent Install HQ provides this information on the silent install of this app: https://silentinstallhq.com/?s=Libre+Office 17 | 18 | ## Typical Configuration Items 19 | 20 | This identifies the most commonly interesting configuration items in the application. 21 | 22 | * The application uses a registry based configuration. None were used in this test, other than as shown in the example MSI install command options. 23 | * Other customizations were not tested. 24 | 25 | ## Installed Components worth noting 26 | 27 | * The application install does not use the AppData\Local or Roaming folders. 28 | * Eight shortcuts are added by default. 29 | * ~125 FTAs are added/modified. With a lot of shell extensions. 30 | * There is one protocol handler. 31 | * There are no services. 32 | -------------------------------------------------------------------------------- /docs/Windows/Zoom/Client/InstallConfigure.md: -------------------------------------------------------------------------------- 1 | # Installation and Configuration Notes for Zoom Client 2 | By default the app will install under the apprpriate Program Files folder. 3 | 4 | ## Project Evergreen 5 | Project Evergreen AppTracker provides information and sources for installers for this app here: https://stealthpuppy.com/apptracker/#zoom. 6 | 7 | ## SilentInstallHQ 8 | Silent installation information is not available from SilentInstallHQ for this app at this time. 9 | 10 | ## MSI based installer 11 | 12 | Supports silent ('/q') and passive (/passive) installations. 13 | 14 | 15 | ## Typical Configuration Items 16 | 17 | This identifies the most commonly interesting configuration items in the application. 18 | 19 | * The MSI installer installed into Program Files or (x86). 20 | * The installer adds an extra shortcut to the desktop. 21 | 22 | ## Installed Components worth noting 23 | 24 | * The application installs with one shortcut in the start menu and another on the desktop. 25 | * The application has a service which is needed if you want others to be able to remote control this client's desktop (with permission, of course). 26 | * The installer writes some files to the AppData\Roaming folder for the user as placeholders. This folder may be removed from the package if it is desired to keep the applications appdata use external to a container (MSIX for example). 27 | * There are ini and xml files in the Program Files area which might possibly be written to. 28 | * The application has no shell extensions. 29 | * The application has numerous protocol handlers. 30 | -------------------------------------------------------------------------------- /docs/Windows/Paint.Net/Paint.Net Plugins/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Paint.Net Plugin for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330. 4 | * Adding the PSF to this package is not appropriate as it does not have any entry points. 5 | * Unlike the App-V Sequencer, there is no "expand package" functionality built into the Microsoft MSIX Packageing Tool (MMPT), so you must install Paint.net on the packaging system prior to starting the packaging process (install the same way it was installed in your Paint.Net package). 6 | * Do one of the following: 7 | * * In the MMPT, select the Modification Package option, and select your Paint.Net package so that this modification package will link to the primary package (eliminating the need for creating a connection group). At the client this imposes an installation order (main app prior to plugin) and the plugin appears as an addon to the main app rather than a separate app. 8 | * * In the MMPT, select the New Application Package. You don't reference the main package. At the client, installs may be installed in any order, but you'll need to add a "Shared Package Container" to bring the apps together (Requires Windows 11). 9 | 10 | 11 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) by using the Modification method. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/Windows/Notepad++/Plugin-Compare/Packaging-MSIX.md: -------------------------------------------------------------------------------- 1 | # Packaging Notepad++ Plugin for MSIX 2 | 3 | The software was packaged on Windows 10 21H2 using Microsoft MSIX Packaging Tool 1.2022.330 and edited in TMEditX. 4 | * Adding the PSF to this package is not appropriate as it does not have any entry points. 5 | * Unlike the App-V Sequencer, there is no "expand package" functionality built into the Microsoft MSIX Packageing Tool (MMPT), so you must install NotePad++ on the packaging system priot to starting the packaging process (install the same way it was installed in your NotepadPlusPlus package). 6 | * Do one of the following: 7 | * * In the MMPT, select the Modification Package option, and select your NotePadPlusPlus package so that this modification package will link to the primary package (eliminating the need for creating a connection group). At the client this imposes an installation order (main app prior to plugin) and the plugin appears as an addon to the main app rather than a separate app. 8 | * * In the MMPT, select the New Application Package. You don't reference the main package. At the client, installs may be installed in any order, but you'll need to add a "Shared Package Container" to bring the apps together (Requires Windows 11). 9 | 10 | 11 | Testing on Windows 10/11 indicates ![badge](https://img.shields.io/badge/-Full%20Fidelity-brightgreen?style=for-the-badge) by using the Modification method. 12 | 13 | 14 | ## Contributors 15 | 16 | | Contributor | Name | Date | 17 | |----|----|----| 18 | | [](/media/Contributors/TimMangan.jpg) | TimothyMangan | April 2022 | 19 | 20 | 21 | --------------------------------------------------------------------------------