ExcelDNA AddIn, VS2008, Excel 2003 on a brand new PC which has Excel 2003 installed, but excel is never used. When I install my addin, installer calls some VBA code to register UDF in Excel, so Excel launches, then it throws an Error 1001 can not find file specified. So I click OK, then see a window asking my username and initials. I simply close the window and Excel. Try my installer again, get the same error. but this time, I click OK to confirm my username and initial in Excel. Now I try installer the third time, watch, it installs successfully this time. So it looks like before I provide my username & initial to Excel, installer fails. Once Excel knows my username & initial, installer works.
I want my installer to work no matter username is confirmed or not in Excel.
Anyone knows? thanks
My installer is built from Setup project in VS 2008, then NSIS