Is there any sure way to install them?
Page 1 of 1
Acdsee, Ad-Aware Pro and Winamp 5.03 having problems...
#1
Posted 01 May 2004 - 12:58 PM
Hey there, Im not being able to do an unattended install of AcdSee Classic, Ad-Aware Pro 6 and Winamp 5.03 Full... 
Is there any sure way to install them?
Is there any sure way to install them?
#2
Posted 01 May 2004 - 01:16 PM
hi,
please explain ur probs a a little bit more intense. How should we know where ur probs are?
cya
Killer Bee
please explain ur probs a a little bit more intense. How should we know where ur probs are?
winamp.exe /S pskill winamp.exe
cya
Killer Bee
#3
Posted 01 May 2004 - 02:09 PM
Im using the following script to install ACDSee Classic:
adware.js file:
but Windows says it cant open the file and asks me to choose an application to open it.
for Winamp /S switch I got the "Incorrect Command Line Parameters." message.
Added Code tages for easier reading
start E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AcdSeeClassic\acdseeclassic.exe start /min /wait cscript E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AcdSeeClassic\SendKeys.vb script: (start.cmd) [code] ECHO Installing Ad-Aware Pro v6 Build 181 ECHO Please wait... Copy E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AAwP6181\sleep.exe %systemroot%\ Copy E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AAwP6181\AdAware.exe %systemdrive%\ Copy E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AAwP6181\adaware.js %systemdrive%\ sleep 1 CD %systemdrive%\ Start %systemdrive%\adaware.js sleep 9 Copy /y "E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AAwP6181\reflist.ref" "%systemdrive%\Program Files\Lavasoft\Ad-aware 6\" Copy "E:\AIODVD\SETUP\XP\Professional\SOFTWARE\Applications\AAwP6181\prefs.ini" "%systemdrive%\Program Files\Lavasoft\Ad-aware 6\" Del %systemdrive%\adaware.js Del %systemdrive%\AdAware.exe exit
adware.js file:
function getWin(win, inc)
{
var cntr = 0;
while (!WshShell.AppActivate(win))
{
if (cntr==12) return true;
cntr++;
WScript.Sleep(inc);
}
return true;
}
var WshShell = new ActiveXObject("WScript.Shell");
var oExec = WshShell.Exec("AdAware.exe /s");
while (oExec.Status == 0)
{
WScript.Sleep(500);
getWin("Password", 3000);
WshShell.SendKeys ("XXXXXXX");
WScript.Sleep(500);
WshShell.SendKeys ("{ENTER}");
}
WScript.quit();
but Windows says it cant open the file and asks me to choose an application to open it.
for Winamp /S switch I got the "Incorrect Command Line Parameters." message.
Added Code tages for easier reading
This post has been edited by Alanoll: 03 May 2004 - 02:33 PM
#4
Posted 01 May 2004 - 05:29 PM
#5
Posted 01 May 2004 - 10:11 PM
hi,
wow plz use code tags along with ur code to make it readable.
cya
Killer Bee
wow plz use code tags along with ur code to make it readable.
cya
Killer Bee
#6
Posted 03 May 2004 - 02:16 PM
mazin > Ad-Aware works perfectly when I install it "manually"
killerbee > what u mean with "code tags"?
killerbee > what u mean with "code tags"?
#7
Posted 03 May 2004 - 02:25 PM
Orsi, on May 1 2004, 02:09 PM, said:
but Windows says it cant open the file and asks me to choose an application to open it.
Well!
What runs js files is WScript.exe (Windows Script Host). I think it's installed by default with Windows. If not, then this is the problem. Otherwise, js files are not yet associated with WScript.exe on your machine!
I don't know more explanations. However, there's another way explained by ZoSTeR here: http://www.msfn.org/board/index.php?showtopic=16094&st=10
Share this topic:
Page 1 of 1



Help

Back to top








