To create hardlinks on pre-W2K *and* later, use MoveFileEx() with
MOVEFILE_CREATE_HARDLINK ... works like a charm since NT 4.0 ;)

Alternatively, if it makes you feel bad to use "undocumented" features,
use CreateHardLink() on W2K and later.

Mark Johnson wrote:
> Let me know if you create a custom action for creating hardlinks, I sure
> could use that too!

-- 
Oliver Schneider

Researcher / Developer

FRISK Software International
Thverholti 18
IS-105 Reykjavik
Iceland

+354 540 7400

http://www.f-prot.com | http://forum.f-prot.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to