Setup Error, Files Out Of Date?
Feb 22, 2008How to resove this problem with package made in Visual basic 6?
View 6 RepliesHow to resove this problem with package made in Visual basic 6?
View 6 RepliesI have created installer from Visual Studio Package and Deployment, but after successful installation, the installer files (like dlls, images and all supporting files) modified date or even creation date has been changed and all have the same date depends on the date of installation. Is there a way I can preserve or maintain it's original creation/modified date?
View 2 RepliesI 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 Repliesif I use a third party distribution application like Setup2Go etc. to make my setup files, will my application run properly on user's computer?I mean how the required system files and dll files shall be included into my setup.exe?Does user need anything install, prior to my application's installation?
View 3 RepliesI get this error when I try to publish: Error 2 An error occurred while signing: Failed to sign binReleaseapp.publish\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253
The signer's certificate is not valid for signing.
SignTool Error: An error occurred while attempting to sign: binReleaseapp.publish\setup.exe MITS 2008
I downloaded the .net 3.5 sp1 and it performed a repair but it still will not publish.
I got "Unrecoverable build error" when building setup project.I try the solution in [URL].. but did not work out.
View 1 RepliesI 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 RepliesWhere can I find the files (of the project) I need to create the setup? The builder in Visual Basic sucks really hard, so I'll try InnoSetup.
View 4 Repliesi am trying to get files name, modified date in a folder Before i get those files, can i pump a command by using vb to the folder and make them sort by modified date?
View 6 RepliesAm getting below error, the program cant seem to find some custom dll on my project when installed. in the setup and deployment i check only 'primary output source from myapp'
[Code].....
I am trying to write a code to verify the existing files left in the folder. I have it when there are no more files left after sending it to anothere folder that the handler exception windows appears. I think it is be cause there are no files in the folder left and the system does not know what to do with an empty folder.
View 6 Repliesi don want to build a deploy project but just a normal VB.NET Project and that project is kind of extracting files so how can i include files (compress) to project executable app then when i click "Extract" it will extract.last time, I use CHILKATZIP and ZIPForge.NET but it only compress another exe howabout its own project.Thanx,Code Quest
View 1 RepliesI have created a Windows Application in Visual Studio 2005(VB .Net) and used Sql Server 2000 as Backend,Now I want to know how to create a Setup of my Project so that I can install it on clients machine.I have tried by Adding a setup and Deploy project in My application but my setup file include SQL Database files(.mdf,.ldf) and my client has Win Xp installed so my Setup file is asking for sql server connection,but on clients machine Sql server 2000 can't be installed as its compatibility.
View 3 Repliesi need to copy some files from Application Folder to system32 and need to create regisrty while run the setup
View 1 RepliesI am creating a setup file using features brought by Visual Studio.I have some files which can't be removed from the application's folder. How to put the condition on it? or how to prevent user moves it after installation is done?Those files are critical (eg .dll).I already set the 'Hidden' property to 'true', but I think that is not the correct way :)So I try to find another way to do that.
View 1 RepliesI am currently developing the 'solution' through the UI Dialog properties of VB 2008, so my application can be installed onto a computer .It works ok, installs successfully, creates the desktop icon, start menu icon and programs folder....... BUT, when I go into the Control Panel, the uninstall option is there, but not with my own icon it uses the Windows default icon.
View 2 RepliesI created a simple BMI calculator through the guide.I have built it and published it on my laptop running Vista Home Premium with .net 3.5 SP1 installed.I can run the setup and subsequent exe file fine on my machine but when I try it on my girlfriends netbook (one of those fiddly little things) it wont install saying that some of the files are missing. It is running XP and also has .net 3.5 SP1 on it.There are only 2 extra files in addidtion to the setup.exe that vb 2008 creates and they are the application manifest and the program icon, both of which are located with the setup.exe but it still won't install. It is an offline installation but won't run.I copied the bin folder from the project to the setup folder and tried that, still no joy, yet if I try and run the actual program directly it works?
View 16 RepliesHow do I direct certain files to be placed in certain folders on setup? I have a specific file that needs to be place in lets say mydocumentsmisc folder. I was alble to create the setup.exe fine but am struggling on how I can dictate where the files go. Looking at the application folder I can see the files I added but the all go to the application dir.
View 9 RepliesI have a .net 4.0 VB WPF application where websites, PDF files, pictures, and such are selected via buttons to be displayed.I am trying to set up a feature that rotates thru those web sites, PDF, files pictures, etc. staying on each one maybe 1 miniute or 5 minutes. While it is staying on a specific site a user might select a button which would then jump out of the wait and go to that site, picture or file.
View 6 RepliesI have tried to do this before with a custom file type for a text editor. I barely got it to work... and now I can't even find those files. Now I just want for when I make my NSIS Setup that the file association can allow the mp3 player to play the files when the file itself is double clicked.
View 19 RepliesI've set up a basic loop to delete all the files in a particular folder. I've set the loop in a Try block so it doesn't crash the application when it gets to a file it can't delete. I'd like for the app to just pass over these type of files. At the moment, my loop stops completely when it gets to that exception.
View 1 RepliesIs it possible to change source path of content files in setup project? I need to copy some of files located in source directory to installation directory while installation.
View 2 RepliesI have created deployment package for VB.Net appolication and it runs fine. When setup is rnning, I want deployment package to move a file from bin folder to other specific folder. how can I move this file to specific folder.
View 1 RepliesI have a small app I've been playing with that simply connects to a .sdf database and displays two records in a grid. I wanted to make a setup program so I can learn that functionality. Everything goes smoothly when I run the setup but when I go to run the program and try to connect to the database, I get the following error:
[Code]...
I have a running program currently installed in my server, this program is running 24hrs a day. Now I did some enhancements on this program and tried to publish it. My publishing is successful but when I click the setup.exe Im have error message: "Critical error during application's main start up procedure. Description: Required processing files missing." I tried to deploy it also on my server but the same problem so I copied back the original for the program to keep on running. Attached Images error_when_setup.jpg (19.1 KB, 38 views)
View 3 RepliesWhen i am running my application on my machine at that there is no problem but when i am running on diffrant machine at the time login failed is occurring
View 1 Repliesim trying to install visual basic 2008 express edition, but when it gets to installing it starts the first part but comes up with an error which says "setup could not install the following component, visual C++ runtime pre requisites, I'm running on windows 7 and have tried to do a web install and i have tried saving the file on the computer and burning it onto a disk then doing a offline install, but that hasn't worked either. So what can i do to install it.
View 14 RepliesThere is VB.net project, in which i made some changes and rebuild it once again.
create a setup project. its fine sucessfully created.
user is install the setup file its installed sucessfully. but, when he perform some button click action,
he get this error:
System.NullReferenceException:Object reference not set to an instance of an object.
at MySql.Data.Comman.DBConnectionString.ParseKeyValuePairs(String src)..
what can i do to rectify to it ,
another problem was the windows application which is used in the setup project can't work properly.. when i want to edit files in windows application these file can't be edited... error show object not found exception.
ok wot i want to do making a huge program got a error code in the setup wot i have done is made a folder placed it in program files and said to visual basic basically to start the program from there with the code process.start witch has worked but i need the setup to place the folder in program files or its not going to work coz all the files are in therend this is the error im getting Error2Could not find file 'C:Program Filessony vegas 10 and 8 with new blue effects big pack 2011vegaspro11.0.510_32bit.exe' 'Not enough storage is available to complete this operation.'c:userselfenliedtopfan5documentsvisual studio 2010Projectssony vegas mega pack setupsony vegas mega pack setupsony vegas mega packsetup.vdprojsony vegas mega pack setup
View 2 RepliesError while try to make setup file on program.The error message is [code]...
View 1 Replies