Rebrandable Software Difficult?

by 7 replies
9
I have a question...I want to have a WIN desktop program created and I want to have a URL/image or two to be customized for each customer.


Generally speaking, how difficult would it be to make it so I can customize a couple of links/URLs in the GUI and then compile the program each time it's customized?


Note that I don't have any programming experience or tools so it needs to be easy for a non-programmer to modify and compile.
#programming #difficult #rebrandable #software
  • Can you post a little bit more details? It's difficult to give you a meaningful answer without more info.
  • I'd steer away from re-compiling the program every time, Kurt; it could turn into a nightmare.

    At the point where the software authenticates that a given user is paid up, etc., send (as data) the custom portions from your server to their client. Done.
    • [ 1 ] Thanks
    • [1] reply
    • Thanks Dave...


      How would you go about this then...You have 2 versions of a software, Lite and Full. On the Lite version you want to be able to customize it so the upgrade link uses a customized affiliate link so the folks that give away the Lite version get paid an affiliate commission if people buy the Full version using their Lite version?
      • [1] reply
  • Friend what you need u can get from resellercode.com
  • If it's just simple text like you mentioned you can have the software program read in a text file with the data. Then to brand the GUI all you need to do is edit the text file.

    If you need more control over who can edit the file you can always just encode it.
    • [ 1 ] Thanks
    • [1] reply
    • This sounds like the best idea, just have the file external to the compiled files...thanks Rob.

Next Topics on Trending Feed