Automatically run a self extracting .exe with a /T command line switch?Where should I xcopy-deploy my...

If A is dense in Q, then it must be dense in R.

Review your own paper in Mathematics

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

Showing mass murder in a kid's book

Mimic lecturing on blackboard, facing audience

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Why would five hundred and five be same as one?

How to get directions in deep space?

Personal or impersonal in a technical resume

Would a primitive species be able to learn English from reading books alone?

Should I warn a new PhD Student?

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Is there anyway, I can have two passwords for my wi-fi

What happens if I try to grapple mirror image?

Storage of electrolytic capacitors - how long?

Can I say "fingers" when referring to toes?

ContourPlot — How do I color by contour curvature?

Why is participating in the European Parliamentary elections used as a threat?

How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them

What is this high flying aircraft over Pennsylvania?

Sound waves in different octaves

How do I fix the group tension caused by my character stealing and possibly killing without provocation?

Ways of geometrical multiplication

Did I make a mistake by ccing email to boss to others?



Automatically run a self extracting .exe with a /T command line switch?


Where should I xcopy-deploy my applications on Windows 7?How to create an executable RAR file?How to extract ZIP from self-extracting exe?How do I use multiple commands to install setx from the command line?Create self-extracting EXE from ZIP file in command lineHow can I create a self-extracting executable from the windows command line that accepts the default install directory as a parameter?Command line tool for extracting .exe filesHow to wrap a program and a batch script in a standalone .exe?Is there a tool similar to IEpxress or 7Zip that can pass command line arguments to a dependencyCreate self-extract archive with specified path from command line













0















I want to distribute a self extracting executable that will extract to a hard coded directory with no user prompting. Right now, I'm using iexpress to package up my files, but I can't figure out how to automatically extract them without a dialog coming up asking the user to specify a destination folder.



Essentially, I want the automatic version of the /T option that happens when the user double clicks on the .exe file. How would I go about doing this? In a related matter, is there something I can do to an arbitrary executable to make it so that double clicking on it runs it with a command line switch (I know how to do this with shortcuts, but I don't know how to do this with the actual executable)?










share|improve this question
















bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    I want to distribute a self extracting executable that will extract to a hard coded directory with no user prompting. Right now, I'm using iexpress to package up my files, but I can't figure out how to automatically extract them without a dialog coming up asking the user to specify a destination folder.



    Essentially, I want the automatic version of the /T option that happens when the user double clicks on the .exe file. How would I go about doing this? In a related matter, is there something I can do to an arbitrary executable to make it so that double clicking on it runs it with a command line switch (I know how to do this with shortcuts, but I don't know how to do this with the actual executable)?










    share|improve this question
















    bumped to the homepage by Community 4 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I want to distribute a self extracting executable that will extract to a hard coded directory with no user prompting. Right now, I'm using iexpress to package up my files, but I can't figure out how to automatically extract them without a dialog coming up asking the user to specify a destination folder.



      Essentially, I want the automatic version of the /T option that happens when the user double clicks on the .exe file. How would I go about doing this? In a related matter, is there something I can do to an arbitrary executable to make it so that double clicking on it runs it with a command line switch (I know how to do this with shortcuts, but I don't know how to do this with the actual executable)?










      share|improve this question
















      I want to distribute a self extracting executable that will extract to a hard coded directory with no user prompting. Right now, I'm using iexpress to package up my files, but I can't figure out how to automatically extract them without a dialog coming up asking the user to specify a destination folder.



      Essentially, I want the automatic version of the /T option that happens when the user double clicks on the .exe file. How would I go about doing this? In a related matter, is there something I can do to an arbitrary executable to make it so that double clicking on it runs it with a command line switch (I know how to do this with shortcuts, but I don't know how to do this with the actual executable)?







      windows installation self-extracting






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 12 '14 at 8:51









      ᔕᖺᘎᕊ

      5,24842441




      5,24842441










      asked Mar 21 '11 at 23:41









      SethSeth

      1011




      1011





      bumped to the homepage by Community 4 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 4 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          According to the IExpress page, you can use an option in the .INF file to specify silent install mode.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f260582%2fautomatically-run-a-self-extracting-exe-with-a-t-command-line-switch%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            According to the IExpress page, you can use an option in the .INF file to specify silent install mode.






            share|improve this answer




























              0














              According to the IExpress page, you can use an option in the .INF file to specify silent install mode.






              share|improve this answer


























                0












                0








                0







                According to the IExpress page, you can use an option in the .INF file to specify silent install mode.






                share|improve this answer













                According to the IExpress page, you can use an option in the .INF file to specify silent install mode.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 22 '11 at 0:34









                Chris ThompsonChris Thompson

                4,7351917




                4,7351917






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f260582%2fautomatically-run-a-self-extracting-exe-with-a-t-command-line-switch%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

                    Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

                    Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...