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

C#

 
AnswerRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:05
leppie21-Nov-02 6:05 
GeneralRe: Colored text in a RichTextBox? Pin
chuckn21-Nov-02 6:16
chuckn21-Nov-02 6:16 
GeneralRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:25
leppie21-Nov-02 6:25 
GeneralLocal user log on Pin
mkomasi21-Nov-02 0:09
mkomasi21-Nov-02 0:09 
GeneralRe: Local user log on Pin
Mazdak21-Nov-02 0:59
Mazdak21-Nov-02 0:59 
GeneralRe: Local user log on Pin
Mazdak22-Nov-02 0:01
Mazdak22-Nov-02 0:01 
GeneralChanging MDI child opacity Pin
SimonS20-Nov-02 23:08
SimonS20-Nov-02 23:08 
GeneralSetup.Exe in Bootstrapper Sample not working..... Pin
Saroj20-Nov-02 21:54
Saroj20-Nov-02 21:54 
Hello Friends,

I am trying to create an installer for my application which will check if the .NET Framework is

installed on the user machine. If the framework is not installed then I want my installer to

first install the framework and then install my application.And if the frameWork is installed it

should directly install my application escaping installing .NET Framework.

I have developed the installer using the procedure given in msdn "Redistributing Dotnetfx.exe

using Setup.exe Bootstrapper".

My installer folder, which is right now on my local m/c having path D:\\Installer, contains

following files...

1)mySetup.msi
2)setup.exe
3)settings.ini
4)dotNetFrameWork/dotnetfx.exe


My setting file looks like this

[Bootstrap]
Msi=mySetUp.msi
'LanguageDirectory=
'ProductName=testproductname
'DialogText=
'CaptionText=
'ErrorCaptionText=
FxInstallerPath=dotNetFramework\

now when i try to open/run setup.exe its giving me following error :

"Incorrect command line parameters".

I've tried using :

FxInstallerPath=D:\\Installer\dotNetFramework\

But still getting the same problem.

Can anyone tell me whats the problem.

Thanks in advance.

regards,

Saroj
GeneralListView Fundamentals :: C# Pin
valikac20-Nov-02 16:38
valikac20-Nov-02 16:38 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:36
sitebuilderDavid Stone20-Nov-02 17:36 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:40
valikac20-Nov-02 17:40 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:45
sitebuilderDavid Stone20-Nov-02 17:45 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:50
valikac20-Nov-02 17:50 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:10
sitebuilderDavid Stone20-Nov-02 18:10 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:14
valikac20-Nov-02 18:14 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:21
sitebuilderDavid Stone20-Nov-02 18:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:29
valikac20-Nov-02 18:29 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:21
sitebuilderDavid Stone20-Nov-02 19:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 19:51
valikac20-Nov-02 19:51 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:55
sitebuilderDavid Stone20-Nov-02 19:55 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 20:06
valikac20-Nov-02 20:06 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 20:14
sitebuilderDavid Stone20-Nov-02 20:14 
GeneralRe: ListView Fundamentals :: C# Pin
BarryJ22-Nov-02 10:54
BarryJ22-Nov-02 10:54 
GeneralRe: ListView Fundamentals :: C# Pin
valikac22-Nov-02 11:30
valikac22-Nov-02 11:30 
QuestionIs it now taboo to use the registry? Pin
roybrew20-Nov-02 15:38
roybrew20-Nov-02 15:38 

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.