Different setup for each client?

  • Thread starter Thread starter Empi
  • Start date Start date
E

Empi

Hi,

I have a project on which I must do some different definitions for each
client the installs it (how many channels etc) and lock it from him.

What is the best way you recommend?

Till current version, I used to send the clients a "signed" ini file with
the information and a checksum I created to detect
changes in the file.
I'm sure there are much better ways of doing it today.

Is there any way of doing it as a part of the setup, instead of sending a
text file to my client?
(whithout rebulding the setup package each time)?

Thanks.
 
Hello Empi,

Didn quite understand u.
Why not to create the custom setup where you set all necessary actions?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


E> Hi,
E>
E> I have a project on which I must do some different definitions for
E> each client the installs it (how many channels etc) and lock it from
E> him.
E>
E> What is the best way you recommend?
E>
E> Till current version, I used to send the clients a "signed" ini file
E> with
E> the information and a checksum I created to detect
E> changes in the file.
E> I'm sure there are much better ways of doing it today.
E> Is there any way of doing it as a part of the setup, instead of
E> sending a
E> text file to my client?
E> (whithout rebulding the setup package each time)?
E> Thanks.
E>
 
Back
Top