cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kill136
Level 3

how to use SETUPEXEDIR? where am i wrong?

RegDBSetKeyValueEx ( "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup" , "ServicePackSourcePath" , REGDB_STRING , SETUPEXEDIR^"iis6" , -1 );
if (RegDBKeyExist ( "\\SOFTWARE\\Microsoft\\windows\\currentversion\\setup\\SourcePath" )=1) then
RegDBDeleteKey ( "\\SOFTWARE\\Microsoft\\Windows\\currentversion\\setup\\SourcePath" );
endif;
RegDBSetKeyValueEx ( "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup" , "SourcePath" , REGDB_STRING , SETUPEXEDIR^"iis6" , -1 );
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

This is InstallAnywhere forum, SETUPEXEDIR is AFAIK Installshield variable.
0 Kudos