ylazy / nativeapplicationupdater

Automatically exported from code.google.com/p/nativeapplicationupdater
0 stars 1 forks source link

Dont work for some cases #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
Any windows

Please provide any additional information below.

Windows main folder is not on disk C

This code is bad solution

var cmdExe:File = (os.indexOf("win") > -1) ? new 
File("C:\\Windows\\System32\\cmd.exe") : null;

Why cmd.exe? May be run installer?

Original issue reported on code.google.com by deerares on 9 Nov 2011 at 3:44