slatz Posted March 3, 2006 Posted March 3, 2006 Is it ok to use .msi files with an InstallShield.cmd file? or do they have to be setup.exe files?
Sonic Posted March 3, 2006 Posted March 3, 2006 Sometimes .msi must be launched by the setup.exe (same as nero for example) but you can bypass this sometimes.But, in general just the .msi is okay too (sometimes with .cab files).Example.cmd:@echo offecho Install of ...start "Install" /w TheMSIFile.msi /qbqb = Quiet with Bar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now