[wpkg-users] [Bug 260] New: Feature Request - WPKG to automatically create variables

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Mon Dec 19 10:32:01 CET 2011


http://bugzilla.wpkg.org/show_bug.cgi?id=260

           Summary: Feature Request - WPKG to automatically create
                    variables
           Product: WPKG
           Version: other
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: wpkg.js
        AssignedTo: mangoo at wpkg.org
        ReportedBy: peterhoeg at gmail.com
         QAContact: wpkg-users at lists.wpkg.org


A number of variables are often defined in recipes which would benefit from
having WPKG auto-create them.

Here are two common patterns:

<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\SomeSoftware"
architecture="x86" />
<variable name="PKG_DESTINATION" value="%PROGRAMFILES(x86)%\SomeSoftware"
architecture="x64" />

If would could have WPKG automatically create 32BIT_PROGRAMFILES and
64BIT_BITPROGRAMFILES (or some other name), we wouldn't have to check in every
recipe.


And this case (similar thing applies to 'Start Menu' although the path is
different):

<variable name="DESKTOP" value="%ALLUSERSPROFILE%\Desktop" os="windows xp" />
<variable name="DESKTOP" value="%PUBLIC%\Desktop"          os="windows 7" />

Here WPKG create SHARED_DESKTOP.

/Peter

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list