Retrieve Information from Setup Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I retrieve the Customer Information and Serial Number used after my Application has been Installed (as per Visual Studio .NET splash screen)
 
I ususally store that information in the registry on setup, and retreive it
on program start.

You have to have your installer put it into the registry.
Connull said:
How do I retrieve the Customer Information and Serial Number used after my
Application has been Installed (as per Visual Studio .NET splash screen)
 
Back
Top