The action "Fetch URL" do not allow HTTPS.
I try to create it with a new action FetchHttpsURL.action :
FetchHttpsURL.action.txt
It required Tls library. I found :
tcltls1.7.22.zip
I copied the folder tcltls1.7.22 to C:\Program Files (x86)\InstallJammer\Binaries\Windows
At execution time, I have the error :
Error in action FetchHttpsURL
error deleting "C:/Users/sbarb/AppData/Local/Temp/tcl199942599521756.tmp": permission denied
while executing
"file delete $file"
(procedure "load" line 52)
invoked from within
"load /installkitvfs/lib/tcltls1.7.22/tcltls.dll Tls"
("package ifneeded" script)
invoked from within
"package require tls"
(procedure "::InstallJammer::actions::FetchHttpsURL" line 6)
invoked from within
"::InstallJammer::actions::$component $this"
Error in action FetchHttpsURL
error deleting "C:/Users/sbarb/AppData/Local/Temp/tcl199942599521756.tmp": permission denied
while executing
"file delete $file"
(procedure "load" line 52)
invoked from within
"load /installkitvfs/lib/tcltls1.7.22/tcltls.dll Tls"
("package ifneeded" script)
invoked from within
"package require tls"
(procedure "::InstallJammer::actions::FetchHttpsURL" line 6)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $id -when $when"
(procedure "::InstallJammer::RaiseEventHandler" line 86)
invoked from within
"::InstallJammer::RaiseEventHandler .wizard"
(command bound to event)
The action "Fetch URL" do not allow HTTPS. I try to create it with a new action FetchHttpsURL.action : FetchHttpsURL.action.txt It required Tls library. I found : tcltls1.7.22.zip I copied the folder tcltls1.7.22 to C:\Program Files (x86)\InstallJammer\Binaries\Windows
At execution time, I have the error : Error in action FetchHttpsURL
error deleting "C:/Users/sbarb/AppData/Local/Temp/tcl199942599521756.tmp": permission denied while executing "file delete $file" (procedure "load" line 52) invoked from within "load /installkitvfs/lib/tcltls1.7.22/tcltls.dll Tls" ("package ifneeded" script) invoked from within "package require tls" (procedure "::InstallJammer::actions::FetchHttpsURL" line 6) invoked from within "::InstallJammer::actions::$component $this" Error in action FetchHttpsURL
error deleting "C:/Users/sbarb/AppData/Local/Temp/tcl199942599521756.tmp": permission denied while executing "file delete $file" (procedure "load" line 52) invoked from within "load /installkitvfs/lib/tcltls1.7.22/tcltls.dll Tls" ("package ifneeded" script) invoked from within "package require tls" (procedure "::InstallJammer::actions::FetchHttpsURL" line 6) invoked from within "::InstallJammer::actions::$component $this" while executing "$obj execute" (procedure "::InstallJammer::ExecuteActions" line 69) invoked from within "::InstallJammer::ExecuteActions $id -when $when" (procedure "::InstallJammer::RaiseEventHandler" line 86) invoked from within "::InstallJammer::RaiseEventHandler .wizard" (command bound to event)
I need help... Thanks.