473,395 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to run .msi file in website by clicking button

its working on my pc, i want to do this on our website by clicking button,
Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript" language="javascript">
  2.         function RunFile() {
  3.         WshShell = new ActiveXObject("WScript.Shell");
  4.         WshShell.Run("rundll32 SHELL32.DLL,ShellExec_RunDLL msiexec /qb /i C:\\WINDOWS\\Setup\\SMART_V1.0.msi REBOOT=ReallySuppress", 1, false);
  5.         }
  6.     </script>
how to do this on our website
Apr 27 '13 #1
1 2200
Rabbit
12,516 Expert Mod 8TB
Please use code tags when posting code.

Remote sites don't have that kind of access to a user's computer system because of security issues.
Apr 27 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: dixie | last post by:
I need to be able to open a pdf file by clicking a button on a form in Access 2000. All computers will have the latest Acrobat Reader already installed on their network. Is there a reference to...
0
by: jeff | last post by:
is there a way to display an hourglass for the client's cursor when clicking a button running server-side code? thanks.
4
by: Dale Levesque | last post by:
I get this message. any ideas?? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text **************...
1
by: ruthboaz | last post by:
Hi, How to open a Project file from an event or when a button is clicked. Thanks and Regards, Ruth.
2
by: pareshpmahadik123 | last post by:
I have aspx page which contain 2 tables on clicking of button I want to display the only 1 table in new html page during runtime, this html page should have common code because there are many aspx...
2
by: beemomo | last post by:
Hi there.. I have a access form which store the information of each invoice with a unique id , for example "INV 0100" and for each record of invoice there is a related pdf file which belong to...
3
by: omhingmire | last post by:
Hi, I have 1 window which I want to open in full screen after clicking button or image. just like a windows media player.. Anybody can help me.. Thanks in advance
2
by: itguy1981 | last post by:
I have an internal site that lists PDF files in a folder on the server (Linux / Apache / PHP). Is there a way to create a button or link that automatically copies the selected PDF to another folder...
2
by: lka527 | last post by:
I am trying to make a site available for someone to *upload* certain type of text file (.txt) that can be parsed by written code. the upload file is available on the main site but I need this to...
7
by: neelsfer | last post by:
I would like to link a wav sound file to a button in my Access 2007 application. Has anybody got code to do it? Its for a race timing application and i want to have a "gunshot" sound when the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.