Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with bug Pin
Scott Dorman2-Jun-08 5:50
professionalScott Dorman2-Jun-08 5:50 
GeneralRe: Problem with bug Pin
humayunlalzad2-Jun-08 6:18
humayunlalzad2-Jun-08 6:18 
GeneralRe: Problem with bug Pin
Scott Dorman2-Jun-08 6:24
professionalScott Dorman2-Jun-08 6:24 
GeneralRe: Problem with bug Pin
humayunlalzad2-Jun-08 6:27
humayunlalzad2-Jun-08 6:27 
GeneralRe: Problem with bug Pin
Scott Dorman2-Jun-08 6:29
professionalScott Dorman2-Jun-08 6:29 
GeneralRe: Problem with bug Pin
humayunlalzad2-Jun-08 8:26
humayunlalzad2-Jun-08 8:26 
GeneralRe: Problem with bug Pin
Scott Dorman2-Jun-08 8:35
professionalScott Dorman2-Jun-08 8:35 
GeneralRe: Problem with bug Pin
humayunlalzad3-Jun-08 4:41
humayunlalzad3-Jun-08 4:41 
I think this .nsi file has got something to do with the installation it has these scripts which I have never seen in mylife.
InstallDotNet:

     ExecWait 'dotnetfx.exe'
     Delete "dotnetfx.exe"

     Call IsDotNETInstalled
     Pop $R3
     StrCmp $R3 0 DotNetFailed
       Goto CompleteInstallation

   DotNetFailed:
     MessageBox MB_OK "The Microsoft.NET Framework setup has failed. Please restart the PiPe setup, or install the latest .NET Framework directly from Microsoft's website."
     Quit

Can you tell me what the file does and what language is it.
GeneralRe: Problem with bug Pin
Scott Dorman3-Jun-08 4:45
professionalScott Dorman3-Jun-08 4:45 
GeneralRe: Problem with bug [modified] Pin
DaveyM692-Jun-08 10:09
professionalDaveyM692-Jun-08 10:09 
GeneralRe: Problem with bug Pin
DaveyM693-Jun-08 4:46
professionalDaveyM693-Jun-08 4:46 
GeneralRe: Problem with bug Pin
humayunlalzad3-Jun-08 4:53
humayunlalzad3-Jun-08 4:53 
GeneralRe: Problem with bug Pin
DaveyM693-Jun-08 12:01
professionalDaveyM693-Jun-08 12:01 
GeneralRe: Problem with bug Pin
humayunlalzad3-Jun-08 18:44
humayunlalzad3-Jun-08 18:44 
QuestionPerformance of application in case of larget data transfer Pin
mukkanti0072-Jun-08 3:52
mukkanti0072-Jun-08 3:52 
AnswerRe: Performance of application in case of larget data transfer Pin
Vasudevan Deepak Kumar2-Jun-08 4:14
Vasudevan Deepak Kumar2-Jun-08 4:14 
AnswerRe: Performance of application in case of larget data transfer Pin
leppie2-Jun-08 4:15
leppie2-Jun-08 4:15 
QuestionCsGL and Vista Pin
Ranger492-Jun-08 2:51
Ranger492-Jun-08 2:51 
AnswerRe: CsGL and Vista Pin
Vasudevan Deepak Kumar2-Jun-08 2:56
Vasudevan Deepak Kumar2-Jun-08 2:56 
Questionrelease resource for WebClient class Pin
George_George2-Jun-08 2:41
George_George2-Jun-08 2:41 
AnswerRe: release resource for WebClient class Pin
N a v a n e e t h2-Jun-08 3:07
N a v a n e e t h2-Jun-08 3:07 
GeneralRe: release resource for WebClient class Pin
George_George3-Jun-08 1:10
George_George3-Jun-08 1:10 
QuestionReading from html source with C# Pin
kindzal2-Jun-08 2:39
kindzal2-Jun-08 2:39 
AnswerRe: Reading from html source with C# Pin
Vasudevan Deepak Kumar2-Jun-08 2:52
Vasudevan Deepak Kumar2-Jun-08 2:52 
QuestionHow to Send image in paintdotnet workspace through myproject picturebox. Pin
nomi2-Jun-08 2:35
nomi2-Jun-08 2:35 

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.