# Make it be able to install

**URL:** https://forum.kirupa.com/t/make-it-be-able-to-install/21072
**Category:** Uncategorized
**Created:** [May 16, 2003, 5:12pm UTC](https://forum.kirupa.com/t/make-it-be-able-to-install/21072 "2003-05-16T17:12:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ck3lam](https://avatars.discourse-cdn.com/v4/letter/c/82dd89/32.png) [@ck3lam](https://forum.kirupa.com/u/ck3lam)
#### Post date: [May 16, 2003, 5:12pm UTC](https://forum.kirupa.com/t/make-it-be-able-to-install/21072/1 "2003-05-16T17:12:07Z")

</div>

Is there a way to create a button in flash(publish either in html or  
projector)that can make it install a spesific program to the user’s  
harddisk using a CD? I have seen some done before but what’s  
the command they use?  
Thanx for ur concern!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 16, 2003, 6:31pm UTC](https://forum.kirupa.com/t/make-it-be-able-to-install/21072/2 "2003-05-16T18:31:54Z")

</div>

You can use fscommand to do it.

For example,

on(release){  
fscommand(“exec”,“installer\_name”);  
}

You have to make a folder named “fscommand” under your master projector file and put the installer in it.
