Play music in your installers (NSISBASS): Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (This is actually a header using BASS plug-in, not an actual plug-in using BASS.) |
(→Links) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
Updated July 16th 2005: Installer is no longer distributed. I'm now sticking with a simple [http://www.7-zip.org 7-zip] archive. | Updated July 16th 2005: Installer is no longer distributed. I'm now sticking with a simple [http://www.7-zip.org 7-zip] archive. | ||
[[Image:Zip.gif]] [http:// | [[Image:Zip.gif]] [http://saivert.com/nsis/nsisbass.7z nsisbass.7z] (390 KB) | ||
(fixed link 20 nov 2006) | |||
== Description == | == Description == | ||
Line 15: | Line 17: | ||
Note: This is actually some old piece of code, I feel I had to post here so people don't have to reinvent the wheel. | Note: This is actually some old piece of code, I feel I had to post here so people don't have to reinvent the wheel. | ||
[[Category: | [[Category:Headers]] |
Latest revision as of 00:25, 20 November 2006
Author: saivert (talk, contrib) |
Links
Updated July 16th 2005: Installer is no longer distributed. I'm now sticking with a simple 7-zip archive.
nsisbass.7z (390 KB)
(fixed link 20 nov 2006)
Description
Title: NSISBASS
Contents: NSIS Header files and example code
Purpose: Play music in your installers
The ZIP archive contains everything you need to play music in you installers. You most likely will play module music (MOD, XM, S3M, etc.) since they are small in file size. The archive also contains a example NSIS script that will generate a music player (select folder with MP3s and play).
Note: This is actually some old piece of code, I feel I had to post here so people don't have to reinvent the wheel.