Click here to Skip to main content
15,892,537 members
Home / Discussions / C#
   

C#

 
Questionurgent -- file creation in c# Pin
Chithra Anoop28-Oct-08 15:26
Chithra Anoop28-Oct-08 15:26 
AnswerRe: urgent -- file creation in c# PinPopular
Mbah Dhaim28-Oct-08 16:33
Mbah Dhaim28-Oct-08 16:33 
GeneralRe: urgent -- file creation in c# Pin
Chithra Anoop28-Oct-08 16:47
Chithra Anoop28-Oct-08 16:47 
GeneralRe: urgent -- file creation in c# Pin
That Asian Guy28-Oct-08 18:47
That Asian Guy28-Oct-08 18:47 
QuestionAdd multiple values to a SqlParameter Pin
Brad Wick28-Oct-08 12:46
Brad Wick28-Oct-08 12:46 
AnswerRe: Add multiple values to a SqlParameter Pin
HemJoshi28-Oct-08 20:40
HemJoshi28-Oct-08 20:40 
AnswerRe: Add multiple values to a SqlParameter Pin
Giorgi Dalakishvili28-Oct-08 21:11
mentorGiorgi Dalakishvili28-Oct-08 21:11 
QuestionSmart Device Cab Installer Pin
blackdogjet28-Oct-08 12:28
blackdogjet28-Oct-08 12:28 
I have setup a Smart Device Cab Installer and it works except it keeps installing a shortcut to my help file in the Programs directory. Here is what my .inf file looks like. My help file shortcut is set to only install into Windows\Help but keeps installing the both Windows\Help and Windows\Start Menu\Programs. Any suggestions on what I am doing wrong.

[Version]
Signature="$Windows NT$"
Provider="AgTrax Technologies"
CESignature="$Windows CE$"

[CEStrings]
AppName="???"
InstallDir=%CE1%\%AppName%

[Strings]
Manufacturer="???"

[CEDevice]
VersionMin=4.21
VersionMax=6.99
BuildMax=0xE0000000

[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2,Files.Common3,Files.Common4

[SourceDisksNames]
1=,"Common1",,"C:\????\Windows\????\????\Htm-Help\"
2=,"Common2",,"C:\WINDOWS\Fonts\"
3=,"Common3",,"????"
4=,"Common4",,"C:\????\Windows\????\????\obj\Release\"

[SourceDisksFiles]
"????.htm"=1
"timesbi.ttf"=2
"Symbol.Barcode.Design.dll"=3
"????.exe"=4

[DestinationDirs]
Shortcuts=0,%CE2%\Start Menu
Files.Common1=0,"%CE2%"
Files.Common2=0,"%CE15%"
Files.Common3=0,"%InstallDir%"
Files.Common4=0,"%InstallDir%"

[Files.Common1]
"????.htm","????.htm",,0

[Files.Common2]
"timesbi.ttf","timesbi.ttf",,0

[Files.Common3]
"Symbol.Barcode.Design.dll","Symbol.Barcode.Design.dll",,0

[Files.Common4]
"????.exe","????.exe",,0


[Shortcuts]
"????",0,"AgCount.exe","%CE17%"
"???? Help",0,"????.htm","%CE2%\Help"

[RegKeys]
"HKCU","SOFTWARE\????\????","(Default)","0x00000000",""
"HKCU","SOFTWARE\????","(Default)","0x00000000",""
Questiontext color Pin
netJP12L28-Oct-08 10:58
netJP12L28-Oct-08 10:58 
QuestionListView logging takes focus from other controls Pin
Statoon420028-Oct-08 8:56
Statoon420028-Oct-08 8:56 
QuestionURGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
vinoo8028-Oct-08 8:41
vinoo8028-Oct-08 8:41 
AnswerRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
leckey28-Oct-08 9:50
leckey28-Oct-08 9:50 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Paul Conrad28-Oct-08 11:05
professionalPaul Conrad28-Oct-08 11:05 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
leckey28-Oct-08 11:07
leckey28-Oct-08 11:07 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Paul Conrad28-Oct-08 11:09
professionalPaul Conrad28-Oct-08 11:09 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
leckey28-Oct-08 11:10
leckey28-Oct-08 11:10 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Paul Conrad28-Oct-08 11:14
professionalPaul Conrad28-Oct-08 11:14 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
vinoo8028-Oct-08 11:17
vinoo8028-Oct-08 11:17 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Paul Conrad28-Oct-08 11:21
professionalPaul Conrad28-Oct-08 11:21 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Furty29-Oct-08 0:48
Furty29-Oct-08 0:48 
AnswerRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
Kythen29-Oct-08 10:40
Kythen29-Oct-08 10:40 
GeneralRe: URGENT : Help with parsing the PDF generated by Crystal reports-V9 Pin
vinoo8029-Oct-08 15:40
vinoo8029-Oct-08 15:40 
QuestionProblem saving changes to a database VS C# 2005 Pin
danielhasdibs28-Oct-08 8:18
danielhasdibs28-Oct-08 8:18 
AnswerRe: Problem saving changes to a database VS C# 2005 Pin
Rajasekharan Vengalil28-Oct-08 8:28
Rajasekharan Vengalil28-Oct-08 8:28 
AnswerRe: Problem saving changes to a database VS C# 2005 Pin
Paul Conrad28-Oct-08 11:08
professionalPaul Conrad28-Oct-08 11:08 

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.