You are here

Search installer!!!

6 posts / 0 new
Last post
NeoRame
NeoRame's picture
Offline
Last seen: 3 years 7 months ago
Joined: 2007-05-11 09:12
Search installer!!!

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

Simeon
Simeon's picture
Offline
Last seen: 9 years 8 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
The installer

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

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 7 months ago
Joined: 2007-05-11 09:12
ok thanks for the fast

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!!!

Patrick Patience
Offline
Last seen: 4 years 6 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
For you purpose.

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...

NeoRame
NeoRame's picture
Offline
Last seen: 3 years 7 months ago
Joined: 2007-05-11 09:12
error massage

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!!!

Patrick Patience
Offline
Last seen: 4 years 6 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
You can.

Read me comment in the PAM Mod topic. Biggrin

_______________________________________________
It's kinda scary when my desktop is messier than my room...

Log in or register to post comments