hi guys,
i search the original apps installer from John (i think its an NSIS thing)and cant find that. search since 30 minutes. please help me. i will package my themes in an installer.
NeoRame
New: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec/Jan!, Please donate today
is included in the newer Apps (all that come with the new installer have its sourcecode included)under AppnamePortable/other/Appnameportable source/installer.nsi
“Science is the belief in the ignorance of the experts” - Richard P. Feynman
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
ok thanks for the fast response. oops have i overlooked.
NeoRame
--------------------------------------------------------------
Sorry for my lousy English!!!
My PAM THEMES BLOG
Hell was full, so I came back!!!
Sorry for my lousy English!!!
I believe you would change anywhere in the installer where it says "$R0${SHORTNAME}" To "$R0$\PortableAppsMenu\Data\Themes" if that's your themes directory. And then just change the regular name, version number, icon, etc.
Oh, and probally:
DefaultDestination:
StrCpy $INSTDIR "\${SHORTNAME}"
To
DefaultDestination:
StrCpy $INSTDIR "\PortableAppsMenu\Data\Themes"
I think without the $.
P.S. Use a very latest (in the past week) and simplest installer, because they have been updated to do drive calculations, and don't use like GIMP, or Firefox, which have extra stuff. Use like VLC.
_______________________________________________
It's kinda scary when my desktop is messier than my room...
thanks for your help
but i have an error massage:
Error in macro MUI_WELCOMEFINISHPAGE_INIT on macroline 5
Error in macro MUI_GUIINIT on macroline 2
Error in macro MUI_FUNCTION_GUIINIT on macroline 4
Error in macro MUI_INSERT on macroline 11
Error in macro MUI_LANGUAGEFILE_BEGIN on macroline 4
!include: error in script: "C:\Programme\NSIS\Contrib\Modern UI\Language files\English.nsh" on line 9
Error in macro MUI_LANGUAGE on macroline 5
Error in script "C:\Dokumente und Einstellungen\lager.KANITZ\Desktop\PortableAppsInstaller\Installer.nsi" on line 91 -- aborting creation process
what can i do what is wrong????
--------------------------------------------------------------
Sorry for my lousy English!!!
My PAM THEMES BLOG
Hell was full, so I came back!!!
Sorry for my lousy English!!!
Read me comment in the PAM Mod topic.
_______________________________________________
It's kinda scary when my desktop is messier than my room...