> I am creating a delopment project to create the installer .msi. In VS.NET
> 2003, there have a UI for user to input the serial number in predifined
[quoted text clipped - 4 lines]
> My question is... how could I got the serial number in my DLL? through
> CustomActionData or other way?
Thank for your reply, Nak.
As you know, not only there are tools for unpacking installer, but also the
serial number checksum machanism is really simple, very easy to bypass. So I
am not going to protect my software, just for a record for software support
issue.
Actually, I am interested in the serial number that how can I got this in my
Custom Action! Then I can write it into registry or a file. :-D
Ayrton Phoenix
> Hi there,
>
[quoted text clipped - 13 lines]
>
> Nick.
Nak - 26 Nov 2004 10:45 GMT
Hi Ayrton,
> As you know, not only there are tools for unpacking installer, but also
> the serial number checksum machanism is really simple, very easy to
> bypass. So I am not going to protect my software, just for a record for
> software support issue.
Okay, just thought I'd check because quite a few people do actually take
that route, and find out later down the line that their software has been
"re-packed", so to speak.
> Actually, I am interested in the serial number that how can I got this in
> my Custom Action! Then I can write it into registry or a file. :-D
My appologiess but I can't answer this one for you, I haven't actually
used custom actions in a .NET setup package yet. Maybe someone else can
help you with that. Sorry :-(
Nick.