<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Windows access rights]]></title><description><![CDATA[<p>Hallo alle zusammen!</p>
<p>ich habe folgendes problem!</p>
<p>ich habe eine software die ich als administrator installieren muss, somit bekommen die dateine, die das setup anlegt die eigenschaft, dass sie auch nur vom admin(user) verändert werden können.</p>
<p>(Konzeptfrage für eine Software die als admin installiert wird)<br />
wie kann ich in c++ die eigenschaften von Ordner und dateine steuern, sodass auch eingeschränkte Benutzer auf die Dateien zugriff haben??</p>
<p>gruß, fubu</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/182393/windows-access-rights</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 07:13:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/182393.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 May 2007 15:21:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Windows access rights on Thu, 24 May 2007 15:21:14 GMT]]></title><description><![CDATA[<p>Hallo alle zusammen!</p>
<p>ich habe folgendes problem!</p>
<p>ich habe eine software die ich als administrator installieren muss, somit bekommen die dateine, die das setup anlegt die eigenschaft, dass sie auch nur vom admin(user) verändert werden können.</p>
<p>(Konzeptfrage für eine Software die als admin installiert wird)<br />
wie kann ich in c++ die eigenschaften von Ordner und dateine steuern, sodass auch eingeschränkte Benutzer auf die Dateien zugriff haben??</p>
<p>gruß, fubu</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1291495</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1291495</guid><dc:creator><![CDATA[fubu16]]></dc:creator><pubDate>Thu, 24 May 2007 15:21:14 GMT</pubDate></item><item><title><![CDATA[Reply to Windows access rights on Mon, 28 May 2007 17:11:54 GMT]]></title><description><![CDATA[<p>Das wiederspricht dem gesamten Gedanken, das der Program Files Ordner geschützt ist. User Daten gehören auch in den Benutzer Bereich. Genauso wie gemeinsame Daten in den Application Folder gehören.</p>
<p>Siehe SHGetFolderPath!</p>
<p>CSIDL_APPDATA (0x001a)<br />
Version 4.71. The file system directory that serves as a common repository for application-specific data. A typical path is C:\Documents and Settings\username\Application Data. This CSIDL is supported by the redistributable Shfolder.dll for systems that do not have the Microsoft Internet Explorer 4.0 integrated Shell installed.</p>
<p>CSIDL_COMMON_APPDATA (0x0023)<br />
Version 5.0. The file system directory containing application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1293947</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1293947</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 28 May 2007 17:11:54 GMT</pubDate></item></channel></rss>