PDA

View Full Version : SetupBuilder: getting clarion install folder...



NewsArchive
10-25-2007, 02:32 AM
how do i get the folder where clarion is installed?

tia,
-p

NewsArchive
10-25-2007, 02:33 AM
Hi pratik,

> how do i get the folder where clarion is installed?

Use the Clarion Environment Detection dialog.

And there is a patch for vista

http://www.lindersoft.com/forums/showthread.php?t=3000&highlight=vista

Gennadi

NewsArchive
10-25-2007, 02:33 AM
Pratik,

You have several options. For example, you can use the "Clarion Environment
Detection" dialog to handle this.

Or, to do this programatically, you can use the "If Clarion" Statement.

For example:

If System does have Clarion 6.3 Then
Display Message Box "%_SB_TMP%" -- ""
End

The variable %_SB_TMP% returns the full path and exe name of the (detected)
Clarion IDE. You can then use the built-in String Functions to extract the
path.

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner