LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Downloadable Installer

How can I use the LabVIEW App Builder "Installer" to create a downloadable (from a website) app that anyone (non-techy) with a PC of recent vintage can easily download and install an app? Do I need a "wrapper" ".msi" builder?

0 Kudos
Message 1 of 3
(3,237 Views)

msi builder can help customize installer messages and images, but it is not necessary.

Not in LV app builder.

One of the several ways is 

1) Build installer (setup.exe folder)

2) For example 7Zip has SFX module for installers: it creates self extractable archive that unpacks into temp folder, executes specified program after unpacking (setup.exe) and deletes temp files after installation. Archive includes 7Z unpacker, so customer does not need to install 7z.

3) Upload one file to web-site

4) Give customer a link for the sfx archive. Say him: download, run it, click next (4 times) and Finish.

 

Another option for more techy customers: pack setup folder, upload file, say customer: download archive, unpack it, run setup.exe, click next (4 times) and finish. 

0 Kudos
Message 2 of 3
(3,226 Views)

Sounds like a good, clean approach. Thanks.

0 Kudos
Message 3 of 3
(3,212 Views)