Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 8:39
professionalEddy Vluggen1-Feb-19 8:39 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 8:44
professionaljkirkerx1-Feb-19 8:44 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 9:29
professionalEddy Vluggen1-Feb-19 9:29 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 9:39
professionaljkirkerx1-Feb-19 9:39 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 10:56
professionalEddy Vluggen1-Feb-19 10:56 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 11:15
professionaljkirkerx1-Feb-19 11:15 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 11:20
professionalEddy Vluggen1-Feb-19 11:20 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 11:28
professionaljkirkerx1-Feb-19 11:28 
The SendError app I made needs the appSettings SMTP so it can send the crash file.
I haven't been able to figure out how to tell Wix installer to make the registry key that uses the Windows MiniCrash. So I'm using something that generates a crash log that can be viewed in Visual Studio, I think nBug does that. Exceptions.Report
<RegistryKey Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\EventLog\Application\$(var.Manufacturer)\$(var.Name)" ForceDeleteOnUninstall="yes">
  <RegistryValue Name="EventMessageFile" Type="string" Value="C:\Windows\Microsoft.NET\Framework\v4.0.30319\EventLogMessages.dll" />
</RegistryKey>

One more dragon to go here on the Crash Logs.
If it ain't broke don't fix it
Discover my world at jkirkerx.com

GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 11:47
professionalEddy Vluggen1-Feb-19 11:47 
QuestionPackage Installation Failure Pin
NalaBI29-Jan-19 22:45
NalaBI29-Jan-19 22:45 
AnswerRe: Package Installation Failure Pin
OriginalGriff29-Jan-19 23:32
mveOriginalGriff29-Jan-19 23:32 
GeneralRe: Package Installation Failure Pin
NalaBI30-Jan-19 2:38
NalaBI30-Jan-19 2:38 
GeneralRe: Package Installation Failure Pin
OriginalGriff30-Jan-19 3:01
mveOriginalGriff30-Jan-19 3:01 
AnswerRe: Package Installation Failure Pin
Richard MacCutchan29-Jan-19 23:50
mveRichard MacCutchan29-Jan-19 23:50 
GeneralRe: Package Installation Failure Pin
Richard Deeming30-Jan-19 2:18
mveRichard Deeming30-Jan-19 2:18 
GeneralRe: Package Installation Failure Pin
Richard MacCutchan30-Jan-19 3:26
mveRichard MacCutchan30-Jan-19 3:26 
AnswerRe: Package Installation Failure Pin
Richard Deeming30-Jan-19 2:25
mveRichard Deeming30-Jan-19 2:25 
GeneralRe: Package Installation Failure Pin
NalaBI30-Jan-19 2:33
NalaBI30-Jan-19 2:33 
QuestionRead n lines from file Pin
pkfox28-Jan-19 3:20
professionalpkfox28-Jan-19 3:20 
AnswerRe: Read n lines from file Pin
Dave Kreskowiak28-Jan-19 3:42
mveDave Kreskowiak28-Jan-19 3:42 
GeneralRe: Read n lines from file Pin
pkfox28-Jan-19 21:14
professionalpkfox28-Jan-19 21:14 
GeneralRe: Read n lines from file Pin
Dave Kreskowiak29-Jan-19 2:49
mveDave Kreskowiak29-Jan-19 2:49 
GeneralRe: Read n lines from file Pin
pkfox30-Jan-19 7:48
professionalpkfox30-Jan-19 7:48 
GeneralRe: Read n lines from file Pin
pkfox30-Jan-19 7:48
professionalpkfox30-Jan-19 7:48 
GeneralRe: Read n lines from file Pin
pkfox30-Jan-19 7:48
professionalpkfox30-Jan-19 7:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.