Search found 27 matches

by mdavtec
Tue Oct 03, 2023 12:02 pm
Forum: Non-Technical
Topic: How to create an .msi file?
Replies: 3
Views: 28384

Re: How to create an .msi file?

It is surprising that IA support is not giving out correct info. You actually need to change setting in the 'Build Settings' under 'Design' tab. It has nothing to do with compression. There in Build type, you need to check "Uncompressed directory Layout" and "Build MSI outputs instead...
by mdavtec
Wed Apr 21, 2021 7:43 am
Forum: Technical Support
Topic: ASP.Net Core Read Registry
Replies: 4
Views: 3452

Re: ASP.Net Core Read Registry

Don't forget to set the mode back to 32 bit after reading the registry

Set Win32 - Native 32 bit Windows and Windows 32 on Windows 64 (WOW64) - installation mode
by mdavtec
Thu Dec 31, 2020 10:57 am
Forum: Technical Support
Topic: Back/Cancel button on Modal dialog after non-modal
Replies: 1
Views: 1927

Re: Back/Cancel button on Modal dialog after non-modal

Issue resolved. programming error.
We forgot to save return result in WIZARD variable in 'Display Dialog' UI.
by mdavtec
Thu Dec 31, 2020 10:28 am
Forum: Technical Support
Topic: Back/Cancel button on Modal dialog after non-modal
Replies: 1
Views: 1927

Back/Cancel button on Modal dialog after non-modal

I'm using non-modal Dialog progress in my script and then displaying a modal dialog box. 50: Display Dialog: progress, use as progress dialog (non-modal) . . 100: Display Dialog: db_settings, wait for dialog to return (modal) The "db_settings" dialog has Back, Next, and Cancel button enabl...
by mdavtec
Thu Nov 05, 2020 9:24 am
Forum: Technical Support
Topic: OS password length
Replies: 1
Views: 1776

OS password length

Our installation program requires user to enter a password and that password has to match password complexity (in particular the minimum length required) of the Window OS (windows command 'NET ACCOUNTS'). What we would like to do is to show the minimum length in the dialog box as a text on the dialo...
by mdavtec
Tue Jul 21, 2020 6:03 pm
Forum: Technical Support
Topic: XPath command
Replies: 1
Views: 1858

XPath command

Is it possible to get value of 'Password" which is 'P@ssword1' from this XML text using XPath command? I was able to get the entire string using following command: Evaluate Query //configuration/connectionStrings/add[@name="UDS"] on XML file $PROGRAMDATAFOLDER$\Web\Web.config, get res...
by mdavtec
Wed Mar 11, 2020 9:47 am
Forum: Technical Support
Topic: BACKUP DATABASE error
Replies: 1
Views: 2595

Re: BACKUP DATABASE error

Not sure what I was doing wrong, but it is now working. Please ignore my question.
by mdavtec
Tue Mar 10, 2020 5:07 pm
Forum: Technical Support
Topic: BACKUP DATABASE error
Replies: 1
Views: 2595

BACKUP DATABASE error

Hard coded path works fine: BACKUP DATABASE [MYDB] TO DISK = 'C:\ProgramData\SQLServerBackup_HC.bak' Using variable in path doesn't work: Set Variable PROGRAMDATAFOLDER to C:\ProgramData BACKUP DATABASE [MYDB] TO DISK = '$PROGRAMDATAFOLDER$\SQLServerBackup_VAR.bak' It tries to append the DISK path t...
by mdavtec
Tue Mar 10, 2020 4:52 pm
Forum: Technical Support
Topic: Help with Write Registry
Replies: 3
Views: 3355

Re: Help with Write Registry

Sorry for the late reply but it does shows 'COMPLETE'
by mdavtec
Thu Feb 13, 2020 5:57 pm
Forum: Technical Support
Topic: Help with Write Registry
Replies: 3
Views: 3355

Help with Write Registry

Not sure what I'm missing, but following code doesn't work. Write Registry Key HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL14.TEST\MSSQLServer\SuperSocketNetLib\Tcp\IPAll\TcpDynamicPorts, 11422 (permanent) Apply Install Set Variable SQLTCPDynamicPN to Read Registry Key HKLM\SOFTWARE\Microsoft\...
by mdavtec
Mon Dec 04, 2017 5:16 pm
Forum: Technical Support
Topic: How do I show desktop, taskbar after reboot and resume?
Replies: 1
Views: 5162

Re: How do I show desktop, taskbar after reboot and resume?

Would "Reboot and Login" would allow user to access Windows desktop, task bar while installation is resumed after reboot.
by mdavtec
Mon Dec 04, 2017 5:15 pm
Forum: Technical Support
Topic: Reboot and restore desktop is not displayed
Replies: 2
Views: 3697

Re: Reboot and restore desktop is not displayed

Would "Reboot and Login" would allow user to access Windows desktop, task bar while installation is resumed after reboot.
by mdavtec
Mon Dec 04, 2017 4:07 pm
Forum: Technical Support
Topic: Default cache path
Replies: 5
Views: 4857

Re: Default cache path

I'm trying to understand how to create installation package WITHOUT cache. I cleared the "Always Cache Setup Sources" option in Build Settings but it still creates a cache folder in %ProgramData% folder.
by mdavtec
Wed Oct 25, 2017 4:18 pm
Forum: Technical Support
Topic: X5 not showing filenames in progresstext
Replies: 13
Views: 14700

Re: X5 not showing filenames in progresstext

We are seeing same issue on Windows 10. Any fix for this?
by mdavtec
Wed Sep 13, 2017 12:42 pm
Forum: Technical Support
Topic: Installer exits without any warning or message
Replies: 11
Views: 10431

Re: Installer exits without any warning or message

Please refer to forum post: https://www.installaware.com/forums/viewtopic.php?f=2&t=10791&p=41264&hilit=SINGLEINSTANCE#p41264 {8B9AC72B-AC63-434E-B63C-02D12949B1B7}.mia file is created when you build a project with "SINGLEINSTANCE" set to TRUE in Global Settings. This flag is u...

Go to advanced search