Becks
Sep 28 2007, 06:17 AM
Hi,
is it possible to install Speedfan433.exe in silent mode with an option for the path to install?
if i just make the /s switch it would use the default path for installation.
radix
Sep 29 2007, 02:12 AM
Modify
$INSTALLLOCATION = @ProgramFilesDir & "\SpeedFan"
from the top of the script.
http://www.msfn.org/board/index.php?showto...st&p=700390Note: @ProgramFilesDir is Program Files directory from the partition with Windows directory
Other Macro can be found in AutoIt3Help.exe in section AutoIt->Macro Reference.
Becks
Oct 1 2007, 01:31 AM
thx for your answer.
i will try this!