Hi all,I'm working on a installscript project. In this project i wanna call a .msi setup file which is built by visual studio. How could i do this??Welcome any help and suggestion!
Hi everyone,i have a installscript project. After build, if i run it, a "Welcome to the deployment setup wizard" come out, it has nothing to do with my project. how can i change it to bulid the normal setup.exe??welcome any help or suggestion!
Now i'm working on a installsheild project.I wanna run script to create a SQLExpress database during installation. At the point of running script, the debugger stepped in and told me there was an error opening the database connection:"CREATE DATABAS...
I'm working on a installscript project.After uninstall, the finish dialog ask whether restart the computer. But I don't want the finish dialog ask restart, then where can i found this dialog and change it, i mean in which event i can find it?thanks f...
I'm now working on a in InstallScript project.I wanna force the automatic reboot without asking user want to restart now or later.is SYS_BOOTMACHINE ok for this? i try it but doesn't work.thanks in advance for any ideas and helps
now my problem is how to control when to run that .msi file. After built, installer run the .msi file first, but i want to run it at the end of all process.how could i do it??
thanks peter,i use builtin SQL Scripts and it can create database now.But how can i control the execute sequence? i want to install sqlexpress first and then run script. Now when i run the installer, connect database server dialog come out before the...