Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: sulabhadhikary
Forum: NSIS Discussion 17th September 2006, 10:41
Replies: 0
Views: 1,010
Posted By sulabhadhikary
remote installtion

how can i make a nsis installer that installs a product on remote compuetr in the lan as well as across the firewall
any suggestion will be hartly welcomed
Forum: NSIS Discussion 13th September 2006, 09:21
Replies: 1
Views: 1,163
Posted By sulabhadhikary
try this ExecDos::exec "c:\Apache\bin\Apache...

try this
ExecDos::exec "c:\Apache\bin\Apache -k install"
ExecDos::exec "c:\Apache\bin\Apache -k start"
Forum: NSIS Discussion 12th September 2006, 11:57
Replies: 1
Views: 1,163
Posted By sulabhadhikary
starting apache service

help!!
can these two lines start apache service if yes whats wrong with the code if no is there any other way

ExecDos::exec " c:\apache\bin" apache -k install
ExecDos::exec " c:\apache\bin"...
Forum: NSIS Discussion 10th September 2006, 04:56
Replies: 2
Views: 1,761
Posted By sulabhadhikary
thanks kichik this one perfectly worked for me...

thanks kichik
this one perfectly worked for me
Section "MainSection" SEC01
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "C:\Documents and...
Forum: NSIS Discussion 8th September 2006, 05:58
Replies: 2
Views: 1,761
Posted By sulabhadhikary
apache installation

hi,
i want to make a package that installs apache which is in my hard drive and than installs php after which i can open a page contained in the same package for eg. mypage.php, i am very new to...
Showing results 1 to 5 of 5

 
Forum Jump