Hi John, On Sat, 18. Oct 2025 at 00:00:14 -0400, John Zastrow via QGIS-User wrote: > I'm working on a project to bundle QGIS with data to create an easy-to-ship > and use viewer (aka atlas). However, I'm struggling with the portability of > it, and I'm hoping someone can help me get QGIS running as it moves from > computer to computer. The process and progress sections at the link below > explain where I am right now with the .bat file I'm trying to use. > > https://github.com/johnzastrow/mqs/blob/main/docs/qgis_viewer/REQUIREMENTS.MD
Try: REM RunAtlas.bat call "%~dp0\bin\qgis.bat" --postinstall "%~dp0\bin\qgis.bat" --profiles-path "%~dp0\Profiles" --profile "Viewer2" --project "geopackage:%~dp0\data.gpkg?projectName=main_project" Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden https://www.norbit.de QGIS release manager (PSC) Germany IRC: jef on Libera|OFTC
signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827 Datenschutzerklaerung: https://www.norbit.de/83/
_______________________________________________ QGIS-User mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
