Forum: [VBP] Third Party Tools
08-03-2007, 12:38 PM
|
Replies: 3
Views: 17,552
the setup.exe does get update...from what I can...
the setup.exe does get update...from what I can tell it gets changed everytime I run the MSbuild action since the timestamp reflects the change. ALso the users are running that setup.exe they are not...
|
Forum: [VBP] Third Party Tools
08-03-2007, 10:36 AM
|
Replies: 3
Views: 17,552
Clickonce not updating?
I have a VBP build process that uses MSBuild to update the clickonce site. I first did the clickonce deployment in the IDE to setup all the proper files and publish.htm ..etc.. Now I want to release...
|
Forum: [VBP] Third Party Tools
08-02-2007, 03:22 PM
|
Replies: 3
Views: 17,552
MSBuild
I got a step using the MSBuild action....everything works and publishes. but on the publish.htm there is version line that should be set to the version I just publish. When I do the publishing thru...
|
Forum: [VBP] Third Party Tools
06-08-2007, 10:11 AM
|
Replies: 16
Views: 31,599
|
Forum: [VBP] Third Party Tools
06-08-2007, 07:56 AM
|
Replies: 16
Views: 31,599
I don't think is the solution path with spaces...
I don't think is the solution path with spaces that is giving me issues. It has to do something that the IDE is doing for the signing of the manifest that MSBuild isn't doing. I'm assuming that Make...
|
Forum: [VBP] Third Party Tools
06-07-2007, 03:43 PM
|
Replies: 16
Views: 31,599
OK I had the IDE opened and I rebuild all and...
OK I had the IDE opened and I rebuild all and then publish the one project it went fine from the IDE..
I had the VBP open while I will publish from the IDE. I try to run the one action Make VS.Net...
|
Forum: [VBP] Third Party Tools
06-07-2007, 03:17 PM
|
Replies: 16
Views: 31,599
Ok I have publish from IDE for this project...
Ok I have publish from IDE for this project before. I'm only publishing one project which is my project and has references to other projects within the solution. I have selected ton include all the...
|
Forum: [VBP] Third Party Tools
06-07-2007, 02:56 PM
|
Replies: 16
Views: 31,599
ok I got passed that error now I get this
...
ok I got passed that error now I get this
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3150,9): error : A signing key is required in order to publish this project....
|
Forum: [VBP] Third Party Tools
06-07-2007, 01:14 PM
|
Replies: 16
Views: 31,599
Ok I'm using hte make VS.Net action.
I get...
Ok I'm using hte make VS.Net action.
I get this error
MSBUILD : error MSB1008: Only one project can be specified.
My solution file has spaces in the path
like
this is the actual path...
|
Forum: [VBP] Third Party Tools
06-04-2007, 09:08 AM
|
Replies: 16
Views: 31,599
|
Forum: [VBP] Third Party Tools
06-28-2005, 10:38 AM
|
Replies: 3
Views: 14,078
|
Forum: [VBP] Third Party Tools
06-28-2005, 10:02 AM
|
Replies: 3
Views: 14,078
.NET step...compiling
I'm trying to compile a .NET solution file it works fine only issue I'm having is that it compiles every project in the solution every time. I want the solution to act as a build and not a...
|
Forum: [VBP] General Discussion
06-27-2005, 03:17 PM
|
Replies: 3
Views: 10,380
|
Forum: [VBP] General Discussion
06-27-2005, 01:32 PM
|
Replies: 3
Views: 10,380
Replace in FILE ...need help
I'm trying to use the Replace In file step for replacing values in an xml file...I have these tags
<BuildNumber version = x.x.x.x/>
<DataCenter name = "blah"/>
<Environment name = "blah"/>
I...
|
Forum: [VBP] Third Party Tools
05-09-2005, 11:22 AM
|
Replies: 7
Views: 17,656
still having issues
Ok not sure if this thread is still active if not I will repost.....
Anyway I tried your test.bld with the test.vbs it worked find
so I replaced c:\Test.vbs with c:\Windows\System32\iisweb.vbs...
|
Forum: [VBP] Third Party Tools
07-20-2004, 09:35 AM
|
Replies: 7
Views: 17,656
|
Forum: [VBP] Third Party Tools
07-19-2004, 03:37 PM
|
Replies: 7
Views: 17,656
|
Forum: [VBP] Third Party Tools
07-19-2004, 03:24 PM
|
Replies: 7
Views: 17,656
trying to execute a PSEXEC
I can run this from the command prompt with no prob
psexec \\ustpaqaapp001 -u newtonqa\WebSvc -p syk3s*n6wt0n cscript "c:\windows\system32\iisweb.vbs" /stop "PGNewtonAdmin"
but can not run it...
|
Forum: [VBP] General Discussion
05-17-2004, 02:35 PM
|
Replies: 7
Views: 11,790
|
Forum: [VBP] General Discussion
05-17-2004, 02:06 PM
|
Replies: 7
Views: 11,790
|
Forum: [VBP] General Discussion
05-17-2004, 01:29 PM
|
Replies: 7
Views: 11,790
thanks that got me furthere in the process I...
thanks that got me furthere in the process I think ...now I get this error
'C:\My' is not recognized as an internal or external command,
operable program or batch file.
but i have double...
|
Forum: [VBP] General Discussion
05-17-2004, 10:02 AM
|
Replies: 7
Views: 11,790
need help passing params to DOS cmd
I have a step that runs a dos cmd in it I have
%DOSCMD% "C:\My Projects\Sykes Newton\Enterprise\Version 1.0\ConfigManger\ConfigUpdate.exe" "/...
|
Forum: [VBP] General Discussion
05-07-2004, 12:18 PM
|
Replies: 3
Views: 13,164
replacing sections in XML
I want to be able to replace sections of the XML file using visual build. Is this possible I have no clue on how to do this but I just need to change sections of config files (.NET) for diff...
|