Silent installation
How do create a silent installation in installsheild installscript MSI project.Please give me a procedure i have search in google but i can't understand.it's urgent requirement ..
Answers (5)
Do you want to create a msi package for a application? Maybe you can give us more details.
If you want to install a msi in silent mode, you can use the next command:
msiexec /i path\name.msi /qn
For more details you can execute in a cmd windows: msiexec /?
Comments:
-
s i want to create a msi package as a silent installation. i need to make silent installation - perumaldass 11 years ago
-
i can't understand the execute above command i have 2.3 yr's xperience in installsheild...i need to know about silent installation - perumaldass 11 years ago
-
The command msiexec /? or msiexec /i can be used only if you already have the msi. If you have to create the msi, then is an entire process. You can find on google some nice tutorials for InstallShield. I don't have so much experience on InstallShiel, I am using Wise Package Studio, Admin install or wix. - terebent 11 years ago
-
Really??? you have 2.3 years experience in Installshield and you don't know about silent installation???
Are you Kidding all of us here? - piyushnasa 11 years ago-
pls understand. tell me how do it throw installsheild.I'm not aware of that - perumaldass 11 years ago
-
I did add another comment on how to do it.. - piyushnasa 11 years ago
-
"msiexec /i path\name.msi /qn" guys to where we have to use this command to make silent installation
1. to directly in command prompt
2. With building the software in installsheild
Please let me know - perumaldass 10 years ago
> 2.3 yr's xperience in installsheild...i need to know about silent installation
You supposedly have at least 2 years experience with InstallShield and yet know *nothing* about silent installations?!?!
Comments:
-
S i don't need that requirement that's y i don't know. but now i need to know silent instalation pls help me - perumaldass 11 years ago
Apart from my comment above about your experience and silent installation...
You can do a capture of your application and convert it to MSI. Well, if you just have Installshield you will not have the capture tool in it.
It only comes with the complete suite.. Installshield Admin Studio.
So you can get a new tool or try to find a free one.
One more thing, did you check to see if the application is not yet a Vendor MSI? If is a exe setup maybe you can extract it with 7Zip and check for a msi. Or maybe the setup.exe already has a switch for silent installation for example: /s or /Silent.
Please tell me the name of the application you want to install.
what is the software you are trying to deploy?
Comments:
-
it's our own software developed by our softwae team - perumaldass 11 years ago