Click here to Skip to main content
15,894,740 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i understand the file i've load is a correct PNG file? Pin
Christian Graus26-Jun-05 15:59
protectorChristian Graus26-Jun-05 15:59 
GeneralRe: How can i understand the file i've load is a correct PNG file? Pin
Anonymous26-Jun-05 21:53
Anonymous26-Jun-05 21:53 
GeneralRe: How can i understand the file i've load is a correct PNG file? Pin
Christian Graus27-Jun-05 13:34
protectorChristian Graus27-Jun-05 13:34 
GeneralVersion Information Pin
Mr. Naveed Butt26-Jun-05 9:51
professionalMr. Naveed Butt26-Jun-05 9:51 
GeneralInternet Explorer hooks Pin
Ryan333326-Jun-05 9:50
Ryan333326-Jun-05 9:50 
GeneralAdvanced problem again Pin
snouto26-Jun-05 9:26
snouto26-Jun-05 9:26 
GeneralRe: Advanced problem again Pin
Christian Graus26-Jun-05 16:01
protectorChristian Graus26-Jun-05 16:01 
GeneralRe: Advanced problem again Pin
mav.northwind26-Jun-05 20:02
mav.northwind26-Jun-05 20:02 
You can run your installation with /q as parameter to let windows installer work without showing dialogs. If you need the values of some variables in your installation, these can be added as arguments to your call to msiexec like this:
msiexec /i mypackage.msi /q VALUE1=ABC VALUE2=123

You can put this call into an executable as well (for example, using Process.Start to run windows installer).

Perhaps the Windows Installer command line options[^] will help as well.

Regards,
mav
GeneralPrinting Rich Text Box to printer Pin
74Camaro26-Jun-05 8:55
74Camaro26-Jun-05 8:55 
GeneralRe: Printing Rich Text Box to printer Pin
mav.northwind27-Jun-05 1:28
mav.northwind27-Jun-05 1:28 
GeneralRe: Printing Rich Text Box to printer Pin
74Camaro27-Jun-05 4:21
74Camaro27-Jun-05 4:21 
GeneralRe: Printing Rich Text Box to printer Pin
mav.northwind27-Jun-05 5:42
mav.northwind27-Jun-05 5:42 
Generaltwain output to bitmap Pin
sami_bio@yahoo.com26-Jun-05 7:55
sami_bio@yahoo.com26-Jun-05 7:55 
GeneralRe: twain output to bitmap Pin
Christian Graus26-Jun-05 16:01
protectorChristian Graus26-Jun-05 16:01 
GeneralProcesses Pin
thepersonof26-Jun-05 6:08
thepersonof26-Jun-05 6:08 
GeneralRe: Processes Pin
S. Senthil Kumar26-Jun-05 6:37
S. Senthil Kumar26-Jun-05 6:37 
GeneralRe: Processes Pin
leppie26-Jun-05 6:38
leppie26-Jun-05 6:38 
GeneralRe: Processes Pin
MandMG26-Jun-05 11:21
MandMG26-Jun-05 11:21 
Generalcontaining directory from filepath Pin
Anonymous26-Jun-05 5:23
Anonymous26-Jun-05 5:23 
GeneralRe: containing directory from filepath Pin
leppie26-Jun-05 6:32
leppie26-Jun-05 6:32 
GeneralRe: containing directory from filepath Pin
Torsten Mauz26-Jun-05 23:32
Torsten Mauz26-Jun-05 23:32 
Generalwindows controls Pin
sianatia26-Jun-05 5:11
sianatia26-Jun-05 5:11 
Generalactive ipaddress Pin
amarsumanth26-Jun-05 4:56
amarsumanth26-Jun-05 4:56 
GeneralRe: active ipaddress Pin
S. Senthil Kumar26-Jun-05 6:28
S. Senthil Kumar26-Jun-05 6:28 
GeneralRe: active ipaddress Pin
Dave Kreskowiak26-Jun-05 9:20
mveDave Kreskowiak26-Jun-05 9:20 

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.