
3,214
Downloads
17
Downloads of v 11.95
2/13/2019
Last update
Diagram software with UML, SysML, ERD, BPMN, ArchiMate, flowcharts, user stories, wireframe support.
Thanks to Dušan, the author, for supporting this package.
To install Software Ideas Modeler (Install), run the following command from the command line or from PowerShell:
C:\> choco install software-ideas-modeler
To upgrade Software Ideas Modeler (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade software-ideas-modeler
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'software-ideas-modeler' $url = 'https://www.softwareideas.net/Download/File/797/SoftwareIdeasModelerSetup32-11-95.exe' $url64 = 'https://www.softwareideas.net/Download/File/798/SoftwareIdeasModelerSetup64-11-95.exe' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'EXE' url = $url url64bit = $url64 softwareName = 'Software Ideas Modeler*' checksum = '5417ac442c764045c854b540168b170a13c17e1e771f050d760cf55523970f2e' checksumType = 'sha256' checksum64 = 'c854beee0342eebb8660f357cc391710102e6f2e0f6ab64f5f9b97511c3efb58' checksumType64= 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' # Inno Setup validExitCodes= @(0) } Install-ChocolateyPackage @packageArgs
- tools\chocolateyUninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName = 'software-ideas-modeler' $softwareName = 'Software Ideas Modeler*' $installerType= 'EXE' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NOMSG=1' # Inno Setup $validExitCodes = @(0) $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName if ($key.Count -eq 1) { $key | % { $file = "$($_.UninstallString)" $file = $file -replace '"$', '' $file = $file -replace '^"', '' Uninstall-ChocolateyPackage -PackageName $packageName ` -FileType $installerType ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -File "$file" } } 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"} }
Virus Scan Results
- software-ideas-modeler.11.95.nupkg (eec6f79f3c5e) - ## / 59 - Log in or click on link to see number of positives
- SoftwareIdeasModelerSetup64-11-95.exe (c854beee0342) - ## / 70 - Log in or click on link to see number of positives
- SoftwareIdeasModelerSetup32-11-95.exe (5417ac442c76) - ## / 69 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
(c) 2009-2017 Dušan Rodina
Tags
Release Notes
https://www.softwareideas.net/en/news
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Software Ideas Modeler (Install) 11.95 | 17 | Wednesday, February 13, 2019 | approved |
Software Ideas Modeler (Install) 11.94 | 22 | Wednesday, January 23, 2019 | approved |
Software Ideas Modeler (Install) 11.90 | 45 | Monday, November 19, 2018 | approved |
Software Ideas Modeler (Install) 11.89 | 35 | Wednesday, October 31, 2018 | approved |
Software Ideas Modeler (Install) 11.88 | 32 | Thursday, October 25, 2018 | approved |
Software Ideas Modeler (Install) 11.87 | 42 | Monday, October 15, 2018 | approved |
Software Ideas Modeler (Install) 11.86 | 26 | Monday, October 8, 2018 | approved |
Software Ideas Modeler (Install) 11.85 | 37 | Tuesday, October 2, 2018 | approved |
Software Ideas Modeler (Install) 11.80 | 42 | Thursday, September 13, 2018 | approved |
Software Ideas Modeler (Install) 11.70 | 55 | Monday, August 6, 2018 | approved |
Discussion for the Software Ideas Modeler (Install) Package
Ground rules:
- This discussion is only about Software Ideas Modeler (Install) and the Software Ideas Modeler (Install) 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 Software Ideas Modeler (Install), 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.