|
|
#1 |
|
Junior Member
Join Date: Dec 2009
Posts: 4
|
ExecWait Problem
Hi there.
I need to register asp.net in iis, so I run aspnet_regiis. code: Now, the second line works fine on x64 windows, but the first line never works. What am I doing wrong? |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2009
Posts: 4
|
Disregard that. It just works only on my machine. On other computers I can run
orcode: from cmd, so these files do exist, but somehow setup doesn't execute them.code: |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2009
Posts: 4
|
Is
code: a proper syntaxis at all? |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Try using $WINDIR instead of %SYSTEMROOT%. Also, you should get that path from the registry or somewhere else instead of hardcoding it. You can probably find a wiki article on how to get it.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Dec 2009
Posts: 4
|
Thank you kichik, it worked.
In previous versions I've obtained that path from registry, but then I've found out that v2.0.50727 is the only folder where stable version of second framework can be located. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|