[WINDOWS] Create windows installer with custom skin and preferences.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
AndrewMartin Offline
Junior Member
Posts: 6
Joined: Dec 2010
Reputation: 0
Location: Brixton, London
Post: #1
I've made an android remote app for XBMC that works best with a custom skin and specific preferences.

Is there a way (other than building from source, which I'd like to avoid if possible) to make a single file that, when executed will install XBMC with my custom skin and preferences as default?

I've made the app for super low tech-familiarity, so I want to remove as many steps as possible.

If you're interested in the project I'll happily describe it, but it also speaks to my private sever at the moment so I won't be publicising it fully until I've got it totally decoupled.

Thanks for your help.

Andrew
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #2
have a look at our build system. it's basically a couple of batch files which
1) grabs all deps
2) compiles xbmc
3) builds the installer

you want to skip steps 1 and 2, and modify step 3.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
AndrewMartin Offline
Junior Member
Posts: 6
Joined: Dec 2010
Reputation: 0
Location: Brixton, London
Post: #3
Thanks, I'll do that.
find quote