NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 11 12 13 14 15 … 93 Next »
NSIS installer script for a NPVR plugin?

 
  • 0 Vote(s) - 0 Average
NSIS installer script for a NPVR plugin?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2011-04-04, 11:20 AM (This post was last modified: 2011-04-04, 11:30 AM by McBainUK.)
Anyone got an NSIS installer script I could use as a template for my Spotify plugin installer?

I enjoy writing installers less than I like then creating skins... :eek:
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#2
2011-04-04, 11:51 AM (This post was last modified: 2011-04-04, 12:01 PM by mvallevand.)
I find scripting much more natural then skinning.

Here is one script as an example, note that I prefer installing to Program Files for binaries so that is how this works for the Plugin and Common folders.

The source files are kept under this structure in this example

Template.msi
MusicBox
----Skin
----Plugins
----Support
----Common

Martin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2011-04-04, 12:00 PM
Thanks. Looks like a good base.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#4
2011-12-10, 02:30 PM
What can I use to create a setup exe from the .msi file?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#5
2011-12-10, 03:19 PM
You specify the .exe name in the .msi file

OutFile "MusicBoxSetup.exe"

and then just use nsis to build it. In my setup this would be

"C:\Program Files\NSIS\makensis.exe" template.msi

Martin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#6
2011-12-10, 03:22 PM
Ah ha! I didn't know NSIS worked with .msi files, always used .nsi files with it.

Thanks.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#7
2011-12-10, 03:23 PM
Sorry for the confusion, I made a typo on that, it should have been .nsi

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,854 2022-10-17, 12:44 AM
Last Post: sgilani
  Way to tell programmatically if channel load in from NPVR has finished... gdogg371 3 2,384 2021-03-11, 03:59 PM
Last Post: mvallevand
  Plugins and NPVR. Where do we start? sub 80 68,863 2020-11-26, 10:02 PM
Last Post: mandai
  New Systems Plugin kirschey 10 3,369 2020-11-14, 08:01 PM
Last Post: sub
  Test/Development environment for npvr.db3 scJohn 10 4,331 2020-09-04, 09:14 PM
Last Post: scJohn
  Script Helper Utility JavaWiz 2 2,335 2020-05-25, 11:00 AM
Last Post: Graham
  How to extract M3U8 and get matching XMLTV guide data from NPVR almightyj 0 3,436 2018-10-23, 07:24 AM
Last Post: almightyj
  ios app to control npvr ui idea jnbooker15 4 3,603 2015-09-21, 10:19 PM
Last Post: sub
  ios app to control npvr ui idea jnbooker15 0 2,478 2015-09-21, 06:39 PM
Last Post: jnbooker15
  VIdeo playback from plugin mvallevand 5 3,475 2015-08-06, 10:43 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode