You are here

Cant' open script PortableApps.comLauncher.nsi but script is there.

2 posts / 0 new
Last post
cantgetitright
Offline
Last seen: 4 years 8 months ago
Joined: 2019-08-20 04:47
Cant' open script PortableApps.comLauncher.nsi but script is there.

Good morning,

I'm trying to pack my app into a Portable version of it and whilst I setup the dir tree along with some minimal settings in appinfo.ini and in Launcher/AppPortable.ini based on the help pages here in PortableApps.com I can't get the portable apps launcher to create a launcher for my app.

The error is as follows

MakeNSIS v2.46.5-Unicode - Copyright 1995-2009 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Command line defined: "PACKAGE=C:\Users\catgetitright\Desktop\ApppPortable" /DNamePortable=Appp"
Can't open script "Portable /DAppID=ApppPortable /DVersion=2.2.1.0 C:\Users\catgetitright\Downloads\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi"

The PortableApps.comLauncher.nsi script is there.
Dir tree

C:.
├───App
│ ├───AppInfo
│ │ ├───FileTypeIcons
│ │ └───Launcher
│ └───Appp
│ ├───data
│ │ └───trunk
│ ├───release
│ ├───res
│ ├───sounds
│ ├───themes
│ └───Views
│ └───trunk
│ ├───Default
│ ├───Example
│ └───Initial
├───Data
├───DefaultData
└───Other
├───Help
│ └───Images
└───Source

App/AppInfo/appInfo.ini

[Format]
Type=PortableApps.comFormat
Version=3.5

[Details]
Name=Appp Portable
AppID=ApppPortable
BaseAppName=Appp
Publisher=Appp Systems
Homepage=https://www.apppsystems.com/
Donate=
Category=Utilities
Description=ApppName Portable is a tool that does something.
Language=Multilingual
Trademarks=ApppSystems
InstallType=

[License]
Shareable=false
OpenSource=false
Freeware=false
CommercialUse=true
EULAVersion=1

[Version]
PackageVersion=1.37
DisplayVersion=1.37

[SpecialPaths]
Plugins=NONE

[Dependencies]
UsesGhostscript=optional
UsesJava=no
UsesDotNetVersion=

[Control]
Icons=1
Start=StellarPrice.exe
ExtractIcon=App\Appp\Appp.exe
ExtractName=App\Appp\Appp.exe
BaseAppID=%BASELAUNCHERPATH%\App\Appp\Appp.exe

[Associations]
FileTypes=html,htm,xhtml,xhtm,xht,shtml
FileTypeCommandLine=/Open=%1
FileTypeCommandLine-extension=/OpenExtension=%1
Protocols=http,https,gtp,gopher
ProtocolCommandLine=--protocolhandler=%1
ProtocolCommandLine-protocol=--http:%1
SendTo=true
SendToCommandLine=-multiplefiles "%1"
Shell=true
ShellCommand=/idlist,%I,%L

[FileTypeIcons]
swf=video
ttp=custom
qwe=app

App/AppInfo/Launcher/ApppPortable.ini

[Launch]
ProgramExecutable=Appp\release\Appp.exe

[Environment]
PATH=%PATH%;%PAL:AppDir%\Appp\release
APPNAME_HOME=%PAL:DataDir%\settings
APPP_TEST_VAR=%APPP%;stsstststs

To add, both PortableApps.comLauncher and NSISPortable reside in C:\Users\catngetitright\Downloads\
Any tips greatly appreciated Smile

PSobreJr
Offline
Last seen: 4 years 3 months ago
Joined: 2020-01-15 01:39
Cant' open script PortableApps.comLauncher.nsi

Hi. I had the same problem once. Only the log was cutting the filename short so I figured maybe that's the cause of error. So what I did, I moved the entire PortableApps.comLauncher folder to a shorter path. Problem solved.

Log in or register to post comments