Click here to Skip to main content
15,897,968 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Regwrite Pin
Yusuf13-Apr-09 14:23
Yusuf13-Apr-09 14:23 
QuestionRun command Pin
p_196013-Apr-09 3:06
p_196013-Apr-09 3:06 
AnswerRe: Run command Pin
Dave Kreskowiak13-Apr-09 3:52
mveDave Kreskowiak13-Apr-09 3:52 
GeneralRe: Run command Pin
p_196013-Apr-09 4:16
p_196013-Apr-09 4:16 
QuestionRe: Run command Pin
Eddy Vluggen13-Apr-09 4:36
professionalEddy Vluggen13-Apr-09 4:36 
AnswerRe: Run command Pin
siva45513-Apr-09 5:15
siva45513-Apr-09 5:15 
GeneralRe: Run command Pin
Eddy Vluggen13-Apr-09 7:10
professionalEddy Vluggen13-Apr-09 7:10 
GeneralRe: Run command Pin
p_196013-Apr-09 9:11
p_196013-Apr-09 9:11 
may be im not clear.....

im using ...

i have a link on my html and when i click on that im trying to run an msi which is in webserver using a command like

ie onclick(link) im calling the below function

Function f1()
strPath="http:/"/(servername)/(virualdirectoryname)/test.msi"
strPa="ALLUSERS=1
WshShell.Run "msiexec /i "& strPath &strPa
end Function

and it works fine only when the option "Initialize and script ActiveX controls not marked as safe" under Tools\internet options/Security/Customlevel/ActiveX controls and plugIns is set to prompt.....and if we set to any other option ie(disable) it fails ie it shows error when i click on the link like .. ActiveX component cannot create object "Wscript.shell"...

but our requirement is user does"nt want to to make any changes in the internet options...

So pls let me know how can i achieve this without WshShell....
GeneralRe: Run command Pin
EliottA13-Apr-09 9:34
EliottA13-Apr-09 9:34 
GeneralRe: Run command Pin
Eddy Vluggen13-Apr-09 10:01
professionalEddy Vluggen13-Apr-09 10:01 
GeneralRe: Run command Pin
Dave Kreskowiak13-Apr-09 10:36
mveDave Kreskowiak13-Apr-09 10:36 
GeneralRe: Run command Pin
p_196015-Apr-09 2:54
p_196015-Apr-09 2:54 
GeneralRe: Run command Pin
Dave Kreskowiak15-Apr-09 12:08
mveDave Kreskowiak15-Apr-09 12:08 
GeneralRe: Run command Pin
siva45516-Apr-09 2:02
siva45516-Apr-09 2:02 
GeneralRe: Run command Pin
Dave Kreskowiak16-Apr-09 12:25
mveDave Kreskowiak16-Apr-09 12:25 
GeneralRe: Run command Pin
Yusuf13-Apr-09 14:21
Yusuf13-Apr-09 14:21 
QuestionUnencrypted Login Form Pin
edwcodeproject12-Apr-09 23:45
edwcodeproject12-Apr-09 23:45 
AnswerRe: Unencrypted Login Form Pin
Colin Angus Mackay13-Apr-09 0:02
Colin Angus Mackay13-Apr-09 0:02 
GeneralRe: Unencrypted Login Form Pin
EliottA13-Apr-09 2:08
EliottA13-Apr-09 2:08 
GeneralRe: Unencrypted Login Form Pin
Colin Angus Mackay13-Apr-09 2:13
Colin Angus Mackay13-Apr-09 2:13 
GeneralRe: Unencrypted Login Form Pin
EliottA13-Apr-09 2:24
EliottA13-Apr-09 2:24 
GeneralRe: Unencrypted Login Form Pin
Colin Angus Mackay13-Apr-09 2:28
Colin Angus Mackay13-Apr-09 2:28 
GeneralRe: Unencrypted Login Form Pin
EliottA13-Apr-09 2:29
EliottA13-Apr-09 2:29 
QuestionHow can I edit datagridview by importing csv file into it Pin
rajulama12-Apr-09 19:40
rajulama12-Apr-09 19:40 
AnswerRe: How can I edit datagridview by importing csv file into it Pin
Mycroft Holmes12-Apr-09 23:26
professionalMycroft Holmes12-Apr-09 23:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.