Ejemplo n.º 1
0
        private void DeploySharpRemote(IApplicationInstaller installer)
        {
            List <string> fileNames = SharpRemoteFiles.Select(x => Path.Combine(SharpRemoteFolder, x)).ToList();

            installer.AddFiles(fileNames, Environment.SpecialFolder.LocalApplicationData);
        }