on error resume next Set WshShell = CreateObject("WScript.Shell") runstring="msiexec /I ""\\server\Autodesk DWF Writer\DWFwriter2Setup.msi"" /qb!" WshShell.Run runstring,1,trueSince there is no msi file on the CD you can extract it by running the DWFwriter2Setup.exe. When it has started you open the temporary folder by opening Windows Explorer and enter %temp% in the address field. Sort the files in date order and look for a newly created msi file. It will be named with some random numbers and letters. Just take it and rename it and place it where you want to have it.
Recognition from Verdantix
1 day ago
No comments:
Post a Comment