-
Posted to
Web Deployment Tool (MS Deploy)
by
Woland2k
on
08-13-2009, 6:17 PM
Ok, finally made it work with this command:
<parameter name="AppNameScript" description="sets app name" defaultValue="{ApplicationName}" tags="Hidden">
<parameterEntry type="TextFile" scope="(SqlScripts\\|\.config$)" ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Woland2k
on
08-13-2009, 5:36 PM
Thanks,
this is what I found as well. Now i tried:
scope="(\.sql$|\.config$)"
scope="(\.sql|\.config)$"
scope="(\.sql|\.config)" - replaces parameters in SQL as well as the dll.
and none of them seem to match any SQL file, matches the .config files fine.
There are two directories in the ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Woland2k
on
08-13-2009, 2:08 PM
I think i managed to narrow problem down to one parameters that causes just that particular DLL to get corrupted by going 2 extra Kb of data. The parameters is:
<parameter name="AppNameScript" description="sets app name" defaultValue="{ApplicationName}" tags="Hidden">
...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Woland2k
on
08-12-2009, 9:16 PM
I have an issue with how msdeploy.exe file handles zip package. Basically something happens when unzipping one particular DLL (myproject.sqldataprovider.dll). In the original zip the file size is 32 Kb and when installed using msdeploy it becomes 34Kb with all properties of the file gone. Needless to say, the web application doesn't work. That ...
-
Posted to
Web Platform Installer
by
Woland2k
on
11-26-2008, 1:29 PM
I'm interested in that feature as well. It is not very practical to wait for you to implement support for a custom application. Without that, the installer is somewhat useful. Any plans?