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
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Product Code Question
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
‎Dec 07, 2009
12:58 PM
Product Code Question
Hello, I have a question regarding the Product Code when performing a Major Upgrade. Let's say that application A is installed and has a Product Code of A. I have written my own application to utilize the FNC API to process FNC Updates and this is how Product A got installed. Thus, the application that I wrote has Product Code A hard-coded since this is a requirement of FNC for processing notifications.
Now, I am going to perform a Major Upgrade of Product A which dictates that the Product Code will be changed. So my application will work to process notifications of the available Major Upgrade because the upgrade has not yet been applied by my customers. However, after the upgrade has been applied by my customers, let's say application A is now installed with Product Code B.
My question is, will Product Code A still be available on my customer's computers so that my application that I wrote using the FNC API will continue to function, or will Product Code A get updated to Product Code B thus breaking the link between my application and my customers and requiring me to release an update to my application with Product Code B now hard-coded?
Thanks in advance!
Tim
Now, I am going to perform a Major Upgrade of Product A which dictates that the Product Code will be changed. So my application will work to process notifications of the available Major Upgrade because the upgrade has not yet been applied by my customers. However, after the upgrade has been applied by my customers, let's say application A is now installed with Product Code B.
My question is, will Product Code A still be available on my customer's computers so that my application that I wrote using the FNC API will continue to function, or will Product Code A get updated to Product Code B thus breaking the link between my application and my customers and requiring me to release an update to my application with Product Code B now hard-coded?
Thanks in advance!
Tim
(2) Replies
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2009
10:30 AM
It would be the latter in this case. There's nothing withing FNC to tie two product codes together in the way you're describing.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2009
10:34 AM
Thanks for the information Bryan.