setup.exe

msiexec parameters via setup.exe to create log not working

被刻印的时光 ゝ 提交于 2020-01-11 11:28:07
问题 I'm trying to get a log from my install that uses a setup.exe. I can get a log with just setup.exe /V"/l*v c:\temp\installlog.txt", but I want to pass the "x" parameter as well to get "Extra debugging information" and when I try setup.exe /V"/l*vx c:\temp\installlog.txt" I get: 1629: Invalid command line. Any idea what I'm doing wrong? I have msiexec version 5 installed. 回答1: Ancient setup.exe : I tried with an ancient version of Installshield and the setup.exe for a Basic MSI worked as

Cannot install VB6 IDE on Windows 10

梦想的初衷 提交于 2019-12-25 01:49:50
问题 I'm encountering a problem when trying to install VB6 on Windows 10. I've tried several different installers and guides but no matter what, i cannot start the setup.exe Nothing happens whenever i start it. However when i check the windows events i see that the setup quits with errorcode: 0xc0000005 I've even tried an external Installer Helper but it always happens the same way. I also cleaned up my registry before installing. Any help is highly appreciated. Thank you in advance! 回答1: Assuming

Integrating SQLite with a Windows application

∥☆過路亽.° 提交于 2019-12-23 03:54:06
问题 So I created a simple WPF application that allows a user to INSERT a string into a SQLite database (a .S3DB file). The user can also SELECT a string from the database and DELETE the string from the database...very simple application. I want to distribute this simple application, so I've created setup.exe file for the application by creating a new project and using the setup wizard on VS2010. When the user installs the application, it creates a "TestDatabase" folder in the Program Files