PDA

View Full Version : Program argument of setup.exe


tkroeckel
10-07-2004, 03:20 AM
Hi,

is it possible to parse the command line of the setup.exe file, to perform special actions depending on paticular customer needs.

For example:
setup.exe --> normal execution
setup.exe -x --> execution with special features.

I looked in manual and help, but I found the program arguments for internal funtions and not for the global start of the setup executable.
Regards,
Thomas

JimS
10-07-2004, 04:46 AM
tkroeckel,
Start up the help file, click on the index tab, and search for 'command line arguments' (without the quotes)

If I understand correctly, that should get you going.
:)

Brett
10-07-2004, 09:06 AM
Here is an example as well:

http://www.indigorose.com/forums/showthread.php?t=8823

tkroeckel
10-07-2004, 09:43 AM
Hi Brett, hi JimS,

thanks for your reply, it work's fine (should have better read the help file :lol ).

Regards
Thomas