Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Silent Install Problem with setup.iss

Featured Replies

I applied setup command setup.exe –r to record. So I got setup.iss file in C:\Windows directory. Then I copy the setup.iss file into my setup directory and applied silent command as setup.exe /s. But my setup doesn’t response. My log file tells ResultCode=-3 (Required data not found in the Setup.iss file.). Then I tried record command setup.exe –R, setup.exe /R setup.exe /r. It makes same setup.iss file and I know my setup.iss is not wrong. But what is the problem I don’t know.

My setup.issfile:

[installShield Silent]

Version=v4.90.000

File=Response File

[DlgOrder]

Dlg0=SdWelcome-0

Count=7

Dlg1=SdLicense-0

Dlg2=SdRegisterUserEx-0

Dlg3=SdAskDestPath-0

Dlg4=SetupType-0

Dlg5=SdSelectFolder-0

Dlg6=SdFinishReboot-0

[sdWelcome-0]

Result=1

[sdLicense-0]

Result=1

[sdRegisterUserEx-0]

szName=Kamrul

szCompany=Knowledge home

szSerial=2222222222222222222222222222222222222222

Result=1

[sdAskDestPath-0]

szDir=C:\Program Files\Ananda Computers\Bijoy2003

Result=1

[setupType-0]

Result=301

szDir=

[sdSelectFolder-0]

szFolder=Bijoy2003

Result=1

[Application]

Name=Bijoy2003

Version=6

Company=Ananda Computers

[sdFinishReboot-0]

Result=1

BootOption=0

My log file:

[installShield Silent]

Version=v4.90.000

File=Log File

[ResponseResult]

ResultCode=-3


  • Author

This is how to use the setup.iss file:

c:\temp\app\setup.exe /s /f1"c:\temp\app\setup.iss"

You advised to keep the seup file and iss file in same folder. I did the same job. My directory was in the desktop named Bijoy2003 and I put the seup file and iss file in Bijoy2003. But every time I get ResultCode=-3.

You can simply create this with autoit.

Yes. Auto it is good and I used it for many soft. But there is Name, Company name and serial number. I don't know using it.

This software is to write my own language in ANSI.

  • Author

So this Setup.exe I am presuming you didn't make it? You may want to try this too

c:\temp\app\setup.exe /s /sms /f1"c:\temp\app\setup.iss"

Sorry to disturb you. I'm not clear about your c:\temp\app\setup.exe. I found no app directory in temp folder. I inserted screenshot.

b19a7fe90a46.png

So when I run your command I got same result like before. Thanks.

Tripredacus was just giving you an example you need to specify your OWN paths to your application.

Tripredacus was just giving you an example you need to specify your OWN paths to your application.

Yes. I was copying commands from my own installer scripts and changing their specific names. My installers always sit in C:\temp (a folder that by default does not exist) so I can delete it later.

  • Author

Yes. I was copying commands from my own installer scripts and changing their specific names. My installers always sit in C:\temp (a folder that by default does not exist) so I can delete it later.

Yes. You are good. Thanks for response. I'm clear now.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.