Windows Script Runtime

Started by Randem, May 29, 2008, 06:07:06 AM

Previous topic - Next topic

Randem

1 - Yes, you need to download those files for them to be found unless you already have them on your system.
 
2 - If you look at the parameter OnlyBelowVersion, that is exactly what will not happen.
 
3 - It was always wrong. Perhaps you may want to read Installation Problems

kiwimenthe

Hi
Using the last version of Innoscript, I now get:
 
Source: scripten.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; MinVersion: 0,5.0; OnlyBelowVersion: 0,5.02; Tasks: ScriptingRuntime
Source: scr56en.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,4.01; Tasks: ScriptingRuntime
 
1) do I have first to download them (scr56en.exe and scripten.exe) ?
2) What about Vista ? we don't need to deploy the Windows Script Runtime on it ?
3) before I simply wrote in my script:
Source: scrrun.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
Is that now wrong ?
 
Thanks