August 11, 200521 yr When I go to install one software by click on a (wpi 's menu) Install Button I have one error that say:Message: Propriety or metod not supported by objecturl: file://g:\$oem$$1\install\wpi\wpi.htaFile: mains.jsLine 138This error is translate from italian language...sorry for englishAnyone can help me? I have opened this main.js but i don't understand the error at line 138...thank
August 11, 200521 yr Author 4.2 version. I have downloaded it this morning... why? there are problem on this version?
August 11, 200521 yr Actually there isn't a prob with WPI can I please have you add your config.js file as an attachment to your next post also what other files did you modify...
August 11, 200521 yr Author I HAVE MODIFIED ONE FILE... WPI.CMD IN THIS WAY: @ECHO OFFREM Example, how to look for CDROM-drive. Must have WPI.ico at the root of the CD.for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\wpi.ico set CDROM=%%i:echo Found CD-Rom as drive %CDROM%REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%.set wpipath=%cdrom%/$OEM$\$1\Install\WPIREM Hide this command window.%wpipath%\Tools\cmdow.exe @ /hidREM Force resolution to needed size for wpi interface.%wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -qREM Font installation - the smooth and customizable way./wait %wpipath%\Tools\fonts\fontinstaller.exeREM Special registry tweak needed.regedit /s "%wpipath%\common\wpi.regREM Make WPI directory the current directory.for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:cd "%wpipath%"REM Start WPI and wait for its endstart /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"REM Rebooting the sytem to finalize the installation process.--shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."exit:endCONFIG.JS IS ATTACHEDTHANKconfig.js
August 11, 200521 yr Author PSIN THE CONFIG.JS YOU CAN SEE 3 MODIFICATION TAHT I DO TO PROVE THE CORRECT OPERATION OF JOB.MODIFICATION ARE ACROBAT 7 - NETFRAME - DEL USER NETFRAME
August 11, 200521 yr =%cdrom%/$OEM$\$1\Install\WPILook closely at this line...you have entered a "/" when it should be a "\" try that.
August 11, 200521 yr Author i have correct this but the error go out again...i prove to lounch directly wpi.hta e click to install netframe but nothing...same error in line 138 of mains.jsI thing that is a var txtcol taht give problem... Ihave erase this line and the next errod was at line 166 were i will find a nex txtcol...i going crazy...Thank
August 11, 200521 yr First off go and delete all of the entries for the programs you dont have installers for...
August 11, 200521 yr Nevermind i think i see your problem WPI does not come with the installers for the program entries included you are REQUIRED to provide the programs yourself...
August 11, 200521 yr Author i have no idea to resolve it... i think i will go to restart wpi integration...Any other ideas?tk
August 11, 200521 yr I get this same error message...using the latest version of WPI, with a very simple install setup. I've posted my config.js and main.js as well.I've got WPI setup to run via winnt.sif, and everything works fine there...however, I when I try to run WPI after the first run I get that error when I click 'Begin Install'. I've checked main.js for line 138 and this is what it says:var titBgCol = (s[2])? "BGCOLOR='"+s[2]+"'" : ""Of course I have no idea what that means so I'm lost...HELP!main.jsconfig.js
August 11, 200521 yr Author i have a question Inthewayboy????Your cd of xp have a ryanpack integrated? Sorry for my english???Can you post your winnt.sif?
August 11, 200521 yr I don't have the RyanVM Update Pack, but I do use a few of his silent installers...Java, .NET Framework, and Adobe Acrobat 7.0.1.The source is a vanilla copy of WinXP Pro OEM, with only one replaced file (NOTEPAD.EX_). No TXTSETUP.SIF editing has been done...winnt.sif
August 11, 200521 yr Looks like the same error in this thread:http://www.msfn.org/board/index.php?showtopic=52270However, it's older and he said the problem was fixed when he updated to the latest WPI...which I already have.In that thread it looked like it was a UNC issue, but since I'm trying to run this from the HD I don't see how that is an issue.
Create an account or sign in to comment