Is there a manual for the PA.com Installer? I'm getting an error, and can't seem to find any documentation. Thanks..
New: OneLoupe (May 1, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
Please post the log, and we can help you with it.
Do you need jest the last few lines, or the whole log file? The last few lines are below.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "C:\Portable\PortableApps\OpenPuffPortable\Other\Source\PortableApps.comInstaller.nsi" on line 1311 -- aborting creation process
If you need the whole thing, look here.
Bill G.
Frozen St. Paul, MN
land of the frozen mosquito
You set an Optional set of files in the installer.ini but didn't specify any files that exist properly, so it errors when it tries to create the optional section of the installer. Likely, you didn't set any at all. Or you specified them incorrectly and it can't find them.
As a general rule, we don't usually do optional files anymore, anyway. It's only appropriate for a small subset of apps where the localization files are huge.
Sometimes, the impossible can become possible, if you're awesome!
I used the base OpenPuff Portable 3.30 Development Test 5. I didn't even look at the installer.ini file. So tell me, what exactly does the following do?
OptionalComponents=true
OptionalSectionDescription=Add English Help File
OptionalFile1=App\OpenPuff\html\doc\OpenPuff_Help_EN.pdf
OptionalSectionDescription=Add Italian Help File
OptionalFile1=App\OpenPuff\html\doc\OpenPuff_Help_IT.pdf
This is the fixed contents of the installer.ini file. These are the help files in PDF format. Dors this mean the PDF's are accessable from the PA.com menu?
Bill G.
Frozen St. Paul, MN
land of the frozen mosquito
Remove the whole installer.ini as keeping it just for some PDFs isn't what it's designed for.
Sometimes, the impossible can become possible, if you're awesome!
Ok, thanks John...
Bill G.
Frozen St. Paul, MN
land of the frozen mosquito