Mockups v2.2.3 Available!
0 Votes |
Description
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
668 | |
Mockups v2.2.3 Available! | |
BESC | |
Installer | |
20407486 | |
11/27/2012 12:00:00 AM | |
Mockups by Balsamiq | |
True | |
pjones on 11/27/2012 5:23:39 PM | |
pjones on 11/27/2012 5:23:39 PM | |
3681 Views / 3 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
isWindows (Relevance 274)

name of operating system starts with "Win"
Not in Proxy Agent Context (Relevance 1131)

if exists property "in proxy agent context" then ( not in proxy agent context ) else true
Used in 1 fixlet | * Results in a true/false |

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 installedSuccess Criteria
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
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: |
Comments
![]() |
|
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. |
![]() |
|
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. |