Is the exe in the drive's root folder based on nsis or delphi?
If it is nsis, is there a place to download the source?
Its just I would like to change it to launch annother exe...
You are here
Menu Launcher source
March 13, 2007 - 8:50am
#1
Menu Launcher source
March 13, 2007 - 8:55am
#2
I...
Thought it was Delphi.
March 21, 2007 - 11:51pm
#3
Haha.
I was close!
March 14, 2007 - 2:24am
#4
It's NSIS
StartPortableApps.exe is an NSIS with the following code:
OutFile "StartPortableApps.exe" Icon "StartPortableApps.ico" (etc) Section Exec "$EXEDIR\PortableApps\PortableAppsMenu\PortableAppsMenu.exe" SectionEnd
(There may be a few extra trivial things, but it's mainly just the Exec.)
----
Ryan McCue
Current Fav. Songs:
- Ballroom Blitz - The Misfits
- Manic Monday - Cyndi Lauper
- I Don't Like Mondays - The Boomtown Rats
March 19, 2007 - 11:24am
#5
Thanks Ryan
From what I understand about NSIS, it looks good to me.
Nice. :lol:
EDIT
Does anyone know how to tell NSIS not to show a window and just launch FF?