Detecting the System Language in a Package using Wise Package Studio
Updated: 04 Dec 2007 | 1 comment
You can detect the system language in a package by using the SystemLanguageID property present in the MSI.
In Wise Package Studio:
- Go to the Setup Editor view
- Click the Product tab
- Go to Launch Conditions
- In right panel, right-click New -> Launch Conditions
- Click Build button
- Enter SystemLanguageID = 1033
Note: You can look at the WiseLanguage table in a WSI to get the details on the Language codes.
1033 English
1036 French etc.. - Click Paste and Ok
- In message text:
This package was designed to install only on a English lingual system. Contact your administrator. - Click Ok
blog entry Filed Under:
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments
Detecting the System Language in a Package using Wise Package St
For Detecting the Language in packge,We can see ProductLanguage property from property table of MSI.
Would you like to reply?
Login or Register to post your comment.