Topic: setup.exe and no hdd located  (Read 419 times)

setup.exe and no hdd located
« on: January 28, 2020, 01:07:09 PM »

Zatchbell68

  • Jr. Chef
  • **
  • Date Registered: Nov 2019
  • Posts: 12
Hello,

Sorry for my English I am French.

I included in my .iso the windows 10 setup.exe, but when I launch it it tells me that no disc was found (probably a driver problem)

How can I fix it?

Thank you

Re: setup.exe and no hdd located
« Reply #1 on: January 29, 2020, 06:17:31 AM »

Grzebien

  • Apprentice
  • *
  • Date Registered: Jul 2019
  • Posts: 3
Did you checked "Windows Installer Files (Setup.exe) option before start build project?
ila_rendered

Maybe you should try to load portable version of your application to your project.

Re: setup.exe and no hdd located
« Reply #2 on: January 29, 2020, 08:58:32 AM »

Zatchbell68

  • Jr. Chef
  • **
  • Date Registered: Nov 2019
  • Posts: 12
Yes, this is the box I checked to have the setup.exe and this is where it tells me that I don't have a driver when I run it

Re: setup.exe and no hdd located
« Reply #3 on: January 29, 2020, 02:21:32 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I have yet to understand that "Feature"
As the "Sources" Folder containing the "Setup Files" is inside the Boot.wim (X"\Drive)
Where normally those Files would be located on Media (Y:\Drive)
Also Missing from the Media is the Install.wim...

So the work around others use is to Copy The Contents of the Setup Media ISO To USB
Then Copy the Contents of the Win10XPE ISO the USB (allow overwrite of existing Files)

To run Windows "Setup" just browse to Y:\Sources\Setup.exe
Or Edit Pecmd.ini via > Build Core/Main Interface/Edit Pecmd.ini Button
From
Code: [Select]
LINK %Desktop%\Windows Installer,%SystemDrive%\setup.exe
LINK %Programs%\System Tools\Windows Installer,%SystemDrive%\setup.exe
To
Code: [Select]
LINK %Desktop%\Windows Installer,Y:\Sources\setup.exe
LINK %Programs%\System Tools\Windows Installer,Y:\Sources\setup.exe

After checking to give advise to Shortcut to Y:\Sources\Setup.exe
The Current Shortcut appears incorrect - as the "sources" folder is not named after systemdrive....
Although remember the Install.wim is not present
« Last Edit: January 29, 2020, 02:48:12 PM by James »

Re: setup.exe and no hdd located
« Reply #4 on: January 29, 2020, 02:28:03 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Although > %SystemDrive%\setup.exe exists...
But would seem more likely best if used from sources folder

Code: [Select]
LINK %Desktop%\Windows Installer,%SystemDrive%\Sources\setup.exe
LINK %Programs%\System Tools\Windows Installer,%SystemDrive%\Sources\setup.exe
« Last Edit: January 29, 2020, 02:51:09 PM by James »

Re: setup.exe and no hdd located
« Reply #5 on: February 09, 2020, 11:38:18 PM »

Zatchbell68

  • Jr. Chef
  • **
  • Date Registered: Nov 2019
  • Posts: 12
Very Thx everything is working fine now.

Thx Thx

Re: setup.exe and no hdd located
« Reply #6 on: February 10, 2020, 03:45:44 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
well what was the Fix ??
Changing the shortcut location ?? or something else??

Re: setup.exe and no hdd located
« Reply #7 on: February 12, 2020, 02:13:25 PM »

Zatchbell68

  • Jr. Chef
  • **
  • Date Registered: Nov 2019
  • Posts: 12
The copy of the files works if I launch the setup of the y:
But with the modification of the pecmd.ini file the setup on the desktop also works.

 

Powered by EzPortal