Downloads:
2,783
Downloads of v 7.2.2:
15
Last Update:
31 Jan 2025
Package Maintainer(s):
Software Author(s):
- Peter Severin
Tags:
wireframesketcher mockups wireframes wireframing prototypes prototyping- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WireframeSketcher
- 1
- 2
- 3
7.2.2 | Updated: 31 Jan 2025
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,783
Downloads of v 7.2.2:
15
Maintainer(s):
Software Author(s):
- Peter Severin
WireframeSketcher 7.2.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Peter Severin. The inclusion of Peter Severin trademark(s), if any, upon this webpage is solely to identify Peter Severin goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WireframeSketcher, run the following command from the command line or from PowerShell:
To upgrade WireframeSketcher, run the following command from the command line or from PowerShell:
To uninstall WireframeSketcher, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download wireframesketcher --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade wireframesketcher -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade wireframesketcher -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install wireframesketcher
win_chocolatey:
name: wireframesketcher
version: '7.2.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wireframesketcher' do
action :install
source 'INTERNAL REPO URL'
version '7.2.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wireframesketcher
{
Name = "wireframesketcher"
Version = "7.2.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wireframesketcher':
ensure => '7.2.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 31 Jan 2025.
WireframeSketcher, wireframing tool for professionals
WireframeSketcher is a software tool that helps product managers,
designers and developers quickly create wireframes, mockups and
prototypes for desktop, web and mobile applications. It's standalone
software and a plug-in for any Eclipse IDE.
Mockup your website,
desktop, Android and iPhone applications. Get useful stencils from
Mockups Gallery. Create your own assets using standard SVG format.
Streamlined and professional interface lets you get results fast and
with great effect. Sketchy look makes you focus on what's important.
Use version control to work with your team. Manage large prototypes
with projects. Present your work in full-screen viewer. Share
click-through PDFs with your clients.
Try WireframeSketcher for free before you buy it. The software is fully
functional for 14 days. After the evaluation period is over, you'll
need a license key in order to save your work.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "$($env:ChocolateyPackageTitle)*"
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
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)"}
}
Log in or click on link to see number of positives.
- wireframesketcher.7.2.2.nupkg (6e5426c0a09f) - ## / 66
- WireframeSketcher-7.2.2.exe (54cde7cd77fc) - ## / 46
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
WireframeSketcher 7.2.2 | 15 | Friday, January 31, 2025 | Approved | |
WireframeSketcher 7.2.1 | 37 | Thursday, October 3, 2024 | Approved | |
WireframeSketcher 7.2.0 | 29 | Monday, September 9, 2024 | Approved | |
WireframeSketcher 7.1.1 | 58 | Thursday, April 25, 2024 | Approved | |
WireframeSketcher 7.1.0 | 44 | Thursday, March 21, 2024 | Approved | |
WireframeSketcher 7.0.0 | 75 | Thursday, September 28, 2023 | Approved | |
WireframeSketcher 6.6.3 | 79 | Thursday, July 20, 2023 | Approved | |
WireframeSketcher 6.6.2 | 57 | Thursday, June 22, 2023 | Approved | |
WireframeSketcher 6.6.1 | 123 | Thursday, March 23, 2023 | Approved | |
WireframeSketcher 6.6.0 | 63 | Monday, January 23, 2023 | Approved | |
WireframeSketcher 6.5.0 | 82 | Friday, September 23, 2022 | Approved | |
WireframeSketcher 6.4.3 | 83 | Thursday, July 28, 2022 | Approved | |
WireframeSketcher 6.4.2 | 137 | Thursday, April 14, 2022 | Approved | |
WireframeSketcher 6.4.1 | 189 | Friday, December 17, 2021 | Approved | |
WireframeSketcher 6.4.0 | 101 | Thursday, December 16, 2021 | Approved | |
WireframeSketcher 6.3.3 | 123 | Thursday, September 23, 2021 | Approved | |
WireframeSketcher 6.3.2 | 123 | Tuesday, July 20, 2021 | Approved | |
WireframeSketcher 6.3.1 | 124 | Thursday, April 29, 2021 | Approved | |
WireframeSketcher 6.3.0 | 156 | Tuesday, January 12, 2021 | Approved | |
WireframeSketcher 6.2.3 | 300 | Thursday, June 25, 2020 | Approved | |
WireframeSketcher 6.2.1 | 281 | Friday, January 31, 2020 | Approved | |
WireframeSketcher 6.2.0 | 230 | Wednesday, October 9, 2019 | Approved | |
WireframeSketcher 6.1.0 | 274 | Friday, April 19, 2019 | Approved |
Copyright © 2008, 2025 WireframeSketcher.com
This package has no dependencies.
Ground Rules:
- This discussion is only about WireframeSketcher and the WireframeSketcher 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 WireframeSketcher, 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.