This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- dll missing from Web Service Extension
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 09, 2011
10:28 AM
dll missing from Web Service Extension
I recently upgraded from InstallShield 2009 to 2011, and my Web Service Extension no longer gets created properly.
I have a Web Service Extension with a Full Path of
When I install it, the Web Service Extension gets created with a path of
Which is correct, except that it's missing "\jadehttp.dll" from the end, so it doesn't work.
I have a Web Service Extension with a Full Path of
\ \jadehttp.dll
When I install it, the Web Service Extension gets created with a path of
C:\Program Files (x86)\FileVision (WEB & API)\FVWEB
Which is correct, except that it's missing "\jadehttp.dll" from the end, so it doesn't work.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 18, 2011
01:23 AM
In the IIS properties, use a script defined variable and at runtime you use the following function to set the value for script defined variable.
In the IIS setting, i have used the following
Full path to file :
In the script i have used the following.
TextSubSetValue("", TARGETDIR ^ "Test\\Test.dll", TRUE);
This should work.
regards
Prema
In the IIS setting, i have used the following
Full path to file :
In the script i have used the following.
TextSubSetValue("
This should work.
regards
Prema
