Click here to Skip to main content
15,916,600 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Problem with Treeview Pin
rockyl2-Jul-07 21:05
rockyl2-Jul-07 21:05 
GeneralRe: Problem with Treeview Pin
Ed.Poore2-Jul-07 22:20
Ed.Poore2-Jul-07 22:20 
GeneralRe: Problem with Treeview Pin
rockyl3-Jul-07 0:54
rockyl3-Jul-07 0:54 
GeneralRe: Problem with Treeview Pin
Ed.Poore3-Jul-07 1:47
Ed.Poore3-Jul-07 1:47 
GeneralRe: Problem with Treeview Pin
rockyl3-Jul-07 19:47
rockyl3-Jul-07 19:47 
GeneralRe: Problem with Treeview Pin
rockyl6-Jul-07 4:08
rockyl6-Jul-07 4:08 
GeneralRe: Problem with Treeview Pin
Ed.Poore6-Jul-07 12:58
Ed.Poore6-Jul-07 12:58 
GeneralRe: Problem with Treeview Pin
rockyl6-Jul-07 23:45
rockyl6-Jul-07 23:45 
GeneralRe: Problem with Treeview Pin
Ed.Poore7-Jul-07 0:28
Ed.Poore7-Jul-07 0:28 
GeneralRe: Problem with Treeview Pin
Ed.Poore8-Jul-07 22:18
Ed.Poore8-Jul-07 22:18 
GeneralRe: Problem with Treeview Pin
rockyl9-Jul-07 2:58
rockyl9-Jul-07 2:58 
GeneralRe: Problem with Treeview Pin
Ed.Poore9-Jul-07 7:00
Ed.Poore9-Jul-07 7:00 
GeneralRe: Problem with Treeview Pin
rockyl12-Jul-07 21:47
rockyl12-Jul-07 21:47 
GeneralRe: Problem with Treeview Pin
Ed.Poore13-Jul-07 0:53
Ed.Poore13-Jul-07 0:53 
GeneralRe: Problem with Treeview Pin
rockyl13-Jul-07 1:34
rockyl13-Jul-07 1:34 
QuestionPassword Expiry date of SERVER 2003 Pin
Sachin Pimpale2-Jul-07 1:22
Sachin Pimpale2-Jul-07 1:22 
AnswerRe: Password Expiry date of SERVER 2003 Pin
originSH2-Jul-07 5:34
originSH2-Jul-07 5:34 
Questionrun NSIS installer.exe from commandline Pin
chandni_chandrakant_maheta2-Jul-07 0:31
chandni_chandrakant_maheta2-Jul-07 0:31 
I have an installer.exe. That installer is built in NSIS V2.17. I need to run that installer in silent mode from command line.

My coding is as below:

char regSvrPath1[1024];
strcpy(regSvrPath1, "C:\\Program Files\\Installer.exe");
char regSvrArg1[1024];
strcpy(regSvrArg1, " /S /D=C:\\Program Files\\Installer");
int iI = _spawnl(_P_WAIT, regSvrPath1, regSvrArg1, NULL);

When the spawnl statement is executed, it shows me the messagebox,
"Please specify the installation type as first parameter: /install /upgrade /remove"

I have tried out the arguments as
strcpy(regSvrArg1, " /install /S /D=C:\\Program Files\\Installer");
But it is not working....

Can any one please guide me, how to specify install, uninstall or upgrade option from command line??

AnswerRe: run NSIS installer.exe from commandline Pin
Thisita10-Jul-07 15:06
Thisita10-Jul-07 15:06 
QuestionMAsx TExt Box Pin
PriteshMalvan1-Jul-07 19:23
PriteshMalvan1-Jul-07 19:23 
AnswerRe: MAsx TExt Box Pin
RepliCrux1-Jul-07 20:07
RepliCrux1-Jul-07 20:07 
Questionvalidation Pin
Bojja Lakshmi1-Jul-07 2:41
Bojja Lakshmi1-Jul-07 2:41 
AnswerRe: validation Pin
Paul Conrad13-Jul-07 12:59
professionalPaul Conrad13-Jul-07 12:59 
GeneralRe: validation Pin
Bojja Lakshmi15-Jul-07 21:19
Bojja Lakshmi15-Jul-07 21:19 
QuestionDataGridView CheckBox issue! Pin
pashitech30-Jun-07 6:29
pashitech30-Jun-07 6:29 

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.