Help with prerequisites - .NET Framework 3.5
Hello! I have an application that requires .NET Framework 3.5 to run. Now what I want my installer to do is to check whether .NET Framework 3.5 or later is installed, and if it is not installed, it...
View ArticleInno Setup script help - selected drive D not working
I'm trying to fix a bug in a script that I am using in the Inno Setup installer. The problem is that when I select the drive D radio button (from a list of drive C, drive D) the script wants to always...
View Article[Inno Setup] couldn't copy ocx file to system directory
Hello I have problem with one of my ocx on system like Windows 7, when i try install, one of my ocx file couldn't copy to system directory and VB6 app cant found ocx and registered this and i have...
View ArticlePackage & Deployment Wizard in visual basic 6
Hello everyone! I have compiled my vb project and found no problem about it. It worked well in my computer. I made an installer or exe file of it using "package & deployment wizard in visual basic...
View Article[RESOLVED] putting a VB.NET app on a website
I need to know about putting a VB.NET app on a website. I have an app which I'd like to market, and am planning a website to support it. I will be using a paid host, like GoDaddy etc. On the site I...
View ArticleCreating an installer using Setup Wizard
HI Guys, I am near completion of a very large project(first one) with help from a lot of people on this website. I am at the last step of creating an installer. However, a lot of the terms confuse me...
View ArticleCreating the unbreakable 15 day's trial.
I just wonder if is there any method to get the program last for 15 day's only. I watched like 10 examples but all of them can be "cracked" by simply moving your date/time at computer backward 15...
View ArticleProblem uninstalling an app from Windows 7/64
I am having problem sporadically with uninstalling my program from Windows 7/64bit. Not an issue on other platforms and does not always even show on all Win7/64bit installations (like my test machine)....
View Articledatabase connection string, external config file does not work
Hi guys, I have a 3-tier app developed in VS 2013, VB, MSSQL, Windows7. I want users to modify the database connection string in a deployed app. So I set up the app.config file in the client as...
View ArticleProblem with post build event in Visual Studio 2010
I'm not sure if this is the best forum for this problem. I've been using this trick: http://blogs.msdn.com/b/astebner/arc...udio-2005.aspx for some of my installers to solve a problem I was having...
View ArticleDeploying app with Inno Setup
I don't know where to open this thread so i opened it here. According to this thread Inno setup install framework 4.5. I implemented net framework 4.0 to a installation file. Script will check if user...
View ArticleWeb Deployment package doesn't copy all DLLs
I'm creating a web deployment package .zip file for an ASP.Net application, but it doesn't seem to copy all the dll files into the package.zip bin folder. I'm using the System.Data.SQLite nuget package...
View ArticleSet default application folder for plug in msi based on existing application...
Hi All I've got an application that uses plug-ins to represent different flavours of sql (e.g. MySQL, PostGres, SQLServer etc.). The intention is that further flavours of SQL will be supported by...
View ArticleDeploying an application to a tablet.
I'm new to programming so please bear with me. I'm using VB 2012 on my laptop (running Windows 8.1). I wrote a simple Hello Program to test it on my tablet. My goal is to write a golf program for our...
View ArticleAdding 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 Article