On 1/23/07, Tomasz Chmielewski <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
