Adding details to Windows application? (VS)
I've been working on this big project for a long time. It took a long time but now I'm done. I'm about to publicly share my Windows application and I notice one thing. If you click the...
View ArticleCreating an .MSI file with Visual Basic with InstallShield Limited Edition
I have a VB.Net 2013 Ultimate solution with a project in it for Setup & Deploy, using InstallShield. How do I set in InstallShield to build an .MSI file, not just a setup.exe file? I am using the...
View Articlepackage and deployment problem
I package my application using the vb package and deployment wizard. when I installed the program it says, "An error occurred when registering mscomctl.ocx" and "An error occurred when registering...
View ArticleInstallShield DLL Registration Error
I have packaged a project using InstallShield Express. On installing, it is suddenly throwing an error 1904 (DLL failed to register) with 2 DLL's that are not referenced in my project or required by my...
View ArticleVisual Studio Installation URL with password
Hello, I am able to publish my program to an FTP site and it creates a publish.htm page on the website. I can navigate to the publish.htm page and click the Install button and download the Setup.exe...
View ArticleSilent installation of prerequisites for own software.
Hi Again I made a program and now I compiled it for installation but all the prerequisites pop up with questions when the user installs the software. How can I make this silent?? Thanks in advance....
View ArticleInno Setup issue: windows security shield does not appear on setup icon
I created setup using inno setup as well as using QSetup (and other install builder applications). All setups were created using Admin privileges but the setups that were created using inno setup do...
View ArticleNeed help with multiple user inputs and only one output (A Number Program)
I am creating a program for a new dart league that my cousin and I started here in town. I would like to be able to automate and save handicap scores. My question is what would be the best way to write...
View Article[RESOLVED] Is there any way to control with references on any devices without...
Hi guys, i'm back to help me to solve this small problem (if could) my problem not in coding the problem when i try to run my (*.exe) file on other device, there's error shows like (*.dll) not found......
View ArticlePreventing ClickOnce from Publishing a Debug Configuration
Hi, the title says it all. How can I prevent publish my programs when are in Debug. I have look over the net and found this: HTML Code: <!-- The following makes sure we don't try to publish a...
View ArticleVisual Basic 6 Pro and Excel
Hello All, I write code for myself, off and on ,in Visual Basic 6 pro I wrote a program that uses VB as a front end to an access database. my program also usees VB as a front end to excel, where I can...
View ArticleHow to ensure successful instantiation of some common classes from system dlls.
I have a vb6 app that references scrrun.dll, winhttp.dll, and some ActiveX dlls made by myself. Everything is fine when I test the app on my own desktop. But when I send this app to other people, and...
View ArticleProject Release & File Locations
Up til now I haven't really 'released' a project, as a typical install base for my customers has only involved a handful of computers. That's about to change as I am looking at having to install...
View ArticleUsing Visual Basic 2010 Express, how do I create a self-extracting exceutable?
I've written a fantastic VB 2010 Express program for my company. How do I create a self-extracting/self-installing executable of this program so other employees in the company can use it? Thanks
View ArticleHow TO make Update Available in my Program
Hey Guys i made program and i need if i make edit in my program the users recive an update iam use vb2010
View ArticleNeed help with an installer
I need to package up an application to make it easy for a client to install it on a PC, but I'm not sure how best to do it. There are also a few requirements that the installer must do: 1) Prompt the...
View ArticleCulture is not supported
Hey, everyone. I'm having some trouble installing my application on a few machines. First off, the installation goes smoothly about 50% of the time, but when the other 50% of the time I'm getting a...
View ArticleCreate an .MSI file without a .cab file - VB 2013 Ultimate - InstallShield...
I have a VB.Net 2013 Ultimate solution with 2 projects in it for Setup & Deploy. Each one creates an MSI with a different name from shared code. I am using the following: InstallShield Limited...
View ArticleVB 2103 deployment/installer
I use VB 2013. My project reads .txt files and uses .jpg and .mp4 files from C:/ or a folder therein. I am a long time VB 6 user that made installation .exe using Inno-Script (why does this forum ***...
View ArticleLocalDB deployment issue
Hi, I have a clickonce windows form app, created with VS2013, wich uses LocalDB. I create a deployment package wich includes all possible needed files, also Microsoft SQL LocalDB v12. It is working...
View Article