This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Cannot find where to add the commandline to my setupe.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 20, 2015
10:43 AM
Cannot find REINSTALLMODE
I am using Installshield LE with Visual Studios 2013 and cannot find how to set the REINSTALLMODE. Can someone please give me a step by step on how to set the REINSTALLMODE through visual studios?
(13) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2015
11:46 AM
Hi,
You will need to pass the property in as a command line parameter during run time.
Unfortunately, LE does not have the functionality to pass in the property from the wrapper or edit properties before build like Professional edition or above.
You will need to pass the property in as a command line parameter during run time.
Unfortunately, LE does not have the functionality to pass in the property from the wrapper or edit properties before build like Professional edition or above.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2015
12:17 PM
Sad. So are you able to pass it in through the Command with LE, or are you saying that it isn't possible anymore to set the re-install mode?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2015
09:59 AM
You can still pass it in as a command line parameter when running the setup.
You just cannot include it in the wrapper and let it be passed in automatically.
You just cannot include it in the wrapper and let it be passed in automatically.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2015
10:00 AM
Do you mind assisting me or pointing me to the right page as to how to add this to the command line of the setup file with Visual Studios?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2015
10:04 AM
It will be something like:
Setup.exe /v"REINSTALL=ALL REINSTALLMODE=vomus"
Setup.exe /v"REINSTALL=ALL REINSTALLMODE=vomus"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2015
10:04 AM
k thanks! When I get a chance, I will definitely be looking into this and get back to ya. Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2015
03:14 PM
I cannot find where inside of visual studios installshield to add the command line. Could you please give me some details as to how to find it? It isn't in the release --> setup.exe tab, and I cannot find out where else it would go.
Thanks for your help!
Thanks for your help!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2015
03:23 PM
There is no command line field for the limited edition to pass the parameter from the setup.exe wrapper to the MSI in the limited edition.
You will need to pass in the parameter when you run the setup.exe through the command prompt or distribution programs.
You will need to pass in the parameter when you run the setup.exe through the command prompt or distribution programs.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2015
03:37 PM
Dang, that is very frustrating. So I am running the active x within an
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 29, 2015
03:46 PM
Unfortunately, I am not familiar with the active x portion.
Does the dll files get replaced if the upgrade is performed by running just the setup.exe? If not, are they versioned?
Does the dll files get replaced if the upgrade is performed by running just the setup.exe? If not, are they versioned?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 01, 2015
09:05 AM
Hey kyi, no they do not. I just tried running the setup.exe and it updated, but it did not update the dll's sadly.
So you said that you do not deal with the tag for implementing the release of your setup.exe, so how is it you release yours? Asking because I might need a different way to release it.
So you said that you do not deal with the
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2015
09:55 AM
Try creating a verbose install log. It might help with locating the problem if the upgrade is not doing what it should.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 05, 2015
10:13 AM
So I think I discovered my problem. Ok so I have 3 projects. One is my application, 2) the code that the plugin will install 3) Flexera project.
Well, when I was updating the 2nd project, I was not changing the version. I think that was preventing it from updating. I haven't done major testing, but I changed it once and the dll's were updated. Later on when I get a chance, if I notice it isn't I'll respond back
In the mean time, thank you so much KYI for your help!
Well, when I was updating the 2nd project, I was not changing the version. I think that was preventing it from updating. I haven't done major testing, but I changed it once and the dll's were updated. Later on when I get a chance, if I notice it isn't I'll respond back
In the mean time, thank you so much KYI for your help!