views:

270

answers:

0

I am trying to add Direct X 9 c in the list of prerequisite of click once installer. For which i am using Bootstrap Manifest generator as i read in some article on building the Bootstrap Manifest generator.

I am getting an error that says

A null string was requested to be built, which is not allowed.

I have my DirectX exe file in C:\Downloads. I ran it and extracted the folder in the Package folder which is in Bootstrap folder in VS in program files. Now i ran my Bootstrap Manifest Generator and in the AddInstallFile window i am giving the path of C:\Downloads\directx_aug2009_redist.exe and getting this error. Even if i give path of exe file of Direct X which is in package folder then also getting the same error. Really need help on this.