python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create window installer for python application with mysql database?
I have developed a little application with python and PyQt that is connected to a mysql server. During development I started by setting up the mysql server, then developed the interaction functionalit...
LALM
Votes: 0
Answers: 0
Enable launching setup from another .msi
I'm using InstallShield Basic MSI project.
While installing the setup I want the main setup will install another small one.
I understand that .msi setup can't execute another .msi one so my question i...
Epligam
Votes: 0
Answers: 1
Trying to install a msi file as a different user using a combination of powershell and batch scripts
I'm running into an issue with installing an MSI as a domain admin using powershell and batch scripts.
Just to give a little bit of background, the environment I am in has UAC enabled. So regardless o...
Koobah84
Votes: 0
Answers: 0
Redirect stdout from Executable Custom Action to MSI log
I have a Custom Action that runs an executable within an msi installer package. The exe is compiled as a console application and stdouts necessary info.
I want that output redirected to the MSI log f...

Sergey Kolesnik
Votes: 0
Answers: 1