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.
- Flexera Community
- :
- AdminStudio
- :
- AdminStudio Forum
- :
- Product Name Property Change Risk?
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 08, 2013
09:28 AM
Product Name Property Change Risk?
Hello all,
We are wanting to change the [Product Name] property of our MSI’s , through an MST to reflect the company’s initials. Something along the lines of “Adobe Acrobat 9 Pro (TAB)” adding “(TAB)” to the end of every package we have created. We have hired a company to package several applications for us and in our statement of work we put the requirement to have this added to the completed package.
This company has referenced a forum article (old 2010) about the risk to changing the [Product Name]
Site: http://www.itninja.com/question/productname-change-with-a-transform
I have in turn replied back with a more up to date reference from Microsoft:
Site http://msdn.microsoft.com/en-us/library/windows/desktop/aa370857(v=vs.85).aspx
Question: Is anyone aware of any risk to changing the "Product Name" property in an MST file?
Thank you in advance for anything you can offer!
Thomas B
We are wanting to change the [Product Name] property of our MSI’s , through an MST to reflect the company’s initials. Something along the lines of “Adobe Acrobat 9 Pro (TAB)” adding “(TAB)” to the end of every package we have created. We have hired a company to package several applications for us and in our statement of work we put the requirement to have this added to the completed package.
This company has referenced a forum article (old 2010) about the risk to changing the [Product Name]
Site: http://www.itninja.com/question/productname-change-with-a-transform
• Some vendor MSI’s use product name in setdirectory custom action, which may result in changing the installation location, which in turn may affect functionality.
• Applications requiring any server or hardware connectivity can be impacted by changing the Product Name.
• Applications dependencies may not be recognized as valid if the Product Name is changed.
• Patches may not get installed
• Can cause the issue with the upgrading of the previous versions
• Applications requiring any server or hardware connectivity can be impacted by changing the Product Name.
• Applications dependencies may not be recognized as valid if the Product Name is changed.
• Patches may not get installed
• Can cause the issue with the upgrading of the previous versions
I have in turn replied back with a more up to date reference from Microsoft:
Site http://msdn.microsoft.com/en-us/library/windows/desktop/aa370857(v=vs.85).aspx
The ProductName property contains the name of the application being installed. This is used only for display purposes. Advertised as a product property.
This property is REQUIRED.
This property can be changed by a transform.
This property is REQUIRED.
This property can be changed by a transform.
Question: Is anyone aware of any risk to changing the "Product Name" property in an MST file?
Thank you in advance for anything you can offer!
Thomas B
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
1 Reply
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 12, 2013
11:52 AM
ThomasB wrote:
This company has referenced a forum article (old 2010) about the risk to changing the [Product Name]
Site: http://www.itninja.com/question/productname-change-with-a-transform
• Some vendor MSI’s use product name in setdirectory custom action, which may result in changing the installation location, which in turn may affect functionality.
• Applications requiring any server or hardware connectivity can be impacted by changing the Product Name.
• Applications dependencies may not be recognized as valid if the Product Name is changed.
• Patches may not get installed
• Can cause the issue with the upgrading of the previous versions
Question: Is anyone aware of any risk to changing the "Product Name" property in an MST file?
Thank you in advance for anything you can offer!
Thomas B
The originally cited concerns are valid; though off-hand I find the server/hardware connectivity issue to be a lot less likely. While Microsoft's intent is for the ProductName to serve the narrow purpose of displaying the name, when it comes to scripting and programming you'll see a lot of foolish stuff. There will absolutely occasionally be packages and updates where the vendor makes heavy use of the ProductName property, despite the fact that there are far more effective ways to achieve whatever their goal is.
That said, it should not be a situation that occurs frequently.
