ultrazone Posted July 24, 2012 Posted July 24, 2012 (edited) I am try to do a custom 7 instalation with WPI, bu i don't no why programs .exe work and .msi don'tIn my XP custom i put the following command in in Runoce, and work great: "%systemroot%\system32\msiexec.exe /i %CDROM%\WPI\Install\AdobeReaderX\AcroRead.msi TRANSFORMS=AcroRead.mst /qb REBOOT=ReallySuppress" /fHow to do this with WPI????????Forget! Now work, i changed the application's path after editing the WPI. Edited July 24, 2012 by ultrazone
myselfidem Posted July 24, 2012 Posted July 24, 2012 (edited) Yep! Always check the correct path (example):cmds[pn]=['msiexec.exe /i "%wpipath%\\Install\\AdobeReaderX\\AcroRead.msi" /qb TRANSFORMS=AcroRead.mst REBOOT="ReallySuppress" /f'];Cheers Edited July 25, 2012 by myselfidem
alfreire Posted July 30, 2012 Posted July 30, 2012 I use Installer.exe cmds[pn]=['"%wpipath%\\Install\\AcrobatReader\\AdbeRdr1013_es_ES.exe" /sPB'];Regards... ;-)
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