Setup Project Builds On Vista, Not XP - Interop Dependencies Manually Excluded?
Aug 21, 2007
I have a setup project in my solution. There are interop dependencies on msADOX and oledb32. On my Vista build machine these dependencies don't show up in the "Detected Dependencies" list (only the two interop assemblies), and my solution builds just fine.
On the production build machine (XP), the build fails with two errors: ERROR: 'oledb32.dll' should be excluded because its source file 'C:Program FilesCommon Filessystemole dboledb32.dll' is under Windows System File Protection.
[Code]...
View 3 Replies
ADVERTISEMENT
Dec 30, 2009
I need to include my application in a custom Preinstallation Environment I am creating. The problem is that in order to include the framework within my PE would require a ton of extra work plus increase the size by a huge amount.I know that you can use an application like XenoCode to include the framework dependencies, but the cost of their software is pretty high.
View 7 Replies
Jun 27, 2009
I have problem when i use DTS package in my Application which I use VB.net .when i install the Application in the client and run it the are message appear :" could not load file or assembly ' interop.DTS,version=2.0.0.0,cultral,publickeytoken=null'or one of its dependencies . the system cannot find the file specified " In my PC run successfuly but in the client the previous?
View 1 Replies
Dec 12, 2009
How to add Shockwave Flash Object (flash10c.ocx) reference in windows application.
My application works fine in vs 2005 and also in 2008
But when I try to build setup of the application,
It gives Error
"The following files may have dependencies that cannot be determined automatically. confirm that all dependencies have been added to the project."
c:/windows/system32/macromed/flash/flash10c.ocx
But i have already installed flash player and the above file exists.
while registration of flash (Regsvr32 flash10c.ocx) following error occurs
"LoadLibrary("flash10c.ocx") failed - The specified module could not be found"
View 1 Replies
Mar 5, 2009
I had done my project and now I planning to make setup file for my application...During making the setup file,I had encountered this problem: The following files may have dependencies that cannot be determined automatically.
View 2 Replies
Oct 26, 2011
How to include Dependencies in my project made in Visual Basic 2010.
View 6 Replies
Nov 1, 2009
I have a question regarding unusual date format. I have validation set to where users must input 8 digits for the date that I intend on formating dd/mm/yyyy. Is there a date function in .NET that I can use or am I going to have to manually set up my own function to output those numbers in that format?
View 2 Replies
Nov 15, 2010
i was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
View 3 Replies
May 10, 2012
I want to create a real setup project for my application so when someone want to download it he can run only setup, not default setup that provide me VB . How can I do that?
View 4 Replies
Jul 4, 2011
how to create a setup file with inno software including interop.MessengerAPI.dll of any application.I have created a setup file with inno.but it is work in only my pc it is not work in anather pc after creating a setup file.In my application is chatting application.how it is work interop.MessengerAPI.dll in anather pc?
View 3 Replies
Jun 5, 2011
how to create a setup file with inno software including interop.MessengerAPI.dll of any application.I have created a setup file with inno.but it is work in only my pc it is not work in anather pc after creating a setup file.In my application is chatting application.how it is work interop.MessengerAPI.dll in anather pc?
View 2 Replies
Jul 4, 2011
how to create a setup file with inno software including interop.MessengerAPI.dll of any application.I have created a setup file with inno.but it is work in only my pc it is not work in anather pc after creating a setup file.In my application is chatting application.how it is work interop.MessengerAPI.dll in anather pc?
View 1 Replies
Jul 4, 2011
how to create a setup file with inno software including interop.MessengerAPI.dll of any application.I have created a setup file with inno.but it is work in only my pc it is not work in anather pc after creating a setup file.In my application is chatting application.how it is work interop.MessengerAPI.dll in anather pc?
View 1 Replies
Jul 28, 2009
I have VB 2003, 2005 and 2008. I would like to develop my own dialogboxes and put them in WIndows Setup and make it work.
View 2 Replies
Feb 27, 2009
I've finally got a project compiled and tested and ready to roll out.I have discovered that the "Publish" option is not what it seems, and that we must create a separate "Setup Project" to carry out the task of installing the files.This is not the most intuitive process I've seen, and the online help on that subject is not easy to understand.I was hoping that someone could direct me to a tutorial or guide that would step me through the specific approach I need. Many of the other guides online are vague and address multiple scenarios and do not separate the approaches very well.I have the contents of my project in /bin/release. It runs nicely by iteself with no errors.Here's what I need:
1. To create a setup exe that I can distribute that will install my software, with all of the supporting (resource) files and folders.
2. I need the setup process to force the installer to "agree" to a EULA.
3. I'd would like to provide an image on the installation screen/popup.
4. I would like the software registered in the registry and rely on it being there in the registry.
5. I need it to default to program filesprojectname (it does by default)
View 6 Replies
Nov 12, 2009
I new to this Forum and relatively new to VB programming. I have read some really good posts here and thought I would ask about a perplexing problem I'm having. I createdindows Form application, built it and deployed it with no problems. However, when I added a small block of code, re-built the app and went to add the app to the Project Output Group in the file system editor the project was not in the Project drop down list. I closed the Setup project and deleted it from the project folder and checked my code and re-built the app and tried the Set Up project again with the same result
View 2 Replies
Jun 3, 2010
I am migrating VB application in VB.NET. In VB application , there are using Microsoft windows common control 5.0 COMCTL32.OCX. When I add this component in migrated project, it becomes interop_mscommlib.dll. I want to remove any interop dll in my migrated project. So my question is : Is there any .net supported COMCTL32 which i can use and from where I can get that.
View 3 Replies
Apr 28, 2012
I accidentally excluded something from my project (by right clicking and "Exclude from project", but I don't remember what) and now when I try to open form1.vb design I get this error message:
There is no editor avalable for <filename> Make sure the application for the filetype (.vb) is installed.
View 1 Replies
Jul 4, 2011
I have a windows application contains setup project also when I worked on visual studion 2008 it works fine but when I moved my code to vs 2010 it shows following error in building msado28.tlb should be excluded because its source file C:program filescommon filessystemadomsado28 tlb is under windows system file protection..if i exclude the file installer does not work( although it is created but when I click on it it gives error)
View 3 Replies
Apr 14, 2011
I have Visual Studio 2010 and a VB Project that had a reference to Microsoft.Interop.Excel 12.0. Well recently I changed the reference version to 14.0. That was actually a mistake and now I need to bump it back down to version 12.0. However I get this error in my project now...
Project 'MyProject' requires a reference to version '14.0.0.0' of assembly 'Microsoft.Office.Interop.Excel', but references version '12.0.0.0'
of assembly 'Microsoft.Office.Interop.Excel'.
I tried removing references and adding the com object to, but no avail.
View 1 Replies
May 30, 2009
i compile my form with the below code when i run it on vista work fine without any problem but when i try to run in on XP cant run... that happened with any XP machine.[code]when i run my exe to other Vista machines work fine... but on xp NO.
View 1 Replies
May 31, 2009
When ever I finish simple programs no matter what it is and i click to debug it it comes up"Error while trying to run project:could not load file or assembly"project name" or one of its dependencies.the module was expected to contain an assembly manifest"
View 4 Replies
Jun 29, 2009
When I exclude a block using #if #endif in VB.Net there is no visual evidence that the block has actually been excluded unless I indent the block and it does not return to the left margin. I checked the active settings for Fonts and the Excluded Code colorization is identical to that of C# and C++. However, the block is not colorized at all. VB clearly knows the block has been excluded, but I cannot figure out how to get the block highlighted as it is in C# and C++.
View 3 Replies
Nov 6, 2009
i have included an exe in my setup project. how can i run this exe while running setup.exe,also tell me how to pass parameter to this exe.
View 2 Replies
May 13, 2009
Ok, imagine the simplest solution in Visual Studio 2008 with framework 3.5 (OS = Win XP) where I have added a class library. Then I've added a COM Class. This COM Class is so simple, it only exposes 1 function:
Public Function SayHello() As String
Return " Hello."
End Function
[code].....
View 1 Replies
Jul 15, 2011
I have been told to add a button to a desktop app that when clicked, opend a word document that has been given to me. I am using the following line of code to open the file:
Process.Start(Application.StartupPath + "\Registry User Guide.doc")
How do I add this document to my setup project so when a user installs the MSI it will put the word doc into the application.startuppath?
View 1 Replies
Jan 13, 2010
How to make a setup project
View 6 Replies
Aug 7, 2010
I'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs
View 11 Replies
Jun 21, 2010
My suggestion is how to use the setup/deployment project - and also how to add it/incorporate it into the project being built.
View 3 Replies
Jul 8, 2005
I am using vs 2003 to build a setup project but got this error message"Could not find file ..., Not enough storage is available to complete this operation."I checked the path of the file, it is correct. After I remove this file from the setup project, I can build it successfully and the result msi file is about 250MB, the file I removed is about 260MB, is there any limitation about the size of the file in setup project or the total size of msi file? If so, how can I build the setup project?
View 19 Replies