Old 21st November 2014, 04:56   #1
bankeris
Junior Member
 
Join Date: Feb 2014
Posts: 28
Thumbs up ExecWait - VFPODBC.msi | resolved

Hi,

Had 2.46b and now using 3.01b and still little old Microsoft Visual FoxPro driver can't be executed with both versions

i have code:

code:
...
ExecWait '"$INSTDIR\VSTOR30\vstor30sp1-KB949258-x86.exe"'
ExecWait '"$INSTDIR\VFPODBC.msi"'
ExecWait '"$INSTDIR\setup.exe"'
...



VSTOR.. and setup.exe are executed then program installing, but VFPODBC.msi - not. Don't know why, i don't get any errors while compile or install, the file is in directory but he is not executed. Maybe NSIS not supporting .msi ? :/

Last edited by bankeris; 21st November 2014 at 06:36.
bankeris is offline   Reply With Quote
Old 21st November 2014, 06:33   #2
jiake
Senior Member
 
jiake's Avatar
 
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
ExecWait '"$SYSDIR\msiexec.exe" /i /quiet /qb "$INSTDIR\VFPODBC.msi"'
Change /quiet, /qb options by your requirements.

Contact me: 137729898@qq.com
jiake is offline   Reply With Quote
Old 21st November 2014, 06:36   #3
bankeris
Junior Member
 
Join Date: Feb 2014
Posts: 28
Thank you!
bankeris is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump