Mockups v2.2.3 Available!
Log In or Register to download the BES file, and more.

0 Votes

Description

This task will deploy: Mockups 2.2.3.

This task is applicable on: Windows 2000, Windows XP, Windows XP x64, Windows 2003, Windows 2003 x64, Windows Vista, Windows Vista x64, Windows 2008, Windows 2008 x64, Windows 7, Windows 7 x64, Windows 2008 R2 and Windows XP Embedded.

Property Details

ID668
TitleMockups v2.2.3 Available!
DomainBESC
CategoryInstaller
Download Size20407486
Source Release Date11/27/2012 12:00:00 AM
KeywordsMockups by Balsamiq
Is TaskTrue
Added by on 11/27/2012 5:23:39 PM
Last Modified by on 11/27/2012 5:23:39 PM
Counters 3681 Views / 3 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 274)
Used in 593 fixlets and 3 analyses   * Results in a true/false
Show indented relevance
name of operating system starts with "Win"
Not in Proxy Agent Context (Relevance 1131)
Used in 1061 fixlets and 12 analyses   * Results in a true/false
Show indented relevance
if exists property "in proxy agent context" then ( not in proxy agent context ) else true
Used in 1 fixlet   * Results in a true/false
Show indented relevance
NOT exists key whose (value "DisplayName" of it as string contains "Balsamiq Mockups For Desktop") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry

Actions

Action 1 (default)

Action Link Click here to initiate the deployment process.
Script Type BigFix Action Script
//install this version if Adobe Air is already installed
if {exists key whose (value "DisplayName" of it as string contains "Adobe AIR") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry}
    prefetch MockupsForDesktop.exe.tmp sha1:c32933c534c80ab1ced128a8ad25bc45883f4db8 size:3078817 http://bigfix.me:52311/Uploads/c32933c534c80ab1ced128a8ad25bc45883f4db8/MockupsForDesktop.exe.tmp
    extract MockupsForDesktop.exe.tmp
    wait __Download\MockupsForDesktop.exe -silent -desktopShortcut -programMenu -location "C:\Program files" -allowDownload
//else we'll need to deploy Adobe Air at the same time which means we'll need the unzip utility also
else
//download unzip utility
    prefetch unzip.exe sha1:e1652b058195db3f5f754b7ab430652ae04a50b8 size:167936 http://software.bigfix.com/download/redist/unzip-5.52.exe
    utility __Download\unzip.exe
//download app with adobe air
    prefetch MockupsForDesktopInstallerWin.zip.tmp sha1:af36fe596919f346bf075bcd466534405672346f size:20407486 http://bigfix.me:52311/Uploads/af36fe596919f346bf075bcd466534405672346f/MockupsForDesktopInstallerWin.zip.tmp
    extract MockupsForDesktopInstallerWin.zip.tmp
//unzip app/adobe air
    waithidden __Download\unzip.exe -qq -o -d "{pathname of client folder of current site}\__Download" __Download\MockupsForDesktopInstallerWin.zip
    if {x64 of operating system}
        parameter "path"="C:\Program Files (x86)"
    else
        parameter "path"="C:\Program Files"
    endif
    wait "__Download\MockupsForDesktopInstaller\MockupsForDesktop Installer.exe"-silent -desktopShortcut -programMenu -location "{parameter "path"}" "__Download\MockupsForDesktopInstaller\MockupsForDesktop.air"
endif
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to deploy this action.
Script Type URL
http://www.balsamiq.com/products/mockups
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
danielheth -
Great job on these pjones... I've downloaded and used them. Very interesting software also, I haven't used it before but can think of several uses right off the bat.
pjones -
Ha ha... I've published my first contribution! This is a little utility I like to use for building mockups of my software before actual development begins. It helps alot when I'm collaborating with other people and need to get my design ideas across to them.