Click here to Skip to main content
15,887,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: Asking Google for Pagerank Programatically Pin
Luc Pattyn30-Sep-10 3:31
sitebuilderLuc Pattyn30-Sep-10 3:31 
QuestionHow to set folder/file security permission? Pin
Chesnokov Yuriy27-Sep-10 8:44
professionalChesnokov Yuriy27-Sep-10 8:44 
AnswerRe: How to set folder/file security permission? Pin
phil.o28-Sep-10 0:07
professionalphil.o28-Sep-10 0:07 
Questioncondition for x64 Pin
mersad0027-Sep-10 8:41
mersad0027-Sep-10 8:41 
GeneralRe: condition for x64 Pin
harold aptroot27-Sep-10 9:31
harold aptroot27-Sep-10 9:31 
GeneralRe: condition for x64 Pin
Luc Pattyn27-Sep-10 9:55
sitebuilderLuc Pattyn27-Sep-10 9:55 
QuestionRe: condition for x64 Pin
mersad0027-Sep-10 10:04
mersad0027-Sep-10 10:04 
AnswerRe: condition for x64 Pin
Dave Kreskowiak27-Sep-10 10:44
mveDave Kreskowiak27-Sep-10 10:44 
I'd start moving away from the Setup and Deployment project in Visual Studio. It won't exist in the next Visual Studio release. The supported method will be InstallShield (Lite or Express or whatever...)

Windows Installer has supported x64 component since release 2.0. Normally, I'd create a seperate x64 version of the installer. But, depending on what you're doing, you may be able to do something like adding the x64 components (tagged as such) to a seperate feature, then in a CA, check the VersionNT64 property and make a call to SetFeatureState as appropriate to turn on/off its install state, in the InstallExec sequence. And you don't need any .NET code to do this.

You also have to keep in mind a 32-bit installer cannot write to 64-bit registry and file locations...

Questionre-using a dll. Pin
caradri27-Sep-10 4:47
caradri27-Sep-10 4:47 
AnswerRe: re-using a dll. Pin
Luc Pattyn27-Sep-10 5:04
sitebuilderLuc Pattyn27-Sep-10 5:04 
AnswerRe: re-using a dll. Pin
caradri27-Sep-10 6:26
caradri27-Sep-10 6:26 
AnswerRe: re-using a dll. Pin
Luc Pattyn27-Sep-10 6:31
sitebuilderLuc Pattyn27-Sep-10 6:31 
Questionc# Pin
Janded27-Sep-10 3:45
Janded27-Sep-10 3:45 
AnswerRe: c# Pin
Pete O'Hanlon27-Sep-10 4:01
mvePete O'Hanlon27-Sep-10 4:01 
AnswerRe: c# Pin
Dave Kreskowiak27-Sep-10 4:03
mveDave Kreskowiak27-Sep-10 4:03 
AnswerRe: c# Pin
Abhinav S27-Sep-10 4:21
Abhinav S27-Sep-10 4:21 
QuestionDataGridView Code example required Pin
MVenugopal27-Sep-10 0:59
MVenugopal27-Sep-10 0:59 
AnswerRe: DataGridView Code example required Pin
Richard MacCutchan27-Sep-10 1:16
mveRichard MacCutchan27-Sep-10 1:16 
AnswerRe: DataGridView Code example required Pin
Peace ON27-Sep-10 2:28
Peace ON27-Sep-10 2:28 
AnswerRe: DataGridView Code example required Pin
PIEBALDconsult27-Sep-10 3:10
mvePIEBALDconsult27-Sep-10 3:10 
QuestionWhat is SecurityIdentifier for IIS_IUSRS? Pin
Chesnokov Yuriy27-Sep-10 0:47
professionalChesnokov Yuriy27-Sep-10 0:47 
AnswerRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Pete O'Hanlon27-Sep-10 1:21
mvePete O'Hanlon27-Sep-10 1:21 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Chesnokov Yuriy27-Sep-10 1:38
professionalChesnokov Yuriy27-Sep-10 1:38 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Pete O'Hanlon27-Sep-10 1:52
mvePete O'Hanlon27-Sep-10 1:52 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Dave Kreskowiak27-Sep-10 4:01
mveDave Kreskowiak27-Sep-10 4:01 

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.