Hello,
It seems that variables arnt being converted :(
The installer writes %ProductVer% to the registry and not my actuall product version...Code:Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\MyProduct\\SystemSettings", "InstallVersion", "%ProductVer%", REG_SZ);
Thanks,
Warren


