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

Crystal 8 Merge Modules


1 reply to this topic

Majd

Majd
  • Members
  • 13 posts

Posted 24 August 2001 - 15:43

Hi,

In the documentation for Crystal 8 merge modules it says that I need to add these two registry keys.

1. The registry key should be: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\MyApp.exe] and should have a default value that points to the full path of the executable, such as [#MyApp.exe]. This is a formatted data type that is case-sensitive and that Windows Installer will set during the execution process.

2.  Create another key under […\App Paths] named “Path” and set it’s value to “[$MyApp.exe];[WindowsFolder]CRYSTAL;[ProgramFilesFolder]Seagate Software\Shared;”. [$MyApp.exe] is another formatted data type that points to the parent folder of the main executable, MyApp.exe in this example.

But my program does not consist of any executables.  All I have is DLLs and ASPs since my program is a web based program.  Do I have to add these registry keys still.

Thanks for all the input


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 August 2001 - 17:28

In this case you may need to modify the global environment PATH variable to make sure all the Crystal files can be locatred and loaded.