Click here to Skip to main content
15,895,011 members
Home / Discussions / Windows Forms
   

Windows Forms

 
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 
AnswerRe: DataGridView CheckBox issue! Pin
RepliCrux1-Jul-07 13:51
RepliCrux1-Jul-07 13:51 
GeneralRe: DataGridView CheckBox issue! Pin
pashitech1-Jul-07 17:06
pashitech1-Jul-07 17:06 
GeneralRe: DataGridView CheckBox issue! Pin
RepliCrux1-Jul-07 17:46
RepliCrux1-Jul-07 17:46 
GeneralRe: DataGridView CheckBox issue! Pin
pashitech1-Jul-07 18:23
pashitech1-Jul-07 18:23 
GeneralRe: DataGridView CheckBox issue! Pin
RepliCrux1-Jul-07 18:39
RepliCrux1-Jul-07 18:39 
GeneralRe: DataGridView CheckBox issue! Pin
pashitech3-Jul-07 3:47
pashitech3-Jul-07 3:47 
GeneralRe: DataGridView CheckBox issue! Pin
RepliCrux3-Jul-07 12:49
RepliCrux3-Jul-07 12:49 
Questionchenage desktop size Pin
m_soleimani30-Jun-07 0:22
m_soleimani30-Jun-07 0:22 
QuestionPopulating Windows Forms From Access Pin
HurricaneDan28-Jun-07 12:06
HurricaneDan28-Jun-07 12:06 
AnswerRe: Populating Windows Forms From Access Pin
Paul Conrad13-Jul-07 13:00
professionalPaul Conrad13-Jul-07 13:00 

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.