Click here to Skip to main content
16,009,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Excel database for C# Pin
Rob Graham17-Jan-05 17:02
Rob Graham17-Jan-05 17:02 
GeneralRe: Excel database for C# Pin
Syasya Mortensen25-Jan-05 13:59
Syasya Mortensen25-Jan-05 13:59 
GeneralNovell C# LDAP - Thread does not own the semaphore exception Pin
Edbert P17-Jan-05 12:33
Edbert P17-Jan-05 12:33 
General.NET Version Pin
Edbert P17-Jan-05 13:53
Edbert P17-Jan-05 13:53 
GeneralFormating doubles Pin
Flack17-Jan-05 11:43
Flack17-Jan-05 11:43 
GeneralRe: Formating doubles Pin
Christian Graus17-Jan-05 12:25
protectorChristian Graus17-Jan-05 12:25 
GeneralRe: Formating doubles Pin
Stefan Troschuetz17-Jan-05 21:13
Stefan Troschuetz17-Jan-05 21:13 
GeneralWindows Installer questions... Pin
new_phoenix17-Jan-05 11:24
new_phoenix17-Jan-05 11:24 
Not certain what is required when developing a packaging and deployment application for a C# windows program with several forms. First, when the application is built using the Build menu command, does it incorporate the forms into the executable itself, or do the forms need to be included individually into the application. If they are required to be individually included into the application, then is there perhaps some way that these files could ALL be converted to individual .dll files or even incorporated into a single .dll files, or something? It would seem to me that if each file were required to be included into the application individually, that they would be too vulnerable -- any suggestions?

Also, when the path to files are written in the code for your application, and the files are expected to be stored in "C:/windows/" directory, for example, the package and deployment folder for Windows could store the files in WINNT or in Windows based upon which operating system is loaded onto the client computer. Since the programmer does not know what operating system the user is utilizing, how would the programmer write the path information to where the files are expected to be installed by the installer? That is, is there some environmental variables code that would work with the package and deployment program in which the deployment application makes the determination where to store the files during installation, and the code path to the files would agree with that path decision? Is there some code like Application.windir() or something?

Third question. If an application required the installation of other applications, or even the .NET framework itself, does the package and deployment application provide a transparent way of installing these applications first without the end user realizing that they are being installed? We have all seen the applications that have several installation modules included, and they are considerably bothersome to the end user. I would like to install the other applications and even the .NET framework transparently without the end user knowing that it is occurring. That is, if the .NET framework is installed already, then ignore, else install. If the third party application is installed already, do likewise. Any ideas?
Confused | :confused: Confused | :confused:

Would really appreciate the input on these questions, as I do believe that others would like to hear the answer as well. Thanks.
GeneralRe: Windows Installer questions... Pin
Heath Stewart18-Jan-05 10:16
protectorHeath Stewart18-Jan-05 10:16 
GeneralAppending DataTable Pin
myNameIsRon17-Jan-05 11:10
myNameIsRon17-Jan-05 11:10 
GeneralRe: Appending DataTable Pin
Heath Stewart18-Jan-05 10:18
protectorHeath Stewart18-Jan-05 10:18 
Generalpropertygrid with browsable Pin
GoodQuestion17-Jan-05 11:04
GoodQuestion17-Jan-05 11:04 
GeneralRe: propertygrid with browsable Pin
Heath Stewart18-Jan-05 10:27
protectorHeath Stewart18-Jan-05 10:27 
GeneralDateTime Save null Pin
webhay17-Jan-05 9:24
webhay17-Jan-05 9:24 
GeneralRe: DateTime Save null Pin
Christian Graus17-Jan-05 9:58
protectorChristian Graus17-Jan-05 9:58 
GeneralRe: DateTime Save null Pin
Heath Stewart17-Jan-05 10:58
protectorHeath Stewart17-Jan-05 10:58 
GeneralRe: DateTime Save null Pin
webhay17-Jan-05 11:46
webhay17-Jan-05 11:46 
GeneralRe: DateTime Save null Pin
Christian Graus17-Jan-05 12:29
protectorChristian Graus17-Jan-05 12:29 
Generalgdi line cursor Pin
bwagz17-Jan-05 9:14
bwagz17-Jan-05 9:14 
GeneralRe: gdi line cursor Pin
Heath Stewart17-Jan-05 11:04
protectorHeath Stewart17-Jan-05 11:04 
GeneralSerial Port (RS-232) Programming Pin
mci8407817-Jan-05 8:52
mci8407817-Jan-05 8:52 
GeneralRe: Serial Port (RS-232) Programming Pin
Jeff Bramwell17-Jan-05 10:20
Jeff Bramwell17-Jan-05 10:20 
GeneralControls Questions on winform. Pin
stan2817-Jan-05 8:17
stan2817-Jan-05 8:17 
GeneralRe: Controls Questions on winform. Pin
Anonymous17-Jan-05 9:38
Anonymous17-Jan-05 9:38 
GeneralRe: Controls Questions on winform. Pin
Dennis C. Dietrich17-Jan-05 10:31
Dennis C. Dietrich17-Jan-05 10:31 

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.