|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Feb 2006
Posts: 1
|
Working on my first script for Pocket PC - Need some help
Hi
I have read through the forums and have used an example off of here to create an install for my application. However it is not working quite right. It displays the readme.txt and eula.txt fine and connects to my Pocket PC fine but the installation screen for the Pocket PC has a bunch of files listed there to select for install/remove (why I don't know) but none are the files contained in my script. It appears that my cabs and .mdb file are being ignored even though they are in the same folder as the readme.txt and eula.txt. Can some someone figure this out for me and point me in the right direction. I am new to this so simple explainations work best for my simple mind. I have pasted my ini file then my installer script. Thanks L ********************* setup.ini start ********************* code: ********************* setup.nsi start ********************* code: |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
CEAppMgr might be looking for the files in the directory that contains setup.ini because you haven't supplied full paths in the setup.ini. Try extracting setup.ini to the same directory as the CABs.
Please attach scripts next time. NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Member
Join Date: Oct 2006
Location: Sydney, Australia
Posts: 76
|
also
code: wouldn't it need to be code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|