Click here to Skip to main content
15,913,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can't use System.Version in webservice method Pin
Heath Stewart14-Jun-04 3:51
protectorHeath Stewart14-Jun-04 3:51 
GeneralRe: Can't use System.Version in webservice method Pin
Jan R Hansen14-Jun-04 4:35
Jan R Hansen14-Jun-04 4:35 
GeneralRe: Can't use System.Version in webservice method Pin
Heath Stewart14-Jun-04 4:44
protectorHeath Stewart14-Jun-04 4:44 
GeneralInterop and Collections Pin
ddcs13-Jun-04 21:00
ddcs13-Jun-04 21:00 
Generalsetup project Pin
Dpriya13-Jun-04 20:46
Dpriya13-Jun-04 20:46 
GeneralRe: setup project Pin
The_Soul_Of_Rock13-Jun-04 21:11
The_Soul_Of_Rock13-Jun-04 21:11 
GeneralRe: setup project Pin
Dpriya14-Jun-04 1:17
Dpriya14-Jun-04 1:17 
GeneralRe: setup project Pin
Serge Lobko-Lobanovsky14-Jun-04 2:17
Serge Lobko-Lobanovsky14-Jun-04 2:17 
Hi, Priya

You will need to add a custom action to your setup project. Pass the [TARGETDIR] variable to your custom action:

CustomActionData = /instdir=[TARGETDIR]\\
(the last "\\" is neccessary for correct passing of paths)

Get the "instdir" parameter in the custom installer class's Install method in the custom action project:

[code]
Dim instdir As String = Me.Context.Parameters("instdir")
[/code]

That's it

Regards,
Serge (Logic Software, Easy Projects .NET site)
GeneralRe: setup project Pin
Heath Stewart14-Jun-04 3:35
protectorHeath Stewart14-Jun-04 3:35 
QuestionHow can I initialize tapiFax in C# Pin
GuruVN13-Jun-04 19:24
GuruVN13-Jun-04 19:24 
GeneralDataGridBoolColumn Pin
quocbao13-Jun-04 15:22
quocbao13-Jun-04 15:22 
GeneralRe: DataGridBoolColumn Pin
DougW4813-Jun-04 17:17
DougW4813-Jun-04 17:17 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart13-Jun-04 18:47
protectorHeath Stewart13-Jun-04 18:47 
GeneralRe: DataGridBoolColumn Pin
DougW4814-Jun-04 9:22
DougW4814-Jun-04 9:22 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart13-Jun-04 18:54
protectorHeath Stewart13-Jun-04 18:54 
Generalhelp about print Pin
ggl16513-Jun-04 15:01
ggl16513-Jun-04 15:01 
GeneralAttachment Database Pin
The_Soul_Of_Rock13-Jun-04 14:31
The_Soul_Of_Rock13-Jun-04 14:31 
GeneralRe: Attachment Database Pin
Heath Stewart13-Jun-04 18:45
protectorHeath Stewart13-Jun-04 18:45 
GeneralRe: Attachment Database Pin
The_Soul_Of_Rock13-Jun-04 21:09
The_Soul_Of_Rock13-Jun-04 21:09 
GeneralDelete FileDialog Pin
anatsg13-Jun-04 7:49
anatsg13-Jun-04 7:49 
GeneralRe: Delete FileDialog Pin
Heath Stewart13-Jun-04 18:37
protectorHeath Stewart13-Jun-04 18:37 
GeneralRe: Delete FileDialog Pin
anatsg14-Jun-04 9:11
anatsg14-Jun-04 9:11 
Generalsome int16[ ] arrays: OutOfMemoryException Pin
noizy13-Jun-04 7:39
noizy13-Jun-04 7:39 
GeneralRe: some int16[ ] arrays: OutOfMemoryException Pin
Colin Angus Mackay13-Jun-04 12:52
Colin Angus Mackay13-Jun-04 12:52 
GeneralMenu Images in ContextMenu Pin
gek_at13-Jun-04 7:13
gek_at13-Jun-04 7:13 

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.