How to silently install SSCERuntime

Hi,
using the WiX - installer I would like to silently install SQL Server Compact unattended using the following Settings:
<PackageGroup Id="EmbeddedSql">
<ExePackage
InstallCommand="/quiet"
RepairCommand="/quiet"
UninstallCommand="/uninstall /quiet"
SourceFile="<.. my path ..>\SSCERuntime_x64-DEU.exe"
InstallCondition="VersionNT64"/>
<ExePackage
InstallCommand="/quiet"
RepairCommand="/quiet"
UninstallCommand="/uninstall /quiet"
SourceFile="<.. my path ..>\SSCERuntime_x86-DEU.exe"
InstallCondition="NOT VersionNT64"/>
</PackageGroup>
But the installation fails. The MSI Installer window pops up showing me
the possible option, among which I see "/quiet" ... which
I am using.What would be the right "commands" to achieve this goal?Regards
Rainer

Hi Erik,
thanks for responding to my question!
I prefer to use the official setups for two reasons:
In case there is a update it seams to be easier to deploy them along with my project
Since I have no control on the target system it is - for me - easier to handle whether to install the 64bit or 32 bit Version
In the meanwhile I actually achieved a silent installation. I extracted the msi form the .exe and used a MsiPackage insteadd of ExePackage. It now looks like this:
<PackageGroup Id="EmbeddedSql">
<MsiPackage
Visible="yes"
Permanent="yes"
SourceFile="<..myPath..>\SSCERuntime_x64-DEU.msi"
InstallCondition="VersionNT64"/>
<MsiPackage
Permanent="yes"
Visible="yes"
SourceFile="<..myPath..>\SSCERuntime_x86-DEU.msi"
InstallCondition="NOT VersionNT64"/>
</PackageGroup>

Similar Messages

  • How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks

    How to silent install the exe or msi of Flash Player 10.3.181.14 ? Thanks
    Everytime the Flash Player update, it always change the silent installation method and there is no related information listed or shown in the following download web site.  Please indicate the silent installation method in the following web site.
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    PS. For example: Microsoft would shown the silent installation method in patch update web site, please refer to the below URL for reference:
    http://www.microsoft.com/technet/security/bulletin/MS11-035.mspx
    Update Information  --> Security Update Deployment --> Deployment

    You may find what you're looking for in http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

  • How to silently install and set default settings

    I need to deploy FireFox 16.0.2 to a bunch of Windows computers and set some default settings. Is there a good article that can walk me through it?
    I also need to set the home page, have it not check for the default browser, and disable updates. The -ms option does silently install FireFox so I guess I just need to know how to configure FireFox for our environment and push out those settings with the install.
    I have versions ranging from 1 to 15. Do those old versions need to be removed first or can 16.0.2 be installed over what is already there? Is there an uninstall switch for this so that I can create a package to remove it?

    hello jmoody76 - you can manage central settings with the mozilla.cfg file in the firefox program folder. this article gives some guidance on how to implement that: [http://kb.mozillazine.org/Locking_preferences]
    i think it may work to just install the new versions on top of the older ones (though i'm not sure if this has any unintended side effects on those very old installations) or according to https://wiki.mozilla.org/Installer:Command_Line_Arguments it's possible to run a silent uninstall through the setup executable by /S.

  • How to silent install Flash Player 10.2.159.1.exe / msi ?

    Hello ! ALL experts,
    I have tried the following switch for the Flash Player 10.2.159.1.exe / msi , but ALL switches do not work.
    -s, -silent, -q, -quiet, /s, /silent, /q, /quiet
    So, how can I install the exe / msi silently ? Please help !!
    The Flash Player 10.2.159.1.exe / msi that I download from the following adobe web site:
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    Many Thanks ! ^.^

    The silent swith to install distrubitable flash player is -install
    install_flash_player_10_active_x.exe -install
    install_flash_player_10.exe -install
    btw thank for the links, I had problem with the non distro but you save my live

  • Adobe Air 2.0: How to silently install c++ 2010 redistributable

    Greetings!
    I have produce an Air 2.0 application using the native process api and I have created a  .exe installer using the ADT comand line installer.
    Everything  works fine but I need to distribute and silently install the MS C++ 2010  redistributable for the associated c++ file to work.
    Does anybody  know how to  silently (with the exception of the licence) install the c++ 2010 redistributable using the  air installer?
    Kind Regards,
    Adrian

    I am using windows vista, flex builder 3, sdk 3.4 and overlayed with air beta 2 sdk...

  • How to silently install CSA using .wsf script

    I created an agent kit that does a quiet install, so it doesn't prompt the user, but it does display a couple of status boxes. It is possible to do a completely silent install? The config guide indicates that it can be done but doesn't give an example. I'm using the command "oExec = wshShell.Run ("CSA-setup.exe", 0, true)" in a .wsf file, where CSA-setup.exe is the agent kit file from the CSA MC.

    You should be able to write
    CSA-setup.exe /s --autolevel=1 --noreboot=1
    Read more here:
    http://www.cisco.com/en/US/customer/products/sw/secursw/ps5057/products_qanda_item09186a008049ad72.shtml#qa15

  • Can't install updates due to how admin/silent install was built

    We finally dabbled with doing a silent/admin install for our Photoshop CS6 rollout.  We thought everything worked great until we tried to do the check for updates from the menu, and it gave us a message saying that we couldn't. 
    I think what happened was when we built the admin/silent install, there was an option about updates.  What we wanted to avoid was having the users (who don't have permissions to install the updates) getting prompted that an update was available.  What I think we did was somehow made it so updates can't be downloaded/installed at all.
    Is there a way to change the update behavior on each machine?  Or do we have to uninstall Photoshop, then build a new silent installer package with a different option and reinstall it?  I really hope there's a way to just change the setting somehow via the registry or a file.

    Have you tried using the Creative Cloud Packager to edit your previous package? I've never tried it myself to see if it will give yoiu access to make changes.
    If that option isn't available I believe there is a '.dat' file in the '/Library/Application Support/Adobe/AAMUpdaterInventory/1.0/' folder on Macs that I can delete to re-enable software updates (may be CC only though). I imagine there is a similar file on a PC that could be deleted or temporarily relocated or renamed to achieve the same result.

  • How to silently install a driver using pnputil

    i am using below cmd to install a driver. but it is giving a below windows security alert. i want to install this driver silently because i pushing this driver to a bulk servers. please help me how it install it silently
    pnputil -i -a lsi_sas.inf

    You should be able to write
    CSA-setup.exe /s --autolevel=1 --noreboot=1
    Read more here:
    http://www.cisco.com/en/US/customer/products/sw/secursw/ps5057/products_qanda_item09186a008049ad72.shtml#qa15

  • Firefox 10 or later - how to silent install and set installation path

    I need to install firefox remotely and silently. I have tried using a configuration.ini file and am able to set the install directory but not the path - it installs into program files

    hello jmoody76 - you can manage central settings with the mozilla.cfg file in the firefox program folder. this article gives some guidance on how to implement that: [http://kb.mozillazine.org/Locking_preferences]
    i think it may work to just install the new versions on top of the older ones (though i'm not sure if this has any unintended side effects on those very old installations) or according to https://wiki.mozilla.org/Installer:Command_Line_Arguments it's possible to run a silent uninstall through the setup executable by /S.

  • How to silently install Reader 9.3.1 RPM in RHEL 5.4?

    I am running Red Hat Enterprise Linux Server 5.4 (32-bit). I need to install the AdbeRdr9.3-1_i486linux_enu.rpm on multiple machines nearly everyday.
    Is there a way to install this RPM silently? In other words, accept the license agreement from the command line rather than having GUI windows pop up?
    The only documentation I have found on this subject so far has been restricted to Windows environments.
    Is a silent and automated installation possible for RHEL?

    Could you please post a screenshot of the Add/Remove Programs listings. I guess, the prior installation had been corrupted and hence, couldnt be removed by the new update and hence, the two entries.
    Please try ʇɐb ɹəuəllıʍ's suggestions as above to remove the corrupted installations.
    Ankit

  • How to silently install office add-ins and bypass the microsoft office customization installer popup

    Hello all,
    I want to install an office add-in for all the computers in my company silently. But when I use the commands "%~dp0\test.exe" /S. I receive the following popup.
    Is there a way to bypass this to install the add-in silently?
    Thank you very much for the help.

    probably, this file was downloaded via Internet Explorer, from the IE "Internet" zone?
    If so, the Alternate Data Stream, on the file, will have the Zone.Identifier populated.
    If you right-click the file in Windows Explorer, do you get the "Unblock" button offered?
    If so, click Unblock, and then try your script again.
    more on ADS:
    http://blogs.technet.com/b/askcore/archive/2013/03/24/alternate-data-streams-in-ntfs.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to silently install global extensions

    I know how to install extensions globally. I've gotten that far with this. What I need is for it to NOT prompt a user to accept the extension installation when they launch firefox.
    I am on windows 7 using firefox 17, but I need to implement this on windows server 2008 using firefox 16.

    That is not possible. A user always needs to confirm installing a new extension.
    *https://developer.mozilla.org/en/Addons/Add-on_Manager/AddonManager
    *https://developer.mozilla.org/En/Developer_Guide/Customizing_Firefox

  • How to Silently Install Lync 2013

    Dears,
    I would like to install Lync 2013 silently without manual installation for clients computers, I have lyncentry.exe basic software and I don't need to create OCT I wants use create new package and mention EXE file not MSI, during deployment in clients
    computer Lync 2013 basic installation not install silently, please any recommendation and advice to solve this problem thanks...
    Thanks..

    Hi Dana.Kadi,
    This may be helpful to you.
    Lync 2013 Client - Silent Installation
    http://social.technet.microsoft.com/Forums/lync/en-US/cf9ca58c-b9e8-465c-afb4-ed3992092f81/lync-2013-client-silent-installation
    Hope it can be helpful.
    Best regards,
    Eric

  • [How To] Silent Install | Adobe Reader 11.0.1

    Download the latest Adobe Reader exe from FTP
    - ftp://ftp.adobe.com/pub/adobe/reader/win/
    - 11.x > 11.0.01 > en_US > AdbeRdr11001_en_US.exe
    ** I recommend using a VM for the following **
    Copy the EXE to your virtual machine.
    Run the EXE, but do not click 'Next'
    Go to Start and run and type '%ProgramData%\Adobe\Setup' and hit OK.
    Here you will find the extracted installation files in a folder '{AC76.....}'
    Copy these files to another location.
    Once copied to another location, you can cancel the setup.
    Open the 'AcroRead.msi' in Adobe Customization Wizard XI.Adobe Customization Wizard XI download.ftp://ftp.adobe.com/pub/adobe/acrobat/win/11.x/11.0.00/misc/CustWiz11000_en_US.exe
    Make any changes necessary for your environment.Such as Silent, accept EULA, supress reboot, disable product updates, etc.
    Once all changes are complete, go to 'Transform' and then 'Generate Transform'
    Save this file as 'AcroRead.mst' in the same directory.
    Go to file and 'Save Package' to save the MSI.
    The setup.ini will now include 'TRANSFORMS=AcroRead.mst'
    Being that you made the customized MST file, you can now run the 'Setup.exe' and it will pull whatever settings you created. If you chose to do silent, it will run as that. You can now deploy this through SCCM as a package, or deploy through Group Policy.
    This is one method for producing a deployable package. Option 2 is downloading the latest MSP from the FTP and applying through the main 11.0.0 MSI. There will not be one MSI provided from Adobe for updates such as this, but rather the additional MSP files.
    I hope this helps.

    Updated version to deploy updates and customizations through GPO:
        Download the latest Adobe Reader Multilingual msi installer and msp updates:
    - http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    - Adobe Reader 11.0 - Multilingual (MUI) installer         135MB         10/14/2012
    - Adobe Reader 11.0.01 update - Multilingual (MUI) installer     10.5 MB     1/8/2013
        Copy these files to the same location.
        Open the 'AcroRead.msi' in Adobe Customization Wizard XI.
            Adobe Customization Wizard XI download.
                ftp://ftp.adobe.com/pub/adobe/acrobat/win/11.x/11.0.00/misc/CustWiz110 00_en_US.exe
        Make any changes necessary for your environment.
            Such as Language, Silent, accept EULA, supress reboot, disable product updates, etc...
        Once all changes are complete, go to 'Transform' and then 'Generate Transform'
        Save this file as 'AcroRead.mst' in the same directory.
        Go to file and 'Save Package' to save the MSI.
        On your local computer, launch this command to encapsulate the .msp update into the .msi installer from a DOS command prompt :
    msiexec /a AcroRead.msi /p AdbeRdrUpd11001_MUI.msp
        Copy the folder in a share and configure GPO using the msi package and mst file

  • How to Silent Install CS 1.1.1 (Creative Suite Premium)

    Hi,
    I am trying to set up a silent installation of Creative Suite 1.1.1 so that I can distribute it through Dell's Kace Management system.
    However, the earliest  instructions I can find are for CS 2 (Which doesn't work - already tried) and the links for performing an OEM installation from the documentation have been removed from the Adobe website - I can only assume it's because this is an old unsupported product now.
    I know the best thing would be to upgrade, but unfortunately my client is an educational establishment and very strapped for cash!
    Any help would be really appreciated...
    Thanks,
    Adam.

    You're going to be hard pressed to find any kind of help for anything this
    old. The original Creative Suite was released more than 10 years ago. Your
    client would be better off looking at open source software at this point.

Maybe you are looking for

  • Intermittent Non-Fatal Lock Ups

    Once every other day or so my Christmas 2008 MBP (10.5.8 / 2.53 GHz Core 2 Duo / 4GB DDR3) with the ~300GB 5,400 rpm HDD locks up. When I'm using the computer (not that hard) about 5 open Safari tabs, iTunes, Word08, Stickies and preview open the com

  • How do I get Photos - iPhotos to work with my iPhone

    I have a 2 month old Mac Mini, and noticed a system upgrade available 10.10.3 - I always download all that are offered.  10.10.3 loaded, and I proceeded to open iTunes and iPhoto and plug in my iPhone, All went well until I noticed PHOTOS  I opened i

  • ICal/Gcal sync - CalDAV didn't work, 3rd party app created duplicates?

    I'm not yet using Snow Leopard. I've been using iCal for some time as my primary calendar. I keep 3 calendars: Life, Work, and Dance, so events show in a different color depending on what they relate to. I would like to sync these calendars into Gcal

  • The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine (Windows Server 2008 R2 (64) vs MS Office 2007)

    We just have switched our local server from 32-bit to 64-bit machine and now we have Windows Server 2008 R2 Service Pack 1 with MS Office 2007. On server we are running an application in ASP.Net 3.5 using visual studio 2008. All users have 32-bit win

  • New C40 cisco codec

    Hi, I'm working for Industry Canada and we just received a new video conference system.  It is connected to a DSL line.  The video conferencing work perfect when we dial out.  But I have a issue when a external person try to dial me in, it can't conn