Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
GeneralRe: CAPTURE PACKET USING c#.net Pin
stancrm13-Jan-08 22:50
stancrm13-Jan-08 22:50 
GeneralAdding items to Columns Pin
CodingLover13-Jan-08 20:45
CodingLover13-Jan-08 20:45 
GeneralRe: Adding items to Columns Pin
Steve Echols13-Jan-08 21:11
Steve Echols13-Jan-08 21:11 
GeneralRe: Adding items to Columns Pin
CodingLover13-Jan-08 23:42
CodingLover13-Jan-08 23:42 
QuestionSetup valid shortcuts Pin
Muammar©13-Jan-08 20:29
Muammar©13-Jan-08 20:29 
GeneralRe: Setup valid shortcuts Pin
Justin Perez14-Jan-08 3:53
Justin Perez14-Jan-08 3:53 
GeneralRe: Setup valid shortcuts Pin
Muammar©14-Jan-08 18:48
Muammar©14-Jan-08 18:48 
GeneralRe: Setup valid shortcuts Pin
Justin Perez15-Jan-08 2:43
Justin Perez15-Jan-08 2:43 
I had some problems on a project a couple months back with creating shortcuts and a couple other things. I decided that instead of trying to let the setup project do it, I would over-ride the installer class. There is simply stuff that I wanted to do, but either the installer class wasn't capable of, or it was a huge pain do implement. You could over-ride the installer class to do what you want, and you can also have lots of other custom actions. There is a great article that will get you headed in the right direction, if you choose to do this. Conditional Install of Desktop and Quick Launch Shortcuts.[^] It is very simple, and easy to implement. Doing the basic install of the software is still handled by the regular installer project. If you have any questions, let me know Smile | :) Hope this helps

Oh, here is another article that shows how you can pass arguments. It's the same for passing it to your over-ridden installer class, or to the installer for custom actions.

A Setup and Deployment project that passes parameters to the configuration file[^]

I'm going to become rich when I create a device that allows me to punch people in the face over the internet.

"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer

GeneralRe: Setup valid shortcuts Pin
Muammar©15-Jan-08 18:47
Muammar©15-Jan-08 18:47 
GeneralRe: Setup valid shortcuts Pin
Justin Perez16-Jan-08 2:44
Justin Perez16-Jan-08 2:44 
GeneralRe: Setup valid shortcuts Pin
Muammar©18-Jan-08 19:31
Muammar©18-Jan-08 19:31 
GeneralODP.Net - working with batches Pin
Member 453749113-Jan-08 19:03
Member 453749113-Jan-08 19:03 
QuestionHow to set Crystal Report Special Field "PrintDate" date format from code? Pin
azifaliazif13-Jan-08 18:59
azifaliazif13-Jan-08 18:59 
GeneralPassing Parameters in Windows Service Installation [modified] Pin
Arun Abraham Jose13-Jan-08 17:57
Arun Abraham Jose13-Jan-08 17:57 
GeneralRe: Passing Parameters in Windows Service Installation Pin
N a v a n e e t h13-Jan-08 19:35
N a v a n e e t h13-Jan-08 19:35 
GeneralRe: Passing Parameters in Windows Service Installation Pin
Arun Abraham Jose13-Jan-08 22:51
Arun Abraham Jose13-Jan-08 22:51 
QuestionHow to transfer Excel data sheet to an Access Table Pin
rameshika13-Jan-08 17:20
rameshika13-Jan-08 17:20 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
pmarfleet13-Jan-08 19:44
pmarfleet13-Jan-08 19:44 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
MickCurley14-Jan-08 1:13
MickCurley14-Jan-08 1:13 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
pmarfleet14-Jan-08 2:42
pmarfleet14-Jan-08 2:42 
QuestionWPF - Changing Fill property for group of shapes Pin
Shawn Horton13-Jan-08 16:25
Shawn Horton13-Jan-08 16:25 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
CKnig14-Jan-08 0:46
CKnig14-Jan-08 0:46 
GeneralRe: WPF - Changing Fill property for group of shapes [modified] Pin
Shawn Horton14-Jan-08 7:06
Shawn Horton14-Jan-08 7:06 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
CKnig14-Jan-08 18:46
CKnig14-Jan-08 18:46 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
Shawn Horton15-Jan-08 1:17
Shawn Horton15-Jan-08 1:17 

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.