Search found 124 matches

by Sheri_Steeves
Thu Nov 23, 2023 4:28 pm
Forum: Technical Support
Topic: multiple mia*.tmp folders in %programdata% folder
Replies: 15
Views: 41763

Re: multiple mia*.tmp folders in %programdata% folder

This matter was brought back to my attention today and I've determined at least one case where it happens every time. If I reboot the computer at the end of the installation (SUCCESS=REBOOT, REBOOTCOMPUTER=TRUE), then that folder gets left behind. I reproduced this with a very simple wizard-generate...
by Sheri_Steeves
Mon Oct 03, 2022 9:23 am
Forum: Technical Support
Topic: Issues with Intune, Controlling TEMPDIR
Replies: 1
Views: 2608

Issues with Intune, Controlling TEMPDIR

We are working with a client who is trying to install our IA generated setup via Microsoft Intune as SYSTEM. When running the install as ALLUSERS=TRUE it is failing saying it cannot create the TARGETDIR folder, that a folder or file of the same name already exists. Troubleshooting with the client sh...
by Sheri_Steeves
Mon May 03, 2021 11:02 am
Forum: Technical Support
Topic: Problem with REG_MULTI_SZ Strings
Replies: 6
Views: 2885

Re: Problem with REG_MULTI_SZ Strings

I do have a saved .reg as it made it easier to test myself. I've attached RegTest.zip, which contains RegTest.txt. Just change the extension from .txt to .reg. It contains a multi_sz key that exhibits the issue. The contents of this key were created while uninstalling/upgrading/installing using our ...
by Sheri_Steeves
Fri Apr 30, 2021 1:45 pm
Forum: Technical Support
Topic: Problem with REG_MULTI_SZ Strings
Replies: 6
Views: 2885

Re: Problem with REG_MULTI_SZ Strings

This looked promising but still did not allow me to get at the strings after the blank line. My message box displayed the first line, once at the outside reading the key, and once in the for each loop, then left. Set Variable NATIVE_ENGINE to TRUE Set Variable NEEDSREBOOTFROMDRIVER to 0 Set Variable...
by Sheri_Steeves
Thu Apr 29, 2021 8:22 am
Forum: Technical Support
Topic: Problem with REG_MULTI_SZ Strings
Replies: 6
Views: 2885

Problem with REG_MULTI_SZ Strings

I am having issues reading a REG_MULTI_SZ string from the registry. I need to test this string for certain values. The issue seems to be if there is an empty string in the middle of the list of strings, all other strings after that get ignored. I am not in control of the contents of this string, I j...
by Sheri_Steeves
Wed Mar 03, 2021 7:30 am
Forum: Technical Support
Topic: Pasword Protected Install with Reboot Prompts for Password
Replies: 2
Views: 1939

Re: Pasword Protected Install with Reboot Prompts for Password

I didn't think so, thanks for confirming.
by Sheri_Steeves
Tue Mar 02, 2021 8:56 am
Forum: Technical Support
Topic: Pasword Protected Install with Reboot Prompts for Password
Replies: 2
Views: 1939

Pasword Protected Install with Reboot Prompts for Password

I have an install that is password protected. It also has some runtime requirements that can cause a reboot during the the install. After rebooting, the install requests the password again -> is this something that I can change? They've already entered the password in once - is there a way to rememb...
by Sheri_Steeves
Tue Feb 09, 2021 7:45 am
Forum: Technical Support
Topic: Conditionally install files
Replies: 5
Views: 3133

Re: Conditionally install files

Franscesco, Aha! That was what I was missing. I'll keep that knowledge for future use. I had to get the new build version ready for testing yesterday. I worked around it by copying the underlying .mia file and changing the script file set for each project in the MSICode tab. I only need to do that w...
by Sheri_Steeves
Mon Feb 08, 2021 2:00 pm
Forum: Technical Support
Topic: Conditionally install files
Replies: 5
Views: 3133

Re: Conditionally install files

I have created a single underlying .mia script used by each versioned project. I need to be able to continue building a "release" version along with a "development" version and was trying to reduce the number of files and editing I needed to do. As well, the mia script is used by...
by Sheri_Steeves
Wed Feb 03, 2021 4:01 pm
Forum: Technical Support
Topic: Conditionally install files
Replies: 5
Views: 3133

Conditionally install files

I have versioned install projects that all use the same underlying mia script. I want to include/install a collection of files only if a version number (it could be any variable, really) is greater than a set value. Can I do this? Right now it throws an error that the older project version cannot fi...
by Sheri_Steeves
Wed Jun 24, 2020 3:18 pm
Forum: Technical Support
Topic: Aero Theme and Caption Bar
Replies: 1
Views: 1849

Aero Theme and Caption Bar

I'm using the Aero dialog theme and it looked great until I tested on a system where the Windows Settings for Personalization -> Colors had the option to use the accent color on Title bars and Window borders checked. Then, instead of the nice white area, the accent color is now drawn - making my ico...
by Sheri_Steeves
Wed Jun 24, 2020 2:56 pm
Forum: New Themes, Dialogs
Topic: Adding PNG images to dialogs
Replies: 1
Views: 13870

Adding PNG images to dialogs

I've updated some of the IA branded images on the dialog theme Aero to our company icon, and added another image along the bottom. Both are PNG images and the results look jaggy when the install dialogs are displayed. Both images are larger than the actual area; would regenerating at the matching si...
by Sheri_Steeves
Tue Jun 23, 2020 2:55 pm
Forum: Technical Support
Topic: Uninstall Program as Prerequisite of Another
Replies: 3
Views: 2625

Re: Uninstall Program as Prerequisite of Another

I didn't have an entry under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall matching the DisplayName, only the PRODUCTCODE GUID, then realised that as I'm in 64-bit mode, I needed to look into the 32-bit hive under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Mic...
by Sheri_Steeves
Tue Jun 23, 2020 11:16 am
Forum: Technical Support
Topic: Uninstall Program as Prerequisite of Another
Replies: 3
Views: 2625

Uninstall Program as Prerequisite of Another

I have three setups, only one of which can be installed at a time. Each setup has it's own product code. I need to check for and remove the other program if it is installed. At the beginning of my script, using the product codes, I determine if any of the other two are installed, and following what ...
by Sheri_Steeves
Thu Jun 18, 2020 2:19 pm
Forum: Technical Support
Topic: Guidance on Creating Install Flavors
Replies: 7
Views: 3733

Re: Guidance on Creating Install Flavors

Still trying to get this to work. What I have now is a single project with a Default Features that includes my application files, and a feature for each of my flavors with a configuration file that controls the product flavor. This configuration file has the same name for each flavor, just different...

Go to advanced search