hii,
i made a bootstrapper for my msi to check and install the prerequisites..and when i click the
setup.exe file it smoothly check and install..there is no problem in it..
*)For now i use GenerateBootstrapper and bootstrapperFile to create bootstrapper.
But my problem is this that when the prerequisite are installed they use there ow...
Does anyone know ways of partially or fully automating driver test installation?
I am new to driver development and am used to more of a test-driven approach in higher level languages, so moving to the kind of environment where I can't easily test as I go has been a step up for me. I am using Virtual PC for my test environment and curr...
Hi All, newbie on site.
I have a new project, requirement are:
Organised groups of users at multiple geo locations answer test questions using this software.
We cannot rely on consistent internet connection, in case it goes down during test.
My question's are:
Q1. Based on assuming no internet connection, I guess I have 2 options?:...
I'm using this but it's replacing single occurances of a new line with <br/><br/>
function nl2br2($string){
$string = preg_replace('/(\r\n){2,}/', '<br/><br/>', $string);
//$string = preg_replace('/[\r\n]/', '<br/>', $string);
return $string;
}
It happens with the first pattern.
...
Hi guys;
I was wonderin' if someone would be able to help with this lil' batch file here. I'm trying to check when the last successful Windows Update was .
Here is the code here ..
@ECHO OFF
SETLOCAL
SET RegKey=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
SET RegKey=%RegKey%\WindowsUpdate\Auto Update\Results\Install
FOR /F "skip=1 tok...
I am responsible for a Windows application that loads up plugin "script" dll's written in c++.
The application exposes an API based on Win32 fibers to allow the c++ 'scripts' in the plugin dlls to use 'yield' and 'resume' type calls - essentially co-routines - to sequence the dependencies in the scripts without resorting to an asynchron...
Hi there,
I want to provide my colleagues with an interface (using Windows Forms or WPF) to control the states of virtual machines (KVM based) on a linux host. On the command line of this server, I'm using a tool, called libvirt, which provides python bindings to access its functionality.
What whould be the best pratice to remotely acce...
We are in the process of implementing the sharepoint application, we would like to know the the pros and cons of SharePoint workflow versus Windows workflow.
...
I'm coding a Rails project in a Windows environment and using Eclipse (with the Aptana plug-in) as my development environment.
I'm far enough along in my project now that I don't want to lose any of my work, and would like to start version controlling it.
What would you suggest I use? I've Googled and seen some responses for Git and T...
If I have a Winforms control, is it possible to tell if there are windows (from any application) above it? Basically, I need to know what parts of my control are actually visible on screen.
...
Hi,
I am trying to use Cucumber for a Rails project on Windows.
Unfortunately the time it takes to run a scenario is making BDD
impossible.
I understand this is largely due to the time taken by Rails to load up
under windows.
Does anyone have any ideas about how I can speed things up.
e.g Is it possible to call Cucumber inside a Rails c...
I have inherited an application that uses mono that runs a windows service. All of the original developers are gone. The production version uses mono on linux. I am trying to get a development environment up and running. I decided to use windows as the base platform running mono up top of it. Ok maybe not the best idea given my current ...
For each key input, WndProc usually receives WM-KEY-DOWN and WM-KEY-UP.
However, when IME is in conversion status for Asian languages,
WndProc receive WM-IME-COMPOSITION and WM-KEY-UP. no WM-KEY-DOWN..
According to msdn([http://msdn.microsoft.com/en-us/library/dd374133%28VS.85%29.aspx%5D%5B1%5D), WM-IME-COMPOSITION message's wParam is.....
Having written a CGI application in Visual Studio 2008 and debigged it locally, I uploaded it to a Windows Server 2003 OS where it promptly failed to run.
I am guessing I need to install the wretched Runtime distributable, but after reading this:
http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-20...
I have a folder under SVN control. And Since I will be creating files on a rapid basis, I want certain file types to be added, and certain file types to be ignored automatically, right after the moment the file is created.
An example would be I want to commit a folder that contains sln, csproj, and cs type of extension to the source con...
I'm sure others have run into this problem too...
I often watch videos in a small VLC window while working on other tasks, but no matter where the window is placed, I eventually need to access something in the GUI behind it, and have to manually reposition the video window first.
This could be solved by having the VLC window snap to an...
Having some out-of-memory problems with a 32-bit process in Windows I begun using Performance Monitor to log certain counters for that process.
Though it is normal that Virtual Bytes is higher than both Private Bytes and Working Set, I found that in my case there was a substantial difference, Virtual Bytes was much higher than both Priv...
i really need help. I'm searching for this from a very long time. I would like to make a servlet (application deployed on OC4J ) which will allow to enter users logged in domain (Active Directory) without any prompt for login and password. Is it possible to retrive in servlet : user name via getRemoteUser or getUserPrincipal methods with...
Hello,
I'm beginning in Objective-C development and as i can see in the development blogs(about Objective-C) all they use Mac and some use Linux, but why we don't have many Objective-C developers on Windows, since Objective-C is a very good and easy language?
...
Hi,
the following code does work under my Windows development environment, but not on my production Linux/Apache2/FastCGI env.
in my view rhtml file :
<td id='first_column' class='column'>
<% content_for :head do #DO NOT CACHE THIS content for : HEAD %>
<%= stylesheet_link_tag('live_tree') %>
<%= javascr...