lgnihlman Posted February 25, 2008 Posted February 25, 2008 Why does this line say syntax error (illegal character) at position 9 ? Please help me correct this so it will work, thanks. CODERunWait("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")
MHz Posted February 25, 2008 Posted February 25, 2008 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ºÞjHv'{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")
lgnihlman Posted February 25, 2008 Author Posted February 25, 2008 Oops, you were correct this was a copy/paste problem. Thanx for pointing this out for me. It works OK now.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now