PDA

Click to See Complete Forum and Search --> : Customer code on setup?


Phobbos
Dec 10th, 2002, 02:11 AM
I need to beable to allow the user to put a customer details in, during the setup of the software. How do I do that?:D

Zaei
Dec 10th, 2002, 07:00 AM
You need to change the setup program.

Wrong Forum.

Z.

squirrelly1
Dec 14th, 2002, 09:41 PM
If I were you, I would download and use Inno Setup...

It is so much easier to use when you need to do registry edits, add user information (for licensing)... or anything...

I believe that it's open source too (if you program in whatever language it's in... and I'm sure it's not VB or C++) so you can change it however you need to beyond its normal functionality...

There are also some other programs that will let you create a "setup script" for Inno Setup and see everything in a Tree View, but after you get the hang of it, you won't need it...

Oh, to answer you question if you use Inno Setup,
I think you put "LicenseInformation=1" under the [SETUP] section... look in the help, it will have it for sure (that's where I got it from when I made my last proggy setup)


Good Luck,
Squirrelly1