, . , , WinJS, , , . , .exe,.msi ..
.txt , :
var txtFile = "Assets\\myFile.txt";
Windows.ApplicationModel.Package.current.installedLocation.getFileAsync(txtFile).then(
function (file) {
Windows.System.Launcher.launchFileAsync(file).then(
function (success) {
if (success) {
} else {
}
});
});
, , , , .