Forum: [VBP] Third Party Tools
05-27-2008, 03:19 PM
|
Replies: 1
Views: 14,933
output with devenv override
I am overriding the msbuild command with the devenv command for a VS2008 sln. Is there something I can do to get the same kind of output (log) that I get with msbuild?
Thanks,
Ken
|
Forum: [VBP] General Discussion
05-16-2008, 10:23 AM
|
Replies: 1
Views: 11,598
automatically closing alert window
I have a step that calls a .bat file that registers a .dll. The problem is that upon registering the dll, a windows alert box pops up to tell me that the dll has been successfully registered. The...
|
Forum: [VBP] General Discussion
05-15-2008, 01:40 PM
|
Replies: 1
Views: 10,613
|
Forum: [VBP] General Discussion
05-15-2008, 12:53 PM
|
Replies: 1
Views: 10,613
|
Forum: [VBP] Third Party Tools
05-13-2008, 11:26 AM
|
Replies: 3
Views: 17,436
Rolling the GUID
I was able to fix the problem above, but am having an issue updating the guid. I am running the following in the installshield step as a step script.
Function vbld_StepStarting()
Set objMacro...
|
Forum: [VBP] Third Party Tools
05-12-2008, 04:50 PM
|
Replies: 3
Views: 17,436
SingleImage installs with Installshield Express
I am have trouble getting a singleImage install created through the installshield step in VBP. I am selecting "compressed" on the options tab, but doesn't seem to be making a difference. When I run...
|
Forum: [VBP] General Discussion
05-07-2008, 04:34 PM
|
Replies: 3
Views: 11,585
Thanks for the info. I changed it to run as a...
Thanks for the info. I changed it to run as a scheduled task instead of a continuous loop. For this to work I had to change the temporary macros to project macros. The problem now is the task runs...
|
Forum: [VBP] General Discussion
05-06-2008, 06:24 PM
|
Replies: 3
Views: 11,585
Running Visual Build in the background
I am running a Continuous Integration build that runs every 4 hours. I made a scheduled task that ran once to kick it off, but the application opened. It won't close because the build doesn't end, it...
|