Thiersee Posted June 6, 2013 Posted June 6, 2013 (edited) Hi, I got a problem with a batch file and two programs returning error code 999 in the log-file. What does this code mean? If I start the programs and the batch-file manually they works. Regards, Thiersee Edited June 12, 2013 by Thiersee Quote
myselfidem Posted June 6, 2013 Posted June 6, 2013 Could you paste your config.js file, please? Check the quotations inside your command! Cheers Quote
Thiersee Posted June 6, 2013 Author Posted June 6, 2013 I'm not allowed to upload this kind of files (.js). Quote
Thiersee Posted June 8, 2013 Author Posted June 8, 2013 Ok, here ist it!Together with config.js I packed the WPI-log.txt and my WinToolkit.INI, so you can see what is integrated in the ISO. BTW, the two programs not running within WPI run in windows and if I put them in Wintoolkit as silent-installer. Two time tried, two time the same error; every time absolutely the same ISO and the same WPI-Package.config.7z Quote
myselfidem Posted June 8, 2013 Posted June 8, 2013 It seems the trouble is inside the program: CopyFile_DE-IT.exe Have you the same error if you change his order place? Quote
Thiersee Posted June 8, 2013 Author Posted June 8, 2013 There is the same error with Skype. Again:after the WPI-run, where those two program give an error 999, I start them manually (outside of WPI) and they will be installed without error! Quote
myselfidem Posted June 9, 2013 Posted June 9, 2013 How do you have create those exe files: SkypeSetup_6.5.0.158_silent.exe and CopyFile_DE-IT.exe.Using 7zsd.sfx? Quote
Thiersee Posted June 9, 2013 Author Posted June 9, 2013 With SFX-Maker. Skype: Skype_XYZ.msi /passive /norestartCopyfile: as folder and CopyFile.bat as executable; the folder mentioned in the .bat are obviously present. CopyFile.bat:@echo off &setlocalif defined ProgramW6432 ( set "pf=%ProgramW6432%" set "cs=ClassicShell") else ( set "pf=%ProgramFiles%" set "cs=ClassicShell")if defined ProgramFiles(x86) (set "pf_x86=%ProgramFiles(x86)%") else set "pf_x86=%ProgramFiles%":: Hier dein Code, in dem du mit folgenden Variablen arbeitest.:: ECHOs und PAUSE entfernen, wenn du siehst, dass die Pfade korrekt sind.copy "%cs%\*.dll" "%pf%\ClassicShell\" Regards, Thierseecopy "ImgBurn\*.lng" "%pf_x86%\ImgBurn\languages\"copy "MozBackup\*.lng" "%pf_x86%\MozBackup\"copy "IrfanViewLanguage\*.*" "%pf_x86%\IrfanView\Languages\" This batch, built in the same way, works fine without issues.@echo off &setlocalif defined ProgramW6432 ( set "pf=%ProgramW6432%" set "cs=ClassicShell") else ( set "pf=%ProgramFiles%" set "cs=ClassicShell")if defined ProgramFiles(x86) (set "pf_x86=%ProgramFiles(x86)%") else set "pf_x86=%ProgramFiles%"copy "AIDA64-Reg\pkey.txt" "%pf_x86%\FinalWire\AIDA64 Extreme Edition" Quote
myselfidem Posted June 11, 2013 Posted June 11, 2013 (edited) About Skype msi! The next WPI release v8.6.7 will have a new function {MSI}: http://www.msfn.org/board/topic/158273-wpi-86-and-beyond-bugbugfix-thread/page__view__findpost__p__1042077 **** Added {CMD} to the list of functions.**** Add Win2k to the conditions.**** Fixed a executebefore64bit error.**** User file written version updated slightly.**** Fixed a autologoncount error.**** Fixed a alert sound location error.**** More info added to the installer log.**** Removed more old leftover code.**** Added setfilesystem to the conditions.**** More fontinstaller improvements.**** Tons of textual errors fixed.**** Added {MSI} to the commands for standard msi files.**** Added alerts to themewizard when exiting.**** Fixed a couple of resolution errors.**** Restored "Float" for the tooltips.**** Tons of minor features improved.**** Fixed AutoAdminLogin feature.**** Added HiPerformance Power Scheme for Win7. Tested and working fine:http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/page__view__findpost__p__1040896 However it's only a "Supporter release"...But many bugs have been solved and I encourage you to acquire the new WPI_v.8.6.7 Cheers and regards Edited June 12, 2013 by myselfidem Quote
Thiersee Posted June 12, 2013 Author Posted June 12, 2013 Hi, don't ask me how, why and so on: after the windows-update of yesterday and with the same WPI, integrates Skype without issue, my batch-file does not :censored: !Anyway, the image is now to big for a normal DVD-R, therefore is WPI at the moment not for me. Thanks again for your efforts. Thiersee Quote
myselfidem Posted June 13, 2013 Posted June 13, 2013 Thanks, but why have you changed your title's thread ? Quote
bphlpt Posted June 13, 2013 Posted June 13, 2013 I think because he no longer has the problem, so [closed], but he has no idea why it works now when it didn't earlier [Not solved but]. Cheers and Regards Quote
Thiersee Posted June 13, 2013 Author Posted June 13, 2013 I think because he no longer has the problem, so [closed], but he has no idea why it works now when it didn't earlier [Not solved but]. Cheers and RegardsExactly :thumbsup_anim: ! Quote
myselfidem Posted June 13, 2013 Posted June 13, 2013 Seems a better title: Solved but not closed Cheers Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.