Michael Wall schrieb: > I have a package that will install when I run the wpkg-start.bat > manually, but it fails when this same script runs on startup. I have it > set up as a computer startup script in Active Directory. The event > logs say "failed check after install". I am not sure what is > happening. Here is the package: Is it true, or not (no "Oracle JInitiator 1.3.1.26" in Software Add/remove if you install via AD)? > <check type="uninstall" condition="exists" path="Oracle > JInitiator 1.3.1.26" /> > > <install cmd="%SOFTWARE%\jinit13126\disk1\Setup.exe -s" /> If yes, it perhaps means that the installer is broken and only works when installed interactively, or explicitly as Administrator... You can: 1) double-check if there is no error on your side 2) complain to the vendor - Oracle is a big company, and should design software carefully 3) try to use WPKG Installer, and install software as Administrator -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |