Click here to Skip to main content
16,004,924 members
Home / Discussions / C#
   

C#

 
GeneralProblem in opening Crystal Report after deploying with C# application in windows 98 Pin
KRathor21-Dec-03 20:09
KRathor21-Dec-03 20:09 
GeneralRe: Problem in opening Crystal Report after deploying with C# application in windows 98 Pin
Heath Stewart22-Dec-03 4:02
protectorHeath Stewart22-Dec-03 4:02 
GeneralEditor - HTML Pin
Member 37804121-Dec-03 18:29
Member 37804121-Dec-03 18:29 
GeneralRe: Editor - HTML Pin
Heath Stewart22-Dec-03 3:46
protectorHeath Stewart22-Dec-03 3:46 
GeneralRe: Editor - HTML Pin
Member 37804122-Dec-03 14:00
Member 37804122-Dec-03 14:00 
GeneralRe: Editor - HTML Pin
Heath Stewart23-Dec-03 2:31
protectorHeath Stewart23-Dec-03 2:31 
QuestionHow to make my program run in IE? Pin
nichen100121-Dec-03 14:17
nichen100121-Dec-03 14:17 
AnswerRe: How to make my program run in IE? Pin
Heath Stewart22-Dec-03 3:34
protectorHeath Stewart22-Dec-03 3:34 
If you open the Microsoft .NET Framework Configuration snap-in in Administrative Tools and right-click on the root node, you can create an MSI from a policy that you choose. This might overwrite the entire policy, though, so you'll definitely want to test that because you don't want to overwrite any code groups the user or administrator has set up.

Another way - which is what I do in our install and preserves what's there - is to create a custom Installer class that programmatically adds the code group (checking first to see if one with the same name already exists) and removes it upon uninstallation. See the System.Security.Policy namespace for details.

You can then use VS.NET's installer project to add the assembly containing the installer. Add a custom action that for the assembly and tweak the command line (if you want to handle command-line parameters in the Installer class.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: How to make my program run in IE? Pin
nichen100123-Dec-03 2:06
nichen100123-Dec-03 2:06 
GeneralRe: How to make my program run in IE? Pin
Heath Stewart23-Dec-03 2:41
protectorHeath Stewart23-Dec-03 2:41 
GeneralLooking for good C# book suggestions Pin
Flack21-Dec-03 14:12
Flack21-Dec-03 14:12 
GeneralRe: Looking for good C# book suggestions Pin
Colin Angus Mackay21-Dec-03 15:00
Colin Angus Mackay21-Dec-03 15:00 
GeneralRe: Looking for good C# book suggestions Pin
Nick Seng21-Dec-03 16:11
Nick Seng21-Dec-03 16:11 
GeneralRe: Looking for good C# book suggestions Pin
Charlie Williams21-Dec-03 17:26
Charlie Williams21-Dec-03 17:26 
GeneralDial_up connection Pin
Member 74005421-Dec-03 10:13
Member 74005421-Dec-03 10:13 
GeneralRe: Dial_up connection Pin
Heath Stewart21-Dec-03 11:58
protectorHeath Stewart21-Dec-03 11:58 
QuestionWhy is BOOL in C, cast to int in C#? Pin
Tristan Rhodes21-Dec-03 0:27
Tristan Rhodes21-Dec-03 0:27 
AnswerRe: Why is BOOL in C, cast to int in C#? Pin
leppie21-Dec-03 1:09
leppie21-Dec-03 1:09 
AnswerRe: Why is BOOL in C, cast to int in C#? Pin
Ken Galer22-Dec-03 3:10
Ken Galer22-Dec-03 3:10 
GeneralEnumFORMATETC method translation Pin
Tristan Rhodes21-Dec-03 0:14
Tristan Rhodes21-Dec-03 0:14 
GeneralRe: EnumFORMATETC method translation Pin
leppie21-Dec-03 1:13
leppie21-Dec-03 1:13 
GeneralRe: EnumFORMATETC method translation Pin
Tristan Rhodes21-Dec-03 1:53
Tristan Rhodes21-Dec-03 1:53 
GeneralRe: EnumFORMATETC method translation Pin
23-Dec-03 2:03
suss23-Dec-03 2:03 
GeneralRe: EnumFORMATETC method translation Pin
leppie23-Dec-03 8:34
leppie23-Dec-03 8:34 
Generalin, out, in/out query Pin
Tristan Rhodes20-Dec-03 23:51
Tristan Rhodes20-Dec-03 23:51 

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.