Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Shortcut Target problem in Basic MSI Project


1 reply to this topic

rishichain

rishichain
  • Members
  • 8 posts

Posted 11 March 2005 - 16:29

Hi,
I am new to InstallShiled and I am creating a installation that will create a shortcut with target containing runtime and profile switches. For some reason InstallShiled changes /runtime and /profile switches to \runtime and \profile. Am i missing something here?

target commad line looks like

[Dir]MSAccess.exe" /runtime /profile AppName "[INSTALLDIR]App.mde

where /profile is pointing to profile in registry

After installtion the target in shortcut changes to

"C:\Program Files\Microsoft Office\Office\MSAccess.exe" \runtime \profile AppName "C:\Program Files\App\App.mde"

It should have been

"C:\Program Files\Microsoft Office\Office\MSAccess.exe" /runtime /profile AppName "C:\Program Files\App\App.mde"


Any suggestions?

Thanks
Rishi

Edited by rishichain, 11 March 2005 - 19:16.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 March 2005 - 10:07

The Target field should only be the full path to the executable, no command line parameters. These shoul go in the Arguments field.