/build/static/layout/Breadcrumb_cap_w.png

endNote 6 Uninstall

I am trying to unistall endNote 6 using VBS script
I am using this command line
objShell.Run chr(34) & strprogramfiles & "\endnote\unwise.exe" & chr(34) & " " & chr(34) & strProgramFiles & "\EndnOte\install.log" & chr(34),7,TRUE
Problem is when I add the switch for silent /S the line stops working. Any ideas
This is how the line looks when adding the switch
objShell.Run chr(34) & strprogramfiles & "\endnote\unwise.exe /S" & chr(34) & " " & chr(34) & strProgramFiles & "\EndnOte\install.log" & chr(34),7,TRUE

0 Comments   [ + ] Show comments

Answers (1)

Posted by: anonymous_9363 16 years ago
Red Belt
0
objShell.Run chr(34) & strprogramfiles & "\endnote\unwise.exe /S" & chr(34) & " " & chr(34) & strProgramFiles & "\EndnOte\install.log" & chr(34),7,TRUEI think you have one too many "Chr(34)" entries. Try:

objShell.Run chr(34) & strprogramfiles & "\endnote\unwise.exe /S " & chr(34) & strProgramFiles & "\EndnOte\install.log" & chr(34),7,TRUE
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ