Okyn
18th July 2007 15:22 UTC
Unzip file from Desktop to PPC
Hi,
I am looking for a easy way to create an installer for PPC which make only two simple things.
The first one is to unzip an zip file from a Desktop to the memory card of a PPC (via ActivSync).
The second is to lunch a CAB install (I made very quickily this part).
I made a script with the examples given on the wiki, but I can only create Directory, or create empty file... but it seems to be impossible to unzip file, or to copy file from Desktop to PPC......
Has anybody a tip or the beginning of a solution ?
Is there any plug-ins I miss to do what I want to do ?
Red Wine
18th July 2007 16:51 UTC
You could unzip the zip file locally and use the instruction File to add file(s) in your installer and extract them on target,
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.5
Okyn
18th July 2007 16:54 UTC
I tried that already, but the function (given on the wiki) used to copy files from desktop to PDA just create file, and not fill them....
zbd
19th July 2007 03:41 UTC
This thread might help
http://forums.winamp.com/showthread....light=file+pda
The only problem is, that it writes out line by line i think.
So you would have to read in the source file line by line also.
Not sure how it works, good luck
Okyn
19th July 2007 09:11 UTC
Thanks for your answer, but I saw this way, and tried it before post here ^^.
This way read a file line by line, but it seems to only read...never write in a file (this give me 0 byte file...).