|
-
June 24th, 2007, 09:32 AM
#1
error code 1639 in C#
Hi gurus
have anyone suguest me to solve this problem
actually i wana to install msi (exe file) on remout computer which I connent successful.but when i give path of exe file to install msi file It shows error "command line argument 1639".
code is following
string msiFilePath = "D:\\pp.msi";
string installOptions = "MSIEXEC.EXE /I D:\\pp.msi /QB ";
Is there any problem in my code r have u any idea to overcome this bugs
Best Regards.
Adnan Yousaf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|