Tagged Questions
1
vote
1answer
26 views
Install msi with msiexec in a specific dir
Guys: I Want to Install one msi with msiexec in a specific dir .. i'm using :
msiexec /i "msi path" INSTALLDIR="C:\myfolder" /qb
but is not working the "INSTALLDIR" , becouse the msi is installing ...
0
votes
4answers
965 views
How to export an Excel from dataset and save it into a specific path without showing the save as box
I have a code to exporting dataset to excel working fine, I want to exporting the excel into a specific location on the server, my code is down here and what changes should I do: Any ideas?
public ...