Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Detecting the System Language in a Package using Wise Package Studio

Updated: 04 Dec 2007 | 1 comment
R-Vijay's picture
0 0 Votes
Login to vote

You can detect the system language in a package by using the SystemLanguageID property present in the MSI.

In Wise Package Studio:

  1. Go to the Setup Editor view
  2. Click the Product tab
  3. Go to Launch Conditions
  4. In right panel, right-click New -> Launch Conditions
  5. Click Build button
  6. 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..
  7. Click Paste and Ok
  8. In message text:
    This package was designed to install only on a English lingual system. Contact your administrator.
  9. Click Ok

Comments

Swapnali's picture
05
Dec
2007
0 Votes 0
Login to vote

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.