On 1/23/07, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > > (...) > > DEBUG: Error 2103: Could not resolve path for shell folder 26. > > MSI (s) (E4:E8) [15:56:37:203]: Product: WPKG -- The installer has > > encountered an unexpected error installing this package. This may > indicate a > > problem with this package. The error code is 2103. The arguments are: > 26, , > > > > The installer has encountered an unexpected error installing this > package. > > This may indicate a problem with this package. The error code is 2103. > The > > arguments are: 26, , > > Action ended 15:56:37: InstallFinalize. Return value 3. > > Action ended 15:56:37: INSTALL. Return value 3. > > It looks like the error is coming from msiexec. Did you try to look what > this code means? > > http://chullybun.blogspot.com/2005/09/old-msiexec-2103-error.html > > -- > Tomasz Chmielewski > http://wpkg.org > Cool you have better google results than I have... I changed install.bat to the following: msiexec /qn /i C:\...\WPKGSetup.msi SETTINGSFILE=C:\...\settings.xml ALLUSERS=1 And It works. Dev's guys might update msi file to set installation type: per-machine instead of per-user. Thx a lot, GS _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |