Archive: Customer Information Page


Customer Information Page
Hi all
Using IS Ive a choice to ask the Customer Information like User Name, Organization and the type of installation (All Users or Only me ), this particullary part i need to script in my new NSIS installer.
Anybody knows how can i do that?
I attach an image to show what i saying

TIA


Take a look at InstallOptions plug-in. It will allow you to do that. For the default customer and organization, you may get that from the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion [RegisteredOwner] and [RegisteredOrganization].

As for the All Users or Only Me, look at SetShellVarContext.


Thanks Goldy
Thats what i looking for