Old 20th April 2008, 03:18   #1
Joel
Debian user
(Forum King)
 
Joel's Avatar
 
Join Date: Jan 2003
Location: Arch land
Posts: 4,917
My plugins source code

I created a wiki page where you can download my plugins source codes. Since I'm now in Linux (debian) I won't enable to give them support.

So, enjoy them!

Wike page: http://nsis.sourceforge.net/Joel_plugin_src

PS: Any chance to upload them in nsis wiki server?


* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE.
Joel is offline   Reply With Quote
Old 20th April 2008, 04:47   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
there is a size limit on wiki uploads, you might have to split it into several uploads

by extracting your 7z and extracting all archives inside and doing: "7z a -r -mx=9 joel.7z *" I was able to shave off more than 100kb, down to 260kb for everything, the wiki size limit is 100kb, so you would have to split it in 3 archives

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 20th April 2008, 13:52   #3
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
I can upload files over 100kb. Send the repackaged 7z to me and I'll upload it.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 8th April 2010, 15:01   #4
jweinraub
Senior Member
 
Join Date: Jan 2004
Posts: 197
Send a message via AIM to jweinraub
For MSIBanner, how do I get a progress bar update to get realtime progress of a silent installer progress?

code:

SetDetailsPrint textonly
DetailPrint "Installing Microsoft .NET 2.0..."
SetDetailsPrint none
;ExecWait `"$INSTDIR\Misc\dotnetfx.exe" /q:a /c:"install.exe /noaspupgrade /q"` $R0
;Banner::show /NOUNLOAD "Installing Microsoft .NET Framework 2.0..."
;nsExec::ExecToStack '"$INSTDIR\Misc\dotnetfx.exe" /q:a /c:"install.exe /noaspupgrade /q"'
;Banner::destroy
;SetRebootFlag true
MSIBanner::Show /NOUNLOAD "Microsoft .NET Framework 2.0"
MSIBanner::Update /NOUNLOAD "Installing .... Please wait"
ExecWait `"$INSTDIR\Misc\dotnetfx.exe" /q:a /c:"install.exe /noaspupgrade /q"` $R0
MSIBanner:estroy

jweinraub is offline   Reply With Quote
Old 8th April 2010, 16:31   #5
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,892
Quote:
Originally Posted by jweinraub View Post
For MSIBanner, how do I get a progress bar update to get realtime progress of a silent installer progress?
In all probability, you don't. Theoretically everything is possible, but unless you're a software hacker of great skill, you won't be able to grab a progress counter from existing third-party installer software.
MSG is offline   Reply With Quote
Old 8th April 2010, 16:40   #6
jweinraub
Senior Member
 
Join Date: Jan 2004
Posts: 197
Send a message via AIM to jweinraub
would the /qb flag work - i think it does for Framework 3 but I am using 2, and i dont have any virgin pcs available right now - it wont let me uninstall net2 either.

if i can get the native progress bar to popup (msiexec flag??) or other suggestions would be greatly appreciated!
jweinraub is offline   Reply With Quote
Old 9th April 2010, 10:10   #7
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
Yes, /qb will give you a progressbar dialogbox
jpderuiter is offline   Reply With Quote
Old 9th April 2010, 15:00   #8
jweinraub
Senior Member
 
Join Date: Jan 2004
Posts: 197
Send a message via AIM to jweinraub
Cool, I see that works, I just formatted a laptop. But question, it was minimized on my setup, how do i give that progress bar dialogue focus so its above my installer so people actually see/notice it?

Thanks again
jweinraub is offline   Reply With Quote
Old 12th April 2010, 07:53   #9
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
I'm not sure, it is topmost with my installer.
You can try using SetWindowPos with HWND_TOP(MOST) and/or SWP_SHOWWINDOW
jpderuiter is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump