Query regarding TRANSFORMS Property
Hello All,
I am looking for an answer to the below query...
Query: How many transforms can we pass to the TRANSFORMS property at a time.
I am looking for an answer to the below query...
Query: How many transforms can we pass to the TRANSFORMS property at a time.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Great question!
I don't know but I'd imagine that the number is unlimited but there is probably a limit to the length of the string that the engine will handle. By that, I mean you could probably have many, many more transforms if they were all named with, say, a single letter and number (or double-letter...you get the idea) than if they were named like: "This is the English United States transform which includes the customisations for Accounts, Human Resources and Operations."
What that limit is...my guess would be 255 characters (255 is a popular number in Windows!) but I think it would be better answered in the MSDN Windows Installer web session or newsgroup.
I don't know but I'd imagine that the number is unlimited but there is probably a limit to the length of the string that the engine will handle. By that, I mean you could probably have many, many more transforms if they were all named with, say, a single letter and number (or double-letter...you get the idea) than if they were named like: "This is the English United States transform which includes the customisations for Accounts, Human Resources and Operations."
What that limit is...my guess would be 255 characters (255 is a popular number in Windows!) but I think it would be better answered in the MSDN Windows Installer web session or newsgroup.
Posted by:
the_apostate
13 years ago
Hi,
Thank you for the hint..[;)]. One of my friends found this -> http://msdn.microsoft.com/en-us/library/aa367576(VS.85).aspx
Note A Windows Installer package can apply no more than 255 transforms when installing an application or update. When many transforms are necessary, they should be combined and previous obsolete transforms should be eliminated.
Thank you for the hint..[;)]. One of my friends found this -> http://msdn.microsoft.com/en-us/library/aa367576(VS.85).aspx
Note A Windows Installer package can apply no more than 255 transforms when installing an application or update. When many transforms are necessary, they should be combined and previous obsolete transforms should be eliminated.
Posted by:
LB3
13 years ago
Posted by:
AngelD
13 years ago

so that the conversation will remain readable.