Jump to content

RunWait syntax help


 Share

Recommended Posts

Why does this line say syntax error (illegal character) at position 9 ?

Please help me correct this so it will work, thanks.

CODE
RunWait("msiexec /i \\SH01\VOL1\APPS\PSF\Personec_forhandling_win_4504.msi ADDLOCAL=forhandling,forhandlingConfiguration,Redistr,Cice

ron,Scripts APP_SEC=Ciceron APP_DMS=ORASRV APP_ODBCSOURCE=PSF /qn")

Link to comment
Share on other sites

I am not sure if the line suffered from a copy and paste mistake or something but your line is broken into 2 lines when I copy it. So I can only rejoin it into one line again and it looks ok.

RunWait("msiexec /i \\SH01\VOL1\APPS\PSF\Personec_forhandling_win_4504.msi ADDLOCAL=forhandling,forhandlingConfiguration,Redistr,Ciceron,Scripts APP_SEC=Ciceron APP_DMS=ORASRV APP_ODBCSOURCE=PSF /qn")oÝ÷ Ù.r¥uºÞjH­v'{h²f¥êéj»l¶è­l¢Z'¦¢i×è­ìZ^jëh×6RunWait("msiexec /i \\SH01\VOL1\APPS\PSF\Personec_forhandling_win_4504.msi " & _
        "ADDLOCAL=forhandling,forhandlingConfiguration,Redistr,Ciceron,Scripts " & _
        "APP_SEC=Ciceron " & _
        "APP_DMS=ORASRV " & _
        "APP_ODBCSOURCE=PSF " & _
        "/qn")

:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...