Click here to Skip to main content
15,920,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: Change windows system time Pin
Heath Stewart22-Sep-05 6:31
protectorHeath Stewart22-Sep-05 6:31 
QuestionWriting htmlstyle comments in xml Pin
Dan Neely22-Sep-05 3:54
Dan Neely22-Sep-05 3:54 
AnswerRe: Writing htmlstyle comments in xml Pin
Heath Stewart22-Sep-05 6:34
protectorHeath Stewart22-Sep-05 6:34 
GeneralRe: Writing htmlstyle comments in xml Pin
Dan Neely22-Sep-05 7:16
Dan Neely22-Sep-05 7:16 
Questionprogressbar in a statusbar panel Pin
Mridang Agarwalla22-Sep-05 3:43
Mridang Agarwalla22-Sep-05 3:43 
AnswerRe: progressbar in a statusbar panel Pin
Heath Stewart22-Sep-05 6:35
protectorHeath Stewart22-Sep-05 6:35 
QuestionInstalling file in Setup Project Pin
Anonymous22-Sep-05 3:38
Anonymous22-Sep-05 3:38 
AnswerRe: Installing file in Setup Project Pin
Heath Stewart22-Sep-05 6:41
protectorHeath Stewart22-Sep-05 6:41 
You'll need to define it's containing component as a transitive component. To do this using the Windows Installer project in Visual Studio, select the file and change the Transitive property to True. Then set the Condition property to "NOT Installed". Until the InstallFinalize standard action in a Windows Installer package is executed, the "Installed" property is not defined when installing the product. When repairing the product, however, it will be defined the the component will not cause a prompt for source because the component is no longer needed.

As for your applicatio nasking for the file, more information would be needed. I take it this is a managed assembly? If so, assemblies are published such that when an assembly is missing Windows Installer prompts for the source. Also, if you're launching a shortcut to your application that Windows Installer created, that shortcut forces a consistency check. If you're not starting your program from a shortcut created by Windows Installer, then you need to make sure that you don't have a reference to the one-use assembly in another assembly used by your program. You'll need to load and run code within that one-use assembly using reflection so that a early-bound reference is not created, thus causing a prompt for source.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
Questioncheckbox problem Pin
Mridang Agarwalla22-Sep-05 3:34
Mridang Agarwalla22-Sep-05 3:34 
AnswerRe: checkbox problem Pin
KaptinKrunch22-Sep-05 4:29
KaptinKrunch22-Sep-05 4:29 
GeneralRe: checkbox problem Pin
Mridang Agarwalla22-Sep-05 4:43
Mridang Agarwalla22-Sep-05 4:43 
GeneralRe: checkbox problem Pin
Guffa22-Sep-05 6:16
Guffa22-Sep-05 6:16 
Questionhelp in this program Pin
dhol22-Sep-05 3:02
dhol22-Sep-05 3:02 
AnswerRe: help in this program Pin
KaptinKrunch22-Sep-05 3:50
KaptinKrunch22-Sep-05 3:50 
Questioncontextmenu Pin
PHDENG8122-Sep-05 2:54
PHDENG8122-Sep-05 2:54 
QuestionGet Primary Display Driver information Pin
pkonaje22-Sep-05 2:33
pkonaje22-Sep-05 2:33 
Questionnotifyicon balloon Pin
g00fyman22-Sep-05 2:19
g00fyman22-Sep-05 2:19 
Answerall fixed Pin
g00fyman22-Sep-05 3:30
g00fyman22-Sep-05 3:30 
QuestionIncremental search Pin
Satish3222-Sep-05 2:14
Satish3222-Sep-05 2:14 
QuestionDELEDTING DATABASE through C# asp.net program ,ms sql database Pin
EKJDBA22-Sep-05 1:50
EKJDBA22-Sep-05 1:50 
AnswerRe: DELEDTING DATABASE through C# asp.net program ,ms sql database Pin
Colin Angus Mackay22-Sep-05 2:24
Colin Angus Mackay22-Sep-05 2:24 
Questioncan't load ruleml into dataset Pin
pramod.21c22-Sep-05 1:40
pramod.21c22-Sep-05 1:40 
AnswerRe: can't load ruleml into dataset Pin
Dave Kreskowiak22-Sep-05 5:24
mveDave Kreskowiak22-Sep-05 5:24 
QuestionCheck if user has admin rights Pin
Stefan_ Spenz22-Sep-05 1:24
Stefan_ Spenz22-Sep-05 1:24 
QuestionExplain DataSet.AcceptChanges and DataAdapter.Update methods. Pin
webC#22-Sep-05 1:17
webC#22-Sep-05 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.