Creating Installer
Hello everyone. This is my first time to create an installer. I developed a program which plays a two .wav files. The file path of the .wav file is hardcoded. The path is in C:\Windows folder. I want...
View Article[RESOLVED] Creating Installer
Hello everyone. This is my first time to create an installer. I developed a program which plays a two .wav files. The file path of the .wav file is hardcoded. The path is in C:\Windows folder. I want...
View ArticleGet data form existing user.config file
Hi all, I have build an application/tool and there are some settings which can be changed. Saving to the user.config file works like a charm. But... When updating the application, a new folder in...
View ArticleVS Setup Project Build Error
This is kind-of a follow-on to my prior post asking about Installer generation and other matters: I'm getting an Unrecoverable build error - 0x80029C4A trying to assemble the installer via the VS Setup...
View ArticleVB.NET installer trusted
Hi, How do I add a SSL certificate to my installer in VS so that when I'm installing it, it doesn't come up that it is not trusted. I can't seem to find any information on this? I have got the...
View ArticleClickOnce Deployment Options
I write almost exclusively internal applications that require no particular deployment. One does get deployed somewhere using ClickOnce, but is also internal only. Now I have a more interesting...
View ArticlePublishing to FTP Server, saving login details for application update?
Hi guys, just wondering if there is an easy way to save ftp login details for when publishing a application so they are embedded / saved within the application? I am having an issue where when the app...
View ArticleDeploying Desktop App With SQL Server
Hello; I have a windows desktop app that uses a SQL Server database. The application is for one user who will have the database on their PC. I have the app working fine using SQL installed locally with...
View Article