Jan 04, 2022
01:06 PM
its basic msi השג את Outlook עבור Android Lee ShadmiSr. Software Engineer Emaillshadmi@acuant.com Acuant, Inc. Internet E-mail Confidentiality Disclaimer: This email (and any attachments) is only intended for use by the person or entity to which it is addressed and may contain information that is privileged and/or confidential. You, the recipient, are obligated to maintain it in a safe, secure and confidential manner. Unauthorized disclosure by you or failure to maintain confidentiality may subject you to legal penalties. If you are not the intended recipient, please immediately notify us by return email and delete this message from your computer. Furthermore, any retention, dissemination, distribution or copying of this communication is strictly prohibited.
... View more
Jan 03, 2022
02:41 AM
Hi, I got this info from Revenera support: Create a new VBscript .vbs file with the following contents:
Set WshShell = CreateObject("WScript.Shell")
' Uninstall MSI
WshShell.Run "msiexec /x {PRODUCTCODE} /qn",1,true
Replace PRODUCTCODE the ProductCode GUID of the package you want to uninstall - it will be alpha-numeric in this format: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
1. Go to your projects "Custom Actions and Sequences" view
2. Right Click Custom Actions and select "New VBScript" > Stored in Binary Table
3. VBScript File Name = Point to the .vbs file you created
4. Install UI Sequence = After MigrateFeatureStates
5. Install UI Sequence > Install UI Condition = "1=1" This condition means that it will always run.
6. Under MEDIA > Releases view Setup.exe tab, Change "Required Execution Level" to "Administrator" This makes sure that the custom is launching with administrator permissions to allow the uninstall. but when I run my installer I get an error: image attached
... View more
Labels
- Labels:
-
InstallShield 2020 R3
May 11, 2021
04:33 AM
our QA just told me its happening on clean install and on update.
... View more
May 11, 2021
04:28 AM
Hi, we have install script projects that was created with InstallShield pro 2014. I try to update it and rebuild it using InstallShield 2020 R3 and it seems to be working fine but i have 1 issue: during an update of the product (lets say version 1 that was created with install shield 2014 installed and now the user will get a new version of the product that created with install Shield 2020) there is an error message (attached) click on ok just close the message and after the setup is been completed all works fine. The way i update our install scripts projects just by opening the existing projects that was created with install shield 2014 with install shield 2020 and that's it... why is this message appear and how can i fix it? Thanks
... View more
Labels
May 05, 2021
03:14 AM
Hi our setups create log at the root of drive C and i wanted to know if i can create it without full user permissions? MSI command line arguments: /l*v C:\AssureID_Sentinel_Install.log
... View more
Labels
- Labels:
-
InstallShield 2020 R3
May 05, 2021
03:10 AM
Do not allow the installer to spawn elevated child processes, regardless of the privilege level of the installer can this be done in MSI\Install script projects? Thanks
... View more
Labels
- Labels:
-
InstallShield 2020 R3
May 05, 2021
03:08 AM
an i set in MSI project AND\OR Install script the path where the MSI will be extracted from the setup.exe? i want to know if i can solve this warning that i got from a security company that check our setups: Do not run elevated processes from standard user writable directories thanks
... View more
Labels
- Labels:
-
InstallShield 2020 R3
May 05, 2021
02:41 AM
Hi can i Verify files have not been modified prior to use in install script? Basically here is the description of the issue: I install a 3rd part setup to TARGETDIR i run it during the setup process. all is ok so far but when the setup runs again in repair mode i need to verify that the 3rd part setup was not replaced with something else under the same name... Thanks
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Nov 18, 2020
07:39 AM
Hן I have a basic MSI installation that have few features. One of the features is been installed correctly on clean computers and all related files for this feature will be installed but when upgrading a version with new version the files will disappears from the folder. The feature marked as required and install level is set to 1 visible to false any ideas? Thanks
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
Jun 29, 2020
01:52 AM
Hi, I have InstallShield 2016 and I need to add dot Net 4.8 frameworks as a Prerequisites. how can I do that?
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
Jan 16, 2020
03:22 AM
Hi I have InstallShield Pro 2016 Is it possible to use NuGet Package in InstallShield MSI\Script Install projects? I mean if i want to not have the content of the NuGet Package on my local disk in order to include all of it as components in my installshield project. Thanks
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
Nov 13, 2019
01:38 AM
I just run a small test with new msi project and label that show the value of the VersionNT and on Windows 10 I get 603 isn't 603 supposed to be for Windows 8.1?
... View more
Nov 13, 2019
01:01 AM
@banna_kHi didn't helped same result on Windows 10 64bit the feature is hidden:
... View more
Nov 12, 2019
05:32 AM
Hi, I am using Install Shield Pro 2016 and MSI project. I have a root feature with the level = 101 This feature have sub features with level = 1. What I need to do is to hide a sub feature if the Windows is under 10. I tried to add a condition to the feature like this: Level=0, condition= VersionNT<=603 but as a result I do not see the feature at Window 10 so this is not working... Any help will be very helpful to me. Thanks
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
May 14, 2019
06:23 AM
Hi, Here is my current status: I uninstalled InstallShield 2014 and 2016 from my computer. I deleted any files and folder i could find that related to Installshield \FlexNet\Macrovision at ProgramFiles\ProgramData\CommonFiles I did the same and deleted anything i could find in the registry. Now i tried to install just Installshield 2014 and after the setup completed i got the activate dialog. so i activate the license i have and its reported as success. Then i tried to open the InstallShield 2014 but the activate license dialog raised again so i had a loop that shows me this activate dialog with no errors but with no option to actually see the InstallShield 2014 application. I tried to install and activate on other computer but then got an error that saying that the number of computer that allowed for my license are exceeds the number i can (which is 1) (Uninstall the InstallShield should free the license so i do not know why this is happening ) so now i have again my computer without anything on it and waiting for support or for someone else that might help me to get back to normal work.
... View more
Latest posts by lshadmi
Subject | Views | Posted |
---|---|---|
541 | Jan 04, 2022 01:06 PM | |
613 | Jan 03, 2022 02:41 AM | |
418 | May 11, 2021 04:33 AM | |
420 | May 11, 2021 04:28 AM | |
340 | May 05, 2021 03:14 AM | |
210 | May 05, 2021 03:10 AM | |
396 | May 05, 2021 03:08 AM | |
200 | May 05, 2021 02:41 AM | |
439 | Nov 18, 2020 07:39 AM | |
1055 | Jun 29, 2020 01:52 AM |
Activity Feed
- Posted Re: using VBScript in custom action binary table problem on InstallShield Forum. Jan 04, 2022 01:06 PM
- Posted using VBScript in custom action binary table problem on InstallShield Forum. Jan 03, 2022 02:41 AM
- Posted Re: Update install script from version 2014 to 2020 on InstallShield Forum. May 11, 2021 04:33 AM
- Posted Update install script from version 2014 to 2020 on InstallShield Forum. May 11, 2021 04:28 AM
- Posted Do not create files at the root of the C drive will full user permissions on InstallShield Forum. May 05, 2021 03:14 AM
- Posted not allow the installer to spawn elevated child processes on InstallShield Forum. May 05, 2021 03:10 AM
- Posted Do not run elevated processes from standard user-writable directories on InstallShield Forum. May 05, 2021 03:08 AM
- Posted Verify files have not been modified prior to use on InstallShield Forum. May 05, 2021 02:41 AM
- Posted install shield 2016 on InstallShield Forum. Nov 18, 2020 07:39 AM
- Posted dot Net 4.8 frameworks as a Prerequisites in InstallShield 2016 on InstallShield Forum. Jun 29, 2020 01:52 AM
- Posted Using NuGet Package in InstallShield MSI\Script Install projects on InstallShield Forum. Jan 16, 2020 03:22 AM
- Posted Re: hide a feature depend on the Windows type at MSI project on InstallShield Forum. Nov 13, 2019 01:38 AM
- Posted Re: hide a feature depend on the Windows type at MSI project on InstallShield Forum. Nov 13, 2019 01:01 AM
- Posted hide a feature depend on the Windows type at MSI project on InstallShield Forum. Nov 12, 2019 05:32 AM
- Posted Re: InstallShield 2014 not runs (InstallShield 2016 installed as well and running) on InstallShield Forum. May 14, 2019 06:23 AM
- Posted Re: InstallShield 2014 not runs (InstallShield 2016 installed as well and running) on InstallShield Forum. May 13, 2019 11:58 PM
- Posted Re: InstallShield 2014 not runs (InstallShield 2016 installed as well and running) on InstallShield Forum. May 13, 2019 01:17 PM
- Posted Re: InstallShield 2014 not runs (InstallShield 2016 installed as well and running) on InstallShield Forum. May 13, 2019 06:15 AM
- Posted InstallShield 2014 not runs (InstallShield 2016 installed as well and running) on InstallShield Forum. May 12, 2019 05:56 AM