

create your SCCM package and the command line will be copy. You choose where to install it, and then new portable app instals will be in that location in relation to main portable apps directory. Think of portable apps as a package installer. You then can run the app wherever that storage medium is. Xcopy "%~dp0portableApp.lnk" "C:\Users\Public\Desktop" /yĭEL /F /S /Q /A make sure that you create the package contents and place them in a location where you'd like them to be deployed to and then send a shortcut from the application out to the desktop and copy back into the sources folder, make sure that the location you are copying the source files is accessible to all users i:e C:\portableApp for example. Install the portable apps program somewhere portable (ie flash drive, NAS, etc).

The syntax of the batch file will be something along the lines of this, you can tidy this it up I am ".\*.*" "C:\PortableApp" /D /E /C /I /Q /H /R /Y /S Also manually pre-create a shortcut from the portable app and place it in the same package source and create a batch file named copy.bat for example and place it in the package also. You could create a package with all the contents of the portable app in it.
