TheQuestioner
Programmer
I've written an application using VB, Access, and several other dependent files. I can create a working MSI deployment package except that I cannot find a way of setting the following shorcut command argment for one of my shortcuts:-
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\MyAppFolder\MyApp.mde" /WRKGRP "C:\MyAppFolder\MySecurityFile.mdw" /runtime
This all needs to be one continous string. I know that MSI Installer shortcut arguments have certain syntax and keywords, but can't find any *useful* information on it.
Can anyone help me?
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\MyAppFolder\MyApp.mde" /WRKGRP "C:\MyAppFolder\MySecurityFile.mdw" /runtime
This all needs to be one continous string. I know that MSI Installer shortcut arguments have certain syntax and keywords, but can't find any *useful* information on it.
Can anyone help me?