Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Paul_Willms
Starting Member
1 Post |
Posted - 2010-03-20 : 08:34:53
|
| Hi All,Whenever sql server setup extracted some of antivirus (Symantec, Bit Defender ) will cause setup failure, Because of file ‘autorun.inf’ containing in sql server setup installation package.Is there any way that I can resolve this problem without modifying/configuring/disabling Anti-Virus software ?Or I can make such self extractor exe that does not contains ‘autorun.inf’ file and it will install sql server for my case ?Thanks,Paul |
|
|
DBA in the making
Aged Yak Warrior
638 Posts |
Posted - 2010-03-20 : 12:35:55
|
| autorun.inf contains details of how to handle newly attached drives. Place a disk in the DVD drive, and the autorun.inf file will determine which file on the DVD is executed. I'm not sure why your AV would prevent you using a DVD with an autorun.inf file, most of them have one.Are your install files on a DVD, or another filesystem?There are 10 types of people in the world, those that understand binary, and those that don't. |
 |
|
|
|
|
|