This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to access Serial Number from Cust Info dialog
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 07, 2008
04:53 PM
How to access Serial Number from Cust Info dialog
ISE 2008
I need to take the SN and put it into an ini.
I'm using the Serial Number option in the Customer Info dialog,
and I'd like to know how to get the number entered as a variable, like INSTALLDIR.
I DO NOT need to use a DLL, OR verification.
Thanks.
I need to take the SN and put it into an ini.
I'm using the Serial Number option in the Customer Info dialog,
and I'd like to know how to get the number entered as a variable, like INSTALLDIR.
I DO NOT need to use a DLL, OR verification.
Thanks.
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
08:53 AM
I haven't tried it, but I would try using the following as the value in the INI File Changes view:
I hope that helps.
[ISX_SERIALNUM]
I hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
10:09 AM
Thanks - I'll give that a try and let you know what happens...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
11:41 AM
Thanks - that worked.
By the way, where can I get a list of all the 'session variables', like ISX_SERIALNUM ??
Also, how do you mark a Post "Resolved" ??
By the way, where can I get a list of all the 'session variables', like ISX_SERIALNUM ??
Also, how do you mark a Post "Resolved" ??
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
12:53 PM
Variables such as ISX_SERIALNUM are called Windows Installer properties. The following help topic lists many of the major Windows Installer properties:
Windows Installer Property Reference
Issue 1-796E5 was created to expand that help topic to include additional properties, such as ISX_SERIALNUM.
(If you'd like to learn more about ISX_SERIALNUM specifically, see the following help topic: Accessing the Serial Number During and After Installation.)
Windows Installer Property Reference
Issue 1-796E5 was created to expand that help topic to include additional properties, such as ISX_SERIALNUM.
(If you'd like to learn more about ISX_SERIALNUM specifically, see the following help topic: Accessing the Serial Number During and After Installation.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
12:54 PM
By the way, I'm not sure how to mark a post as resolved.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
01:01 PM
Hi again -
I tried the links you supplied - the first takes me to the list, but ISX_SERIALNUM is nowhere to be found.
The second linke is 'page not found'.....
I tried the links you supplied - the first takes me to the list, but ISX_SERIALNUM is nowhere to be found.
The second linke is 'page not found'.....
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
01:11 PM
Sorry for the confusion. The page for the first link doesn't mention ISX_SERIALNUM. We've logged this problem as issue 1-796E5 in our internal tracking system, which we use to identify enhancements and fixes for future releases. So, hopefully that "Windows Installer Property Reference" help topic can be expanded in a future release of InstallShield.
For now, the page for the second link describes ISX_SERIALNUM.
I'm not sure why you encountered the "page not found" error. Can you try this link?
http://helpnet.acresso.com/Robo/BIN/Robo.dll?tpc=/robo/projects/isxhelp14/ExpressTaskAccessingSerialNumber.htm
For now, the page for the second link describes ISX_SERIALNUM.
I'm not sure why you encountered the "page not found" error. Can you try this link?
http://helpnet.acresso.com/Robo/BIN/Robo.dll?tpc=/robo/projects/isxhelp14/ExpressTaskAccessingSerialNumber.htm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2008
01:21 PM
The most recent link works.
Thanks again,
Wayne
Thanks again,
Wayne