Re: [wpkg-users] upgrading wpkg with wpkg
Tomasz Chmielewski wrote: >> Product WPKG -- Error 1722 There is a problem with this Windows >> Installer package. A program run as part of the setup did not finish as >> expected. Contact your support personnel of package vendor. Action >> _A95459942_EE79_497A_9080_F39DDA8A7B80, location c:\Program >> Files\wpg\wpkginst.exe command: --SETTINGSFILE=%WPKGROOT%\settings.xml > > And a second, another error for the same installation? It was my assumption this error code 1722 is internal inside msiexec. wpkg only ever reported the 1603 code. Still, it is confusing... > Two exit codes for one failed installation? It's rather impossible. > You're perhaps referring to two installation attempts? No, only one install. The rest of the messages make this clear. I got sick of retyping them ;-). The last message indicates that 1603 is being returned to the caller. > Are you 100% sure Windows Installer 3.1 is installed (it may need a > restart after the installation)? Yes. Both machines I tried have been rebooted numerous times since SP3, and just to make sure I ran "msiexec /?" and the version reported was 3.01.*. I also added the XML from the website to install it (I initially misread the version as 3.0.*), but the check determines SP3 is installed already and does nothing. Brian May - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users
Re: [wpkg-users] upgrading wpkg with wpkg
Brian May schrieb: > Hello, > > It doesn't seem to work. > > This is on Windows SP3 so it should have a recent version of Windows > Installer. > > I am using: > > id="wpkg" > name="WPKG" > revision="3" > priority="100" > reboot="false"> > > > > > > > > > > > > > > > > > I get the following error: > > 2008-08-22 15:38:21, ERROR : Could not process (upgrade) package 'WPKG' > (wpkg):|Exit code returned non-successful value (1603) on command > 'msiexec /qn /i "%SOFTWARE%\wpkg\WPKG Client 1.3.5.msi" > SETTINGSFILE=%WPKGROOT%\settings.xml ALLUSERS=1 REBOOT=ReallySuppress'. So you have one error here? > Looking at the event view I see messages (in order): > > Product WPKG. The File C:\Program\wpkg\wpkglogon.dll is being in in use > by the following process Name: winlogon, id 904 > > Product WPKG. The File C:\Program\wpkg\WPKGMessage.exe is being in in > use by the following process Name: WPKGMessage, id 1916 > > Product WPKG. The File C:\Program\wpkg\WPKGSrv.exe is being in in use by > the following process Name: WpkgSrv.exe, id 688 > > Product WPKG -- Error 1722 There is a problem with this Windows > Installer package. A program run as part of the setup did not finish as > expected. Contact your support personnel of package vendor. Action > _A95459942_EE79_497A_9080_F39DDA8A7B80, location c:\Program > Files\wpg\wpkginst.exe command: --SETTINGSFILE=%WPKGROOT%\settings.xml And a second, another error for the same installation? Two exit codes for one failed installation? It's rather impossible. You're perhaps referring to two installation attempts? Could you clear the event log, and start again? Are you 100% sure Windows Installer 3.1 is installed (it may need a restart after the installation)? -- Tomasz Chmielewski http://wpkg.org - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users
[wpkg-users] upgrading wpkg with wpkg
Hello, It doesn't seem to work. This is on Windows SP3 so it should have a recent version of Windows Installer. I am using: I get the following error: 2008-08-22 15:38:21, ERROR : Could not process (upgrade) package 'WPKG' (wpkg):|Exit code returned non-successful value (1603) on command 'msiexec /qn /i "%SOFTWARE%\wpkg\WPKG Client 1.3.5.msi" SETTINGSFILE=%WPKGROOT%\settings.xml ALLUSERS=1 REBOOT=ReallySuppress'. Looking at the event view I see messages (in order): Product WPKG. The File C:\Program\wpkg\wpkglogon.dll is being in in use by the following process Name: winlogon, id 904 Product WPKG. The File C:\Program\wpkg\WPKGMessage.exe is being in in use by the following process Name: WPKGMessage, id 1916 Product WPKG. The File C:\Program\wpkg\WPKGSrv.exe is being in in use by the following process Name: WpkgSrv.exe, id 688 Product WPKG -- Error 1722 There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel of package vendor. Action _A95459942_EE79_497A_9080_F39DDA8A7B80, location c:\Program Files\wpg\wpkginst.exe command: --SETTINGSFILE=%WPKGROOT%\settings.xml ... Brian May - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users
Re: [wpkg-users] "Your system is in need of an update...
Hey, ya was refering to WPKG_Web. Got it fixed now anyway, I changed the dbname in connect.php to idatab1 - as is the name of the db. When I changed it back to unattended it worked out fine. Thanks for your help anyway! mscdex-2 wrote: > > If you are referring to WPKG Web, you need to execute the mysql commands > listed in the db/schema.sql file first. > > On 8/21/08, Daniel Herr <[EMAIL PROTECTED]> wrote: >> >> >> Hey all! >> >> First of all I never used an online-mailing-list before, so I hope I'm >> doing >> anything right. This is the 2nd time I write this e-mail and I think I've >> got to get a new mail provider, since I send the old one to an non >> existing >> address and couldn't find it neither in my send objects nor in my sending >> folders, as it seems it has been deleted... >> >> Anyway I'm working for a local company this summer, for a month, and they >> set me to deploy WPKG for them. >> I successfully managed to write all packages and I'm not in the middle of >> the task to make them work with WPKG_WEB. >> >> Since this was the first time I ever used MySQL I followed each steps of >> this tutorial: >> http://www.expertsrt.com/tutorials/Matt/install-apache.html >> . >> I successfully setup up both, the apache and the MySQL Server. >> Experienced >> some minor problems during it, eg. couldn't connect, but got them all >> fixed. >> >> Unfortunately now I've run across an error I don't know what to do with. >> When connected to localhost:8080/index.php >> >> "Your system is in need of an update... Cannot select >> pack_id,count(pack_id) >> as cnt from pack_checks group by pack_id --- Table 'ibdata1.pack_checks' >> doesn't exist" >> >> MySQL and Apache are up and running, I can even connect and display the >> phpinfo.php page. >> >> Help would be greatly appreciated, >> Daniel Herr! >> -- >> View this message in context: >> http://www.nabble.com/%22Your-system-is-in-need-of-an-update...-tp19086222p19086222.html >> Sent from the WPKG - Users mailing list archive at Nabble.com. >> >> - >> wpkg-users mailing list archives >> >> http://lists.wpkg.org/pipermail/wpkg-users/ >> ___ >> wpkg-users mailing list >> wpkg-users@lists.wpkg.org >> http://lists.wpkg.org/mailman/listinfo/wpkg-users >> > > - > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > ___ > wpkg-users mailing list > wpkg-users@lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > > -- View this message in context: http://www.nabble.com/%22Your-system-is-in-need-of-an-update...-tp19086222p19096470.html Sent from the WPKG - Users mailing list archive at Nabble.com. - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users
Re: [wpkg-users] "Your system is in need of an update...
If you are referring to WPKG Web, you need to execute the mysql commands listed in the db/schema.sql file first. On 8/21/08, Daniel Herr <[EMAIL PROTECTED]> wrote: > > > Hey all! > > First of all I never used an online-mailing-list before, so I hope I'm > doing > anything right. This is the 2nd time I write this e-mail and I think I've > got to get a new mail provider, since I send the old one to an non existing > address and couldn't find it neither in my send objects nor in my sending > folders, as it seems it has been deleted... > > Anyway I'm working for a local company this summer, for a month, and they > set me to deploy WPKG for them. > I successfully managed to write all packages and I'm not in the middle of > the task to make them work with WPKG_WEB. > > Since this was the first time I ever used MySQL I followed each steps of > this tutorial: http://www.expertsrt.com/tutorials/Matt/install-apache.html > . > I successfully setup up both, the apache and the MySQL Server. Experienced > some minor problems during it, eg. couldn't connect, but got them all > fixed. > > Unfortunately now I've run across an error I don't know what to do with. > When connected to localhost:8080/index.php > > "Your system is in need of an update... Cannot select > pack_id,count(pack_id) > as cnt from pack_checks group by pack_id --- Table 'ibdata1.pack_checks' > doesn't exist" > > MySQL and Apache are up and running, I can even connect and display the > phpinfo.php page. > > Help would be greatly appreciated, > Daniel Herr! > -- > View this message in context: > http://www.nabble.com/%22Your-system-is-in-need-of-an-update...-tp19086222p19086222.html > Sent from the WPKG - Users mailing list archive at Nabble.com. > > - > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > ___ > wpkg-users mailing list > wpkg-users@lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users
[wpkg-users] "Your system is in need of an update...
Hey all! First of all I never used an online-mailing-list before, so I hope I'm doing anything right. This is the 2nd time I write this e-mail and I think I've got to get a new mail provider, since I send the old one to an non existing address and couldn't find it neither in my send objects nor in my sending folders, as it seems it has been deleted... Anyway I'm working for a local company this summer, for a month, and they set me to deploy WPKG for them. I successfully managed to write all packages and I'm not in the middle of the task to make them work with WPKG_WEB. Since this was the first time I ever used MySQL I followed each steps of this tutorial: http://www.expertsrt.com/tutorials/Matt/install-apache.html. I successfully setup up both, the apache and the MySQL Server. Experienced some minor problems during it, eg. couldn't connect, but got them all fixed. Unfortunately now I've run across an error I don't know what to do with. When connected to localhost:8080/index.php "Your system is in need of an update... Cannot select pack_id,count(pack_id) as cnt from pack_checks group by pack_id --- Table 'ibdata1.pack_checks' doesn't exist" MySQL and Apache are up and running, I can even connect and display the phpinfo.php page. Help would be greatly appreciated, Daniel Herr! -- View this message in context: http://www.nabble.com/%22Your-system-is-in-need-of-an-update...-tp19086222p19086222.html Sent from the WPKG - Users mailing list archive at Nabble.com. - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wpkg-users mailing list wpkg-users@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users