Adiel Posted October 15, 2004 Posted October 15, 2004 the apps :.NET FrameworkAdobe Reader 6.02Sun Javajust won't install! no error massages and no nothing!!.NET & adobe reader are both SFX archives created by the user RyanVM , they are switchless , and when i asked him about the weird problem he didn't had a clue ..and the paths allright! if they weren't a windows would popup saying "can't find the path specified"here's my runonceex part for this apps :cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Applications Install By Adiel" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\003 /VE /D ".NET Framework 1.1"REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Applications\DotNetFramework\netfxsp1.exe" /f >> %windir%\apps.logREG ADD %KEY%\010 /VE /D "Adobe Reader 6.02"REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader\acroread602.exe" /f >> %windir%\apps.logREG ADD %KEY%\050 /VE /D "Sun Java 5.0 (1.5.0)"REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\SunJava\jre-1_5_0-windows-i586.exe /s /qn ADDLOCAL=ADD IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0" /f >> %windir%\apps.log
Adiel Posted October 15, 2004 Author Posted October 15, 2004 I HOPE ITS OK TO POST SAME PROBLEM IN TWO DIFFERENT FORUMS, IF NOT - ADMINS PLZ LOCK / DELETE.here's the problem , those apps :.NET FrameworkAdobe Reader 6.02Sun Javajust not installing. no error massage saying path ain't correct , and no other error massage. the path is alright! ...NET & adobe reader are both SFX archives created by the user RyanVM , they are switchless , and when i asked him about the weird problem he didn't had a clue ..here's my runonceex part for this apps :cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Applications Install By Adiel" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\003 /VE /D ".NET Framework 1.1"REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Applications\DotNetFramework\netfxsp1.exe" /f >> %windir%\apps.logREG ADD %KEY%\010 /VE /D "Adobe Reader 6.02"REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader\acroread602.exe" /f >> %windir%\apps.logREG ADD %KEY%\050 /VE /D "Sun Java 5.0 (1.5.0)"REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\SunJava\jre-1_5_0-windows-i586.exe /s /qn ADDLOCAL=ADD IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0" /f >> %windir%\apps.log
hasi001 Posted October 15, 2004 Posted October 15, 2004 Change EG ADD %KEY%\010 /VE /D "Adobe Reader 6.02" toREG ADD %KEY%\010 /VE /D "Adobe Reader 6.02"also I'm not sure if those >> redirections work.
Adiel Posted October 15, 2004 Author Posted October 15, 2004 sorry there's R i just copy it wrong , my bad .and this redirections works, i use it in all of my other apps.
Yzöwl Posted October 15, 2004 Posted October 15, 2004 I dont wish to sound like I'm belittling you, but are you sure you are calling the runonceex.cmd from cmdlines.txt or some such other place!
Adiel Posted October 15, 2004 Author Posted October 15, 2004 lol , of course from cmlines.txtmy other apps such as ad aware , winrar , etc ..are installing just ok
Alanoll Posted October 15, 2004 Posted October 15, 2004 sorry Adiel, all points point to path error. Except for maybe JAVA. I think you're missing something. If i remember right...REG ADD %KEY%\050 /VE /D "Sun Java 5.0 (1.5.0)"REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\SunJava\jre-1_5_0-windows-i586.exe /s /v\" /qn ADDLOCAL=ADD IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0\"" /f >> %windir%\apps.logshould be correct. But I may be wrong.
Adiel Posted October 16, 2004 Author Posted October 16, 2004 if there was a problem with the path the runonceex proccess wouldn't popup a window about this? strange .. :|
prathapml Posted October 16, 2004 Posted October 16, 2004 Alanoll, I don't know whether it could be a path error (didn't think about this yet), bu he definitely doesn't need the switches.@AdielRyanVM has a Java 5.0 package as well, get that. It will be switchless.And is there any reason *WHY* you need this?>> %windir%\apps.logJust a suggestion, but remove those parts, and try again, it _might_ work properly.I HOPE ITS OK TO POST SAME PROBLEM IN TWO DIFFERENT FORUMSNo, its *NOT* okay. Topics merged.
Adiel Posted October 16, 2004 Author Posted October 16, 2004 i've downloaded Ryavnm package , i'm gonna test it.the .NET and Adobe Reader are made by ryanvm ..i'm gonna remover those redirections and check again.ans sorry about double post , won't happen again
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now