Hi.

On 25/11/2015 14:30, Mario Mey wrote:
I would like to run PureData as similar to a standalone application. I
would like to:
- Have all the files and dirs inside one dir (portable). No installation.

(On Windows) just unzip the the file in any directory. No need to install (I even had Pd run from usb sticks).

- Run a Pure Data patch in Windows with a batch file inside main dir.

Put the patch(es) in the ./bin dir (under the pd dir) and create a .bat (windows batch file) in that dire and add:

start pd.exe mypatch.pd

[...]
- Where should I put KIOSK-plugin files? I repeat, I want the
application not to be installed, I want a portable version.

If you put the two files kiosk-plugin.tcl and kiosk.cfg in the ./extra
(of course modify kiosk.cfg as needed)

Hope this helps

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to