Hi,
after latest Microsoft update we have e-mails & telephone call from our customers complaining "Access missing msain.dll". We use Access 2007 PDW to create installation packages. The result is that it creates improrer shortcuts on systems with more than one versions of Microsoft Office/Microsoft Access.
PDW creates shortcuts with the following target (example; BTW: missing /runtime parameter): C:\MyProg\MyProg.accdr
Proper shortcut target should be as follows:
"Full_Path_To_Office12_MSACCESS.EXE" "Full_Path_To_ACCDR" /runtime
eg.
32bit system: "C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" "C:\MyProg\MyProg.accdr" /runtime
64bit system: "C:\Program Files (x86)\Microsoft Office\Office12\MSACCESS.EXE" "C:\MyProg\MyProg.accdr" /runtime
The question is: How can I create proper shortcuts (full paths & /runtime parameter) with Access 2007 PDW?
Thank you very much in ad