NI-CAN 1.6 silent install

Hello,
does anybody know how to run NI-CAN 1.6 installer in silent mode (that
is, no user input ist required)? As it is an InstallShield installer,
I've tried the parameter /s with setup.exe, but nothing happens. With
any other parameter, the "normal"  GUI setup starts.
I would appreciate any help.
Greetz
Thorsten

Hi Thorsten,
The NI-CAN 1.6 installer was created with InstallShield 6.0.
Unfortunately, InstallShield 6.x installers do not allow to pass a
simple command line argument to suppress any dialogs (to comply with
Windows 95 logo requirements). Instead, one has
to create a so call response file (*.iss) from a sample installation
and use that file as a template for future silent installations.
Please take a look a this support page for silent installations with InstallShield:
http://support.installshield.com/kb/view.asp?articleid=Q101901
Hope this helps,
-B2k

Similar Messages

  • SAP BPC 7.5 Client, Silent install but with progress bar, can it be done?

    Hi All,
    I need to uninstall the BPC 7 Client and then deploy 7.5 to around 250 users accross the country.
    We have SCCM (SMS) in place so will be using that.
    I have the uninstall of 7 sorted and I have the response file etc sorted for the silent install of 7.5 and the install runs, silently, no issue.
    Is there a way though that one can "turn on" the progress bar during the install? So that users dont shutdown or disconnect in the 15min it takes the install to run.
    By way of example, in the SAP Business objects enterprise client on can configure the Silent install so that although it never prompts the user for a reponse there is a progress bar that runs, indicating that there is an install in progress.
    Thanks in advance,
    Bryan

    Hi Sebastian,
    No worries, I am using a pop up countdown so the users have some idea on progress. Would love to know why the install runs for over 15min.
    In the above case the uninstall was easy as we had deployed using MS AppV so it was just a case of deleting the advert in SCCM and the application was pulled from the users desktops.
    For 7.5 I am using a vbscript with following to uninstall:
    The install string pulled from the clients registry uninstall folder:
    RunCommand Chr(34) & "C:\Program Files\InstallShield Installation Information\{EC8753EF-EE78-48B5-A4D0-FBBD237B5D53}\setup.exe" & Chr(34) & " -runfromtemp -l0x0009UNINSTALL -removeonly"
    We create a custom link, so this deletes it.
    DeleteFile "c:\Users\Public\Desktop\SAP BPC 7.5.lnk"
    You should be able to create something similar for 7.0 & 7.1
    Hope that helps,
    Bryan

  • How can I do a silent install of Firefox 23 since the -ms switch doesn't work?

    I have been able to do a silent install of all the previous versions of Firefox using the -ms switch. But when I use it on the new version, the user interface comes up and it never did that before. I have tried different silent switches but non of them worked.

    Not the most experienced at this but are you using the stub installer, maybe you can try the classic installer and try again?
    Hopefully this helps.
    * https://www.mozilla.org/en-US/firefox/all/ <= Full installer

  • How can I do to install Patch and RDBMS using SILENT mode in a Pentium 4 ?

    I was installing the Oracle 8.1.6.0.0 in remote machines using a SILENT mode normally. But now, I`m having a problem with the Pentium 4. I need to apply a patch because of the bug number 1507768. And, after apply the patch, I don't get to install using the same response file (in a SILENT mode). How can I do to install the patch and the RDBMS using a SILENT mode in a Pentium 4?

    I've created a new domain with this command:
    $ asadmin create-domain adminport 18000 user admin dmRemineTest
    I've installed the serviceWindows with this script:
    SETLOCAL
    SET I=C:\Sun\SDK
    c:\windows\system32\sc.exe create JCAPS6U1_dmRemineTest binPath= "%I%\lib\appservService.exe \"%I%\bin\asadmin.bat start-domain dmRemineTest\" \"%I%\bin\asadmin.bat stop-domain dmRemineTest\"" start= auto DisplayName= "JCAPS6U1_dmRemineTest"
    pause
    ENDLOCAL
    like the one suggest me in this forum, and thanks for it but now i have an other problem. I've started the domain dmRemineTest and it is running:
    asadmin> list-domains
    dmRemineTest running
    domain1 not running
    Command list-domains executed successfully.
    I'm proving to access to eManager at link: http://intaliodevsrv:15000/eManager/Welcome.do
    inserting this informations required:
    Server Type: Sun Java System Application Server Domain (9.1)
    Host Name: localhost
    HTTP Administration Port: 18000
    User Name: admin
    Password: adminadmin
    I insert into HTTP Administration Port 18000 from here:
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="18000" security-enabled="false" server-name="" xpowered-by="true"/>
    When I click on Connect to Server, eManager response with this message:
    Connection Failed. Please check the following:
    - Server Type is correct.
    - Server is running.
    - Hostname and Port number(s) are correct.
    - Server SSL configuration.
    How can I solve the problem?

  • PKG can't silent install on Mac Os 10.5

    I have made an Installer by PackageMaler3.0.6 on Mac OS 10.8. Also I have add a JavaScript function in Distribution,This function use for detect the certain App is running or not. Some code like this:
    var allProcess = new Array();
    allProcess = system.applications.all();
    var allProcessCount = allProcess.length;
    If I normally install (With Installer UI) this pkg on 10.8,10.7,10.5, it's Ok, all function works fine. If i use command line to silent install On 10.8,10.7 it's OK, no error. But if i silent install on 10.5.8, there will be an error in terminal(JavaScript error), can't install. If i remove the code of "var allProcessCount = allProcess.length;"  It can silent install on 10.5.8, once  if added the code like "allProcess.length" ,there will be an error,it looks like can't use the  array property in silent install on 10.5, but 10.7,10.8 it's OK and install with UI it's also Ok on 10.5. Did anyone knows how can i slove this issue? Thanks!!!

    Hi Eric,
    If you don't get an answer here, you might try reposting over here...
    https://discussions.apple.com/community/developer_forums

  • I need to silently install the latest Mozilla firefox on Win7 machines, I do not see any .msi available and the /S or -S commands on the setup.exe installer does not work. Does someone know what can I do?

    I need the silent install of firefox for image deployment.

    For windows 7, you can use the -ms switch. For example, I have a batch file that works great. It contains the following:
    @ECHO.
    @Echo Installing Firefox
    @start /wait "Firefox Setup 3.6.10.exe" -ms
    However this does not seem to work well in windows XP. To get it to work in windows XP, I had to remove the spaces from the firefox installer and run the following command:
    @start /wait FirefoxSetup3.6.10.exe -ms
    If anyone has an easier way to get silent install working under XP (without renaming the firefox installer) please let me know!

  • 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.

  • Can't silently install app with icons

    Hi,
    I need to silently install an application that has desktop icons with an indication whether the installation succeeded or failed. First of all, it seems that unless I use -silent, javaws will not indicate success or failure. However, if I use -silent, the user is never prompted whether he's willing to allow the application to create shortcuts on his desktop so they are simply not created.
    How can I make this work?
    Thank you,
    Gili

    Nevermind, adding the command-line "-shortcut" did it.
    Thanks anyway :)
    Gili

  • How can I perform a silent install of an application AND use "run executable after installation"

    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason

    jmburns wrote:
    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason
    This problem is fixed in a future release of LabVIEW. Here's the CAR ID 67549 for tracking purposes.
    Message Edited by Bob P on 07-10-2008 09:10 AM

  • Can't create a silent install package for Captivate 7 with AAMEE

    I'm trying to create a silent install package for Captivate 7. It doesn't appear that this works with AAMEE. Has anyone been able to do this? If it won't be possible with AAMEE, is there a way to do it with cmd line switches?

    Hi,
    You would need to use Adobe Creative Cloud Packager to create a deployment package and deploy Captivate 7 as AAMEE does not supports Captivate 7.
    Please refer the documentation available at - http://helpx.adobe.com/creative-cloud/packager.html
    Hope this helps.
    Regards,
    Sharad
    P.S - Creative Cloud Packager would be deployed under your Adobe LWS account. In case you do not have it available in LWS, then please P.M me your email address and I will get that processed.
    Regards,
    Sharad

  • How to handle "/9.2.0/root.sh as root from another window" in silent instal

    Hi,
    I was successful to start a silent installation of Oracle9iR2 using a responsefile on my System RHEL 3. But the installation ends soon and a wrong successful install message:
    Error :*** Alert: A configuration script needs to be run as root before installation can proceed. Please leave this window up, go run /opt/app/oracle/product/9.2.0/root.sh as root from another window, then come back here and click OK to continue. ***
    The installation of Oracle9i Database was successful.
    I use -ignorePatchConflicts for ignoring the patch conflicts. But How do I handle these issues. Where I have to run root.sh ... etc in teh Non Interactive Install.
    I am scripting solution for non interactive install and manual intervention to run these root.sh shell scripts at different points of install is not a good idea as it wont help me automate the install.
    Please let me know if anyone has solved this problem with -silent install.
    Thanks in advance.
    Senthil

    Thats me (OP) again:
    I tried setting:
    SHOW_ROOTSH_CONFIRMATION=false in the response file. But still no help. The installation exits at run root.sh prompt point. How I can effectively deal with it in a script?

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • "You do not have sufficient access to uninstall" following CF9 silent install

    When running a silent CF9 install I'm unable to remove the product, either through control panel or running the uninstaller directly.  The error is "You do not have sufficient access to uninstall Adobe Coldfusion 9.  Please contact your system administrator."   Coldfusion works perfectly fine after the silent install, it just cannot be cleanly removed
    This is being run as a local administrator on Windows 2008 R2 SP1 in both cases, from an elevated command prompt.  If I run the installer interactively with the same settings it works as expected and can be removed without any trouble
    My silent install parameters are:
    INSTALLER_UI=SILENT
    SILENT_LICENSE_MODE=full
    SILENT_SERIAL_NUMBER=#LICENSE#
    SILENT_INSTALLER_TYPE=standalone
    SILENT_INSTALL_ODBC=true
    SILENT_INSTALL_VERITY=true
    SILENT_INSTALL_SAMPLES=false
    SILENT_INSTALL_JNBRIDGE=false
    SILENT_INSTALL_LDS=false
    SILENT_INSTALL_FOLDER=C:/ColdFusion9
    SILENT_WEBROOT_FOLDER=C:/ColdFusion9/wwwroot
    SILENT_VERITY_INSTALL_FOLDER=
    SILENT_ADMIN_PASSWORD=p4ssW0rD!
    SILENT_FLEX_ENABLED=true
    SILENT_ENABLE_RDS=false
    SILENT_RDS_PASSWORD=p4ssW0rD!
    I looked over the options in http://blogs.adobe.com/cfdoc/2009/10/performing_a_silent_installation_of_coldfusion_9.html but dont see anything else related to the user context on Windows.  Is there something else I'm missing, or is this a bug?

    Thanks Anit,
    If I kill jrun and run the uninstaller directly I get a Fatal Application Error with this message:
    java.lang.IllegalArgumentException: No product for ID=2946516b-1ec5-11b2-857c-ca3f47cb95d5
              at ZeroGfq.<init>(DashoA10*..)
              at ZeroGfm.d(DashoA10*..)
              at ZeroGfm.b(DashoA10*..)
              at ZeroGfp.<init>(DashoA10*..)
              at com.zerog.ia.installer.Installer.z(DashoA10*..)
              at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..)
              at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.j(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.f(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
              at com.zerog.ia.installer.Main.main(DashoA10*..)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at com.zerog.lax.LAX.launch(DashoA10*..)
              at com.zerog.lax.LAX.main(DashoA10*..)
    ProductID is defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe ColdFusion 9

  • Silent install in the enterprise

    Hi.
    Please can you let me know if there has been any update on how to perform a silent install for Adobe Digital Editions. I specifically want to automate the activation process for multiple users by selecting the do not authorise option automatically so the install completes without any user interaction.
    Thanks

    Thanks "Frustrated AZ", that 'contradiction' does make sense although it does slightly leave us business users out in the cold. My challenge is that the UK's largest legal services provider has chosen eBooks instead of PDF's, and is recommending ADE to their business clients.
    "mrt11011", I see now what you meant (missed it in your earlier post) and I have also hit the proverbial brick wall. I have not been able to find a way to suppress the activate screens, and having suppressed the EULA is not much of a consolation. I was able to automate it completely using Winbatch (a fantastic Windows admin scripting / tool), using keystrokes but was forced to use "mouse clicks" because the activate wizard doesn't support keyboard shortcuts. I digress... Unfortunately I cannot (yet) accomodate different screen resolutions because it's Flash and the operating system isn't clearly identifying the child and parent windows to Winbatch. If I crack it I will certainly post my solution here.
    Hopefully Adobe's wizards will scroll through these posts and do something for businesses.

  • Error in the instructions for performing a silent install

    There's an error in the instructions for performing a silent install of Photoshop Elements:
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-instructions-photoshop-element s-1.html
    In step 9, the instructions say to use the following command line:
    start /wait "path to Setup.exe" /UL%LangCode% /V“SERIALNUMBER=%AOO volume license serial number%"
    The correct command line, however, is this:
    start /wait "path to Setup.exe" /UL%LangCode% /V"SERIALNUMBER=%AOO volume license serial number%"
    See the difference? Look closely at the character after the /V. In the instructions on the website, they put in a "curly quote" character. This obviously needs to be a straight quote.
    Interestingly enough, the erroneous command line from the web site will actually work just fine as posted if all you are passing in the /V is the serial number. If, however, you wanted to add a "NODESKTOPICON=1" to disable the creation of a desktop shortcut, for example:
    start /wait "path to Setup.exe" /UL%LangCode% /V“SERIALNUMBER=%AOO volume license serial number% NODESKTOPICON=1"
    then it fails to run silently.
    I post this in the hopes that Adobe will fix the typo in their instructions and save other admins the hours of grief I've been put through today trying to get this working.

    Check the response file where you define the SGA memory size for the new database.
    You can also choose not to create the database at the installation and do it afterwards, making a specific response file for it. (I'd recommend specially this option. like that you can separate possible installation errors with the ones on the DB creation process).
    Good luck.
    Regards,
    Enric Moya

Maybe you are looking for