Beispiel #1
0
    public ZeroInstallLauncher(string commandLine)
        : base(ProcessUtils.FromCommandLine(commandLine))
    {
        string?installBase = Path.GetDirectoryName(FileName);

        _mutexName             = ZeroInstallEnvironment.MutexName(installBase);
        _updateMutexName       = ZeroInstallEnvironment.UpdateMutexName(installBase);
        _legacyMutexName       = ZeroInstallEnvironment.LegacyMutexName(installBase);
        _legacyUpdateMutexName = ZeroInstallEnvironment.LegacyUpdateMutexName(installBase);
    }
Beispiel #2
0
 public ZeroInstallLauncher(string commandLine)
     : base(ProcessUtils.FromCommandLine(commandLine))
 {
 }