thanks

add reg keys by calling a .reg file...?
Posted 08 March 2001 - 13:16
Posted 08 March 2001 - 14:27
If you want to merge it at runtime, you can call regedit in a custom action.
Posted 08 March 2001 - 14:41
function ProcessAfterDataMove()
STRING szReferenceFile;
begin
LaunchAppAndWait(WINDIR ^ "Regedit.exe" ,TARGETDIR ^ "cnf\\config.reg" ,NOWAIT );
but i have a error message showed by Registry editor ( in 4 Message Boxs) telling me the file can't be imported...
Posted 08 March 2001 - 18:38
Are you using Windows Instalelr or InstallShield 5 or 6?
Posted 09 March 2001 - 10:14
Posted 09 March 2001 - 12:12
Are you logged on as administrotor?