Include files marked as “Copy to Output Directory” with Installshield LE

How about adding loggly related configuration in App.config file like below. I am using it for hosting WCF service within Window Service and it works fine for me. <configSections> <section name=”log4net” type=”log4net.Config.Log4NetConfigurationSectionHandler, log4net” /> </configSections> <log4net> <root> <level value=”ALL” /> <appender-ref ref=”LogglyAppender” /> </root> <appender name=”LogglyAppender” type=”log4net.loggly.LogglyAppender, log4net-loggly”> <rootUrl value=”https://logs-01.loggly.com/” /> <inputKey value=”abcdefgh” /> <tag … Read more

InstallShield LE (with Visual Studio 2012) completely fails to detect dependencies

Old post so perhaps this can help you or others going through this infuriating issue (assuming you’re going through errors like -6225). Symptoms: you can (re)build each project without a hitch, including the Install Shield project however, if you build the Solution (of multiple projects) errors just seem to pop up Try: in VS 2012, … Read more

How to migrate Visual Studio setup project to InstallShield Limited Edition?

It was right in front of me on the Windows Installer Deployment page, with bold an everything. In Visual Studio, create an InstallShield LE project from the New Project dialog box. Once created, select the new project and then click the InstallShield LE option on the Visual Studio menu bar and choose Visual Studio Deployment … Read more

How do I create an InstallShield LE project to install a windows service?

For Visual Studio 2012 & InstallShield LE, do the following: Run through the InstallShield project assistant and add the primary output of your service to the Application files section. After you are done with the project assistant, double click the “Files” item under step two of the setup project. Right click on the primary output … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)