mawelch Posted February 23, 2007 Share Posted February 23, 2007 I am trying to use PHP so that users can click a link and setup their email in outlook. similiar to what cpanel and those use but i wanna do it inhouse. I have it creating the .reg file with just fopen, but I get an error when I execute; the specified file is not a registry script. you can only import binary files. Does anyone know how this can be done? Link to comment https://forums.phpfreaks.com/topic/39758-php-and-registery/ Share on other sites More sharing options...
TRI0N Posted February 23, 2007 Share Posted February 23, 2007 What does the inside of the *.reg file look like? Anything like this? [HKEY_CURRENT_USER\Software\Microsoft\Office] [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0] [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Access] [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Access\Settings] Link to comment https://forums.phpfreaks.com/topic/39758-php-and-registery/#findComment-192012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.