- NSIS Discussion
- superPiMP wizard v1.0 - it'll really whip ur ass !
Archive: superPiMP wizard v1.0 - it'll really whip ur ass !
manav
2nd December 2001 12:23 UTC
superPiMP wizard v1.0 - it'll really whip ur ass !
Hello Guys!
I am Manav, a 17 year old alien and programmer. I have coded a li'l
program which I guess u'll like to check out - I call it superPiMP wizard
superPiMP wizard is my attempt at providing a GUI for nullsoft's amazing NSIS technology. using its simple interface, even idiots can create cool and sexy installers within minutes. experts can use it to generate template nsis scripts which they can manually edit later.
I have worked really hard on this thing, and I would appreciate if you
could make it available on your site for people to download.
download : http://manavmax.***********/sPiMP.html [178 KB]
yeah ofcourse, it is completely FREE :)
Rocker
2nd December 2001 12:28 UTC
well done works sweetly
Angry Weasel
2nd December 2001 12:35 UTC
Niice....
WeaselPak2 AVS will surely be packed with this one.
Thor
2nd December 2001 13:42 UTC
Nice job, altho I've seen better work on the NSIS forum
(you better post it there btw, this is general disc)
go here : http://64.12.38.241/forumdisplay.php?s=&forumid=65
Angry Weasel
2nd December 2001 14:27 UTC
Yeah or go to http://forums.winamp.com/forumdisplay.php?s=&forumid=65 because it's easier to remember :)
c2R
2nd December 2001 18:21 UTC
Originally posted by Angry Weasel
Yeah or go to http://forums.winamp.com/forumdisplay.php?s=&forumid=65 because it's easier to remember :)
Or even
http://forums.winamp.com/forumdisplay.php?forumid=65 cause it's about three characters shorter still...
SNYder
2nd December 2001 19:47 UTC
very very nice. really good program. i do all my scripts from scratch, but this'll help me understand the one or two features I haven't figured out yet :)
thanks
Thor
2nd December 2001 19:59 UTC
SNYder, check the pm i sent you :p
Angry Weasel
2nd December 2001 22:11 UTC
manav, do you think you could give us the source files so we could look at it (possibly have Justin pack it with each version of NSIS)?
Could you make it work with the latest version of NSIS?
DuaneJeffers
2nd December 2001 22:15 UTC
I still prefer Slate Blue over yours. Though it is great to have people developing for this project. It would be nice to have your programming skills to create "plug-ins" that would add functional things to NSIS. Other than that, great work.
-Duane
liquidmotion
3rd December 2001 02:22 UTC
slate blue will have plugins when it is complete :) like language packs, etc.
manav
3rd December 2001 16:32 UTC
source code released!
Hey guys
guess what!
I have decided to release the complete source code for superPiMP wizard. Just download it from
http://manavmax.***********/spimp.html
btw: all new posts on superPiMP wizard will be in the NSIS discussion
forum :
http://64.12.38.241/forumdisplay.php?forumid=65
liquidmotion
3rd December 2001 21:59 UTC
i like your wizard, although slate blue includes something very similar to this.
keep up the good work :)
hotice
6th December 2001 00:11 UTC
You should let the file open dialog in add/remove page to multi-select or select the folder.
manav
6th December 2001 02:30 UTC
try it out!
I tried, but if I allow mutiselect, I get only the filename, not the
path
Why don't u try including this functionality urself - just download the
source and code :)
liquidmotion
6th December 2001 03:03 UTC
when you allow multi-select, it returns something like this.
strFiles=CommonDialog.FileName
strFiles="c:\|file1.exe|file2.exe|etc"
it puts the path in the beginning of the string and the files later. i have the code to do this if you are interested.
manav
6th December 2001 05:47 UTC
multiselect
no, I know all that and also that we can select
multiple files by using the cdOFLAllowMultipleSelect
(or something like that..) flag before calling the common dialog
but the problem is that it then it displays the old win95 style
'open' box - I want it to somehow enable muti select in the
same dialog box (I've seen this in some app's, but dunno how)
anyways, thanx a lot for taking interest in my
li'l proggie liquidmotion :)