Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

33,788

Downloads of v 6.2109.0.43871:

23

Last Update:

11 Mar 2021

Package Maintainer(s):

Software Author(s):

  • Dashlane Inc.

Tags:

dashlane admin

Dashlane

Downloads:

33,788

Downloads of v 6.2109.0.43871:

23

Software Author(s):

  • Dashlane Inc.

Tags:

dashlane admin

Dashlane

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Unknown

WARNING

This package was rejected on 16 Apr 2021. The reviewer chocolatey-ops has listed the following reason(s):

dittodhole (maintainer) on 11 Mar 2021 15:59:37 +00:00:

User 'dittodhole' (maintainer) submitted package.

chocolatey-ops (reviewer) on 11 Mar 2021 16:33:29 +00:00:

dashlane has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.

Guidelines

Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.

  • Release Notes (releaseNotes) are a short description of changes in each version of a package. Please include releasenotes in the nuspec. NOTE: To prevent the need to continually update this field, providing a URL to an external list of Release Notes is perfectly acceptable. More...

chocolatey-ops (reviewer) on 11 Mar 2021 16:35:38 +00:00:

dashlane has failed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/9e130f58ab5862490ec0059f549be1f3 for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey-community/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.

chocolatey-ops (reviewer) on 01 Apr 2021 23:15:17 +00:00:

We've found dashlane v6.2109.0.43871 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

chocolatey-ops (reviewer) on 16 Apr 2021 23:16:54 +00:00:

Unfortunately there has not been progress to move dashlane v6.2109.0.43871 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.

Status Change - Changed status of package from 'submitted' to 'rejected'.

Description

Never forget another password
Never misplaced. Never forgotten. Dashlane securely remembers all of your passwords.


tools\chocolateyinstall.ps1
$ErrorActionPreference = "Stop";

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  fileType = "exe"
  silentArgs = "/SD"
  url = "https://d3qm0vl2sdkrc.cloudfront.net/releases/6.2109.0/6.2109.0.43871/release/DashlaneInst.exe"
  validExitCodes = @(0,1223)
  checksum = "fa6e2d6639219cea98615d5816808fba206c72e0"
  checksumType = "sha1"
};

Install-ChocolateyPackage @packageArgs

$installLocation = Get-AppInstallLocation "dashlane*"
if ($installLocation) {
  Write-Host "$packageName installed to '$installLocation'"
} else {
  Write-Warning "Can't find install location"
}

Start-Sleep -Seconds 20

Get-Process -Name "dashlane*" | % {
  Write-Host "Stopping $($_.ProcessName) process ($($_.Id)) ..."
  Stop-Process $_
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = "Stop";

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  softwareName = "dashlane*"
  fileType = "exe"
};

[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs.softwareName
if ($key.Count -eq 1) {
  $key | % {
    $packageArgs.file = "$($_.UninstallString)"
    $packageArgs.silentArgs = "/SD"

    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Dashlane 6.2134.0.49208 2012 Friday, September 17, 2021 Approved
Dashlane 6.2112.0.44395 1759 Wednesday, April 7, 2021 Approved
Dashlane 6.2052.0.42278 1238 Thursday, January 21, 2021 Approved
Dashlane 6.2050.0.41953 1047 Monday, December 14, 2020 Approved
Dashlane 6.2041.0.39937 1072 Thursday, October 15, 2020 Approved
Dashlane 6.2039.0.39665 609 Wednesday, September 30, 2020 Approved
Dashlane 6.2037.0.39131 468 Wednesday, September 23, 2020 Approved
Dashlane 6.2030.0.37244 1078 Tuesday, July 28, 2020 Approved
Dashlane 6.2017.0.34635 1225 Tuesday, April 28, 2020 Approved
Dashlane 6.2011.0.33406 736 Tuesday, March 24, 2020 Approved
Dashlane 6.2007.0.32704 648 Wednesday, February 26, 2020 Approved
Dashlane 6.2004.0.32112 629 Monday, February 3, 2020 Approved
Dashlane 6.1946.0.26096 842 Monday, November 25, 2019 Approved
Dashlane 6.1944.0.25283 531 Friday, November 8, 2019 Approved
Dashlane 6.1933.0.22573 956 Saturday, August 24, 2019 Approved
Dashlane 6.1931.0.22244 248 Friday, August 23, 2019 Approved
Dashlane 6.1920.0.20431 899 Tuesday, May 28, 2019 Approved
Dashlane 6.1918.0.20205 425 Saturday, May 11, 2019 Approved
Dashlane 6.1911.1.18939 619 Tuesday, April 2, 2019 Approved
Dashlane 6.1907.0.17833 582 Wednesday, February 27, 2019 Approved
Dashlane 6.1901.0.16461 606 Tuesday, January 8, 2019 Approved
Dashlane 6.1848.0.15588 427 Wednesday, December 5, 2018 Approved
Dashlane 6.1846.0.15081 343 Monday, November 19, 2018 Approved
Dashlane 6.1843.0.14402 333 Monday, November 5, 2018 Approved
Dashlane 6.1841.0.13779 350 Thursday, October 25, 2018 Approved
Dashlane 6.6.1.13351 445 Monday, October 1, 2018 Approved
Dashlane 6.4.0.12512 368 Friday, September 7, 2018 Approved
Dashlane 6.3.0.12323 299 Thursday, August 30, 2018 Approved
Dashlane 6.2.0.12026 266 Wednesday, August 29, 2018 Approved
Dashlane 6.0.0.10822 513 Tuesday, July 24, 2018 Approved
Dashlane 5.15.1.22107 503 Wednesday, June 20, 2018 Approved
dashlane 5.12.0.19744 439 Tuesday, May 22, 2018 Approved
dashlane 5.12.0-unstable0017-19744 264 Wednesday, May 23, 2018 Approved
dashlane 5.8.0.17084 523 Friday, March 30, 2018 Approved
dashlane 5.6.0.15520 521 Thursday, February 8, 2018 Approved
dashlane 5.1.0.11228 634 Wednesday, November 29, 2017 Approved
dashlane 5.0.0.10636 515 Monday, November 13, 2017 Approved
dashlane 4.8.3.33797 824 Thursday, August 10, 2017 Approved
dashlane 4.1.1.10306 1129 Thursday, April 14, 2016 Approved
Discussion for the Dashlane Package

Ground Rules:

  • This discussion is only about Dashlane and the Dashlane package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Dashlane, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus